Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GroundingConfigsResource

The "groundingConfigs" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.GroundingConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.GroundingConfigsResource

Constructors

GroundingConfigsResource(IClientService)

Constructs a new resource.

Declaration
public GroundingConfigsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Check(GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest, string)

Performs a grounding check.

Declaration
public virtual ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest Check(GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest body, string groundingConfig)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaCheckGroundingRequest body

The body of the request.

string groundingConfig

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

Returns
Type Description
ProjectsResource.LocationsResource.GroundingConfigsResource.CheckRequest
In this article
Back to top Generated by DocFX