Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse

Inherits:
Object
  • Object
show all
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.PurgeCompletionSuggestions method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaPurgeCompletionSuggestionsResponse.



11047
11048
11049
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11047

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#error_samplesArray<Google::Apis::DiscoveryengineV1::GoogleRpcStatus>

A sample of errors encountered while processing the request. Corresponds to the JSON property errorSamples



11039
11040
11041
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11039

def error_samples
  @error_samples
end

#purge_succeededBoolean Also known as: purge_succeeded?

Whether the completion suggestions were successfully purged. Corresponds to the JSON property purgeSucceeded

Returns:

  • (Boolean)


11044
11045
11046
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11044

def purge_succeeded
  @purge_succeeded
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11052
11053
11054
11055
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 11052

def update!(**args)
  @error_samples = args[:error_samples] if args.key?(:error_samples)
  @purge_succeeded = args[:purge_succeeded] if args.key?(:purge_succeeded)
end