Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
- 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) ⇒ GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse
Returns a new instance of GoogleCloudDiscoveryengineV1PurgeSuggestionDenyListEntriesResponse.
6571 6572 6573 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6571 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
6564 6565 6566 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6564 def error_samples @error_samples end |
#purge_count ⇒ Fixnum
Number of suggestion deny list entries purged.
Corresponds to the JSON property purgeCount
6569 6570 6571 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6569 def purge_count @purge_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6576 6577 6578 6579 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 6576 def update!(**args) @error_samples = args[:error_samples] if args.key?(:error_samples) @purge_count = args[:purge_count] if args.key?(:purge_count) end |