Class: Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/identity_mapping_store_service.rb
Overview
Request message for IdentityMappingStoreService.ImportIdentityMappings
Defined Under Namespace
Classes: InlineSource
Instance Attribute Summary collapse
-
#identity_mapping_store ⇒ ::String
Required.
-
#inline_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource
The inline source to import identity mapping entries from.
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}
.
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.
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 |