Class: Google::Cloud::DiscoveryEngine::V1beta::TargetSite::FailureReason::QuotaFailure

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/site_search_engine.rb

Overview

Failed due to insufficient quota.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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/v1beta/site_search_engine.rb', line 89

class QuotaFailure
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end