Class: Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb

Overview

The inline source to import identity mapping entries from.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_mapping_entries::Array<::Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry>

Returns A maximum of 10000 entries can be imported at one time.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 99

class InlineSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end