Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest.
Request message for IdentityMappingStoreService.ImportIdentityMappings
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#identity_mapping_store
def identity_mapping_store() -> ::String
Returns
-
(::String) — Required. The name of the Identity Mapping Store to import Identity Mapping
Entries to. Format:
projects/{project}/locations/{location}/identityMappingStores/{identityMappingStore}
#identity_mapping_store=
def identity_mapping_store=(value) -> ::String
Parameter
-
value (::String) — 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}
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource
Returns
- (::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource) — The inline source to import identity mapping entries from.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource) — The inline source to import identity mapping entries from.
Returns
- (::Google::Cloud::DiscoveryEngine::V1::ImportIdentityMappingsRequest::InlineSource) — The inline source to import identity mapping entries from.