Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class QuotaFailure.
Failed due to insufficient quota.
Generated from protobuf message google.cloud.discoveryengine.v1.TargetSite.FailureReason.QuotaFailure
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ TargetSite \ FailureReasonMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_required_quota |
int|string
This number is an estimation on how much total quota this project needs to successfully complete indexing. |
getTotalRequiredQuota
This number is an estimation on how much total quota this project needs to successfully complete indexing.
Returns | |
---|---|
Type | Description |
int|string |
setTotalRequiredQuota
This number is an estimation on how much total quota this project needs to successfully complete indexing.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |