Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Response message for CompletionService.PurgeSuggestionDenyListEntries method.
Instance Attribute Summary collapse
-
#error_samples ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleRpcStatus>
A sample of errors encountered while processing the request.
-
#purge_count ⇒ Fixnum
Number of suggestion deny list entries purged.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse
Returns a new instance of GoogleCloudDiscoveryengineV1alphaPurgeSuggestionDenyListEntriesResponse.
13124 13125 13126 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13124 def initialize(**args) update!(**args) end |
Instance Attribute Details
#error_samples ⇒ Array<Google::Apis::DiscoveryengineV1::GoogleRpcStatus>
A sample of errors encountered while processing the request.
Corresponds to the JSON property errorSamples
13117 13118 13119 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13117 def error_samples @error_samples end |
#purge_count ⇒ Fixnum
Number of suggestion deny list entries purged.
Corresponds to the JSON property purgeCount
13122 13123 13124 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13122 def purge_count @purge_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13129 13130 13131 13132 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 13129 def update!(**args) @error_samples = args[:error_samples] if args.key?(:error_samples) @purge_count = args[:purge_count] if args.key?(:purge_count) end |