Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RequirementsResource

The "requirements" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.RequirementsResource
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.RequirementsResource

Constructors

RequirementsResource(IClientService)

Constructs a new resource.

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

Methods

CheckRequirement(GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest, string)

Check a particular requirement.

Declaration
public virtual ProjectsResource.LocationsResource.RequirementsResource.CheckRequirementRequest CheckRequirement(GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest body, string location)
Parameters
Type Name Description
GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest body

The body of the request.

string location

Required. Full resource name of the location. Format projects/{project_number_or_id}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.RequirementsResource.CheckRequirementRequest
In this article
Back to top Generated by DocFX