Class: Google::Cloud::DiscoveryEngine::V1::TargetSite::FailureReason

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

Overview

Site search indexing failure reasons.

Defined Under Namespace

Classes: QuotaFailure

Instance Attribute Summary collapse

Instance Attribute Details

#quota_failure::Google::Cloud::DiscoveryEngine::V1::TargetSite::FailureReason::QuotaFailure

Returns Failed due to insufficient quota.



80
81
82
83
84
85
86
87
88
89
90
91
92
93
# File 'proto_docs/google/cloud/discoveryengine/v1/site_search_engine.rb', line 80

class FailureReason
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Failed due to insufficient quota.
  # @!attribute [rw] total_required_quota
  #   @return [::Integer]
  #     This number is an estimation on how much total quota this project needs
  #     to successfully complete indexing.
  class QuotaFailure
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end