Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::EngineService::Paths.
Path helper methods for the EngineService API.
Included In
Methods
#agent_gateway_path
def agent_gateway_path(project:, location:, agent_gateway:) -> ::StringCreate a fully-qualified AgentGateway resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agentGateways/{agent_gateway}
- project (String)
- location (String)
- agent_gateway (String)
- (::String)
- (::ArgumentError)
#cmek_config_path
def cmek_config_path(project:, location:) -> ::String
def cmek_config_path(project:, location:, cmek_config:) -> ::StringCreate 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)
#collection_path
def collection_path(project:, location:, collection:) -> ::StringCreate a fully-qualified Collection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}
- project (String)
- location (String)
- collection (String)
- (::String)
- (::ArgumentError)
#crypto_key_versions_path
def crypto_key_versions_path(project:, location:, key_ring:, crypto_key:, crypto_key_version:) -> ::StringCreate 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:) -> ::StringCreate 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)
#engine_path
def engine_path(project:, location:, collection:, engine:) -> ::StringCreate a fully-qualified Engine resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
- project (String)
- location (String)
- collection (String)
- engine (String)
- (::String)
- (::ArgumentError)