Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest

Request for CheckRequirement method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

RequirementType

The type specifying the requirement to check. The supported types are: * discoveryengine.googleapis.com/media_recs/general/all/warning * discoveryengine.googleapis.com/media_recs/oyml/cvr/warning * discoveryengine.googleapis.com/media_recs/rfy/cvr/warning * discoveryengine.googleapis.com/media_recs/mlt/cvr/warning * discoveryengine.googleapis.com/media_recs/mp/cvr/warning * discoveryengine.googleapis.com/media_recs/oyml/wdps/warning * discoveryengine.googleapis.com/media_recs/rfy/wdps/warning * discoveryengine.googleapis.com/media_recs/mlt/wdps/warning

Declaration
[JsonProperty("requirementType")]
public virtual string RequirementType { get; set; }
Property Value
Type Description
string

Resources

The resources to be checked for this requirement. The type needed for the monitored resources: * discoveryengine.googleapis.com/Branch. * The labels needed for this resource: * project_number * location_id * collection_id * datastore_id * branch_id * discoveryengine.googleapis.com/DataStore

  • The labels needed for this resource: * project_number * location_id * collection_id * datastore_id
Declaration
[JsonProperty("resources")]
public virtual IList<GoogleApiMonitoredResource> Resources { get; set; }
Property Value
Type Description
IList<GoogleApiMonitoredResource>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX