Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest

Performs a grounding check.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>
ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest
Implements
IClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Alt
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Callback
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Fields
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Key
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Execute()
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ETagAction
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>, IClientServiceRequest

Constructors

CheckRequest(IClientService, GoogleCloudDiscoveryengineV1CheckGroundingRequest, string)

Constructs a new Check request.

Declaration
public CheckRequest(IClientService service, GoogleCloudDiscoveryengineV1CheckGroundingRequest body, string groundingConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudDiscoveryengineV1CheckGroundingRequest body
string groundingConfig

Properties

GroundingConfig

Required. The resource name of the grounding config, such as projects/*/locations/global/groundingConfigs/default_grounding_config.

Declaration
[RequestParameter("groundingConfig", RequestParameterType.Path)]
public virtual string GroundingConfig { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.GetBody()

InitParameters()

Initializes Check parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1CheckGroundingResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX