Class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
Failed due to insufficient quota.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalRequiredQuota
This number is an estimation on how much total quota this project needs to successfully complete indexing.
Declaration
[JsonProperty("totalRequiredQuota")]
public virtual long? TotalRequiredQuota { get; set; }
Property Value
Type | Description |
---|---|
long? |