Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReason
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Site search indexing failure reasons.
Instance Attribute Summary collapse
-
#quota_failure ⇒ Google::Apis::DiscoveryengineV1alpha::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.
6593 6594 6595 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6593 def initialize(**args) update!(**args) end |
Instance Attribute Details
#quota_failure ⇒ Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaTargetSiteFailureReasonQuotaFailure
Failed due to insufficient quota.
Corresponds to the JSON property quotaFailure
6591 6592 6593 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6591 def quota_failure @quota_failure end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6598 6599 6600 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 6598 def update!(**args) @quota_failure = args[:quota_failure] if args.key?(:quota_failure) end |