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

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

Defined Under Namespace

Classes: InlineSource

Instance Attribute Summary collapse

Instance Attribute Details

#identity_mapping_store::String

Returns Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}.

Returns:

  • (::String)

    Required. The name of the Identity Mapping Store to import Identity Mapping Entries to. Format: projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}



91
92
93
94
95
96
97
98
99
100
101
102
103
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 91

class ImportIdentityMappingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source to import identity mapping entries from.
  # @!attribute [rw] identity_mapping_entries
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry>]
  #     A maximum of 10000 entries can be imported at one time
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#inline_source::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource

Returns The inline source to import identity mapping entries from.

Returns:



91
92
93
94
95
96
97
98
99
100
101
102
103
# File 'proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb', line 91

class ImportIdentityMappingsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The inline source to import identity mapping entries from.
  # @!attribute [rw] identity_mapping_entries
  #   @return [::Array<::Google::Cloud::DiscoveryEngine::V1::IdentityMappingEntry>]
  #     A maximum of 10000 entries can be imported at one time
  class InlineSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end