Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsResponse

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

Response message for IdentityMappingStoreService.ImportIdentityMappings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaImportIdentityMappingsResponse.



13147
13148
13149
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13147

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

Instance Attribute Details

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

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



13145
13146
13147
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13145

def error_samples
  @error_samples
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13152
13153
13154
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 13152

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