Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Site search indexing failure reasons.
Instance Attribute Summary collapse
-
#quota_failure ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
Failed due to insufficient quota.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
Returns a new instance of GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason.
3580 3581 3582 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3580 def initialize(**args) update!(**args) end |
Instance Attribute Details
#quota_failure ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
Failed due to insufficient quota.
Corresponds to the JSON property quotaFailure
3578 3579 3580 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3578 def quota_failure @quota_failure end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3585 3586 3587 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 3585 def update!(**args) @quota_failure = args[:quota_failure] if args.key?(:quota_failure) end |