Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::IdentityMappingStoreService::Paths.
Path helper methods for the IdentityMappingStoreService API.
Methods
#cmek_config_path
def cmek_config_path(project:, location:) -> ::String
def cmek_config_path(project:, location:, cmek_config:) -> ::String
Create a fully-qualified CmekConfig resource string.
def cmek_config_path(project:, location:) -> ::String
projects/{project}/locations/{location}/cmekConfig
- project (String)
- location (String)
def cmek_config_path(project:, location:, cmek_config:) -> ::String
projects/{project}/locations/{location}/cmekConfigs/{cmek_config}
- project (String)
- location (String)
- cmek_config (String)
- (::String)
- (::ArgumentError)
#crypto_key_versions_path
def crypto_key_versions_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -> ::String
Create a fully-qualified CryptoKeyVersions resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- crypto_key_version (String)
- (::String)
- (::ArgumentError)
#crypto_keys_path
def crypto_keys_path(project:, location:, key_ring:, crypto_key:) -> ::String
Create a fully-qualified CryptoKeys resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}
- project (String)
- location (String)
- key_ring (String)
- crypto_key (String)
- (::String)
- (::ArgumentError)
#identity_mapping_store_path
def identity_mapping_store_path(project:, location:, identity_mapping_store:) -> ::String
Create a fully-qualified IdentityMappingStore resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/identityMappingStores/{identity_mapping_store}
- project (String)
- location (String)
- identity_mapping_store (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)