Class ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest
Performs a grounding check.
Inheritance
ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest
Implements
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse>.QuotaUser
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest : DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse>, IClientServiceRequest<GoogleCloudDiscoveryengineV1alphaCheckGroundingResponse>, IClientServiceRequest
Constructors
CheckRequest(IClientService, GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest, string)
Constructs a new Check request.
Declaration
public CheckRequest(IClientService service, GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest body, string groundingConfig)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest | 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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Check parameter list.
Declaration
protected override void InitParameters()