Class: Google::Cloud::DiscoveryEngine::V1::TargetSite::FailureReason::QuotaFailure
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::TargetSite::FailureReason::QuotaFailure
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/site_search_engine.rb
Overview
Failed due to insufficient quota.
Instance Attribute Summary collapse
-
#total_required_quota ⇒ ::Integer
This number is an estimation on how much total quota this project needs to successfully complete indexing.
Instance Attribute Details
#total_required_quota ⇒ ::Integer
Returns This number is an estimation on how much total quota this project needs to successfully complete indexing.
89 90 91 92 |
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine.rb', line 89 class QuotaFailure include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |