Reference documentation and code samples for the Eventarc V1 API module Google::Cloud::Eventarc::V1::Eventarc::Paths.
Path helper methods for the Eventarc API.
Extended By
Methods
#channel_connection_path
def channel_connection_path(project:, location:, channel_connection:) -> ::String
Create a fully-qualified ChannelConnection resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/channelConnections/{channel_connection}
- project (String)
- location (String)
- channel_connection (String)
- (::String)
- (::ArgumentError)
#channel_path
def channel_path(project:, location:, channel:) -> ::String
Create a fully-qualified Channel resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/channels/{channel}
- project (String)
- location (String)
- channel (String)
- (::String)
- (::ArgumentError)
#cloud_function_path
def cloud_function_path(project:, location:, function:) -> ::String
Create a fully-qualified CloudFunction resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/functions/{function}
- project (String)
- location (String)
- function (String)
- (::String)
- (::ArgumentError)
#crypto_key_path
def crypto_key_path(project:, location:, key_ring:, crypto_key:) -> ::String
Create a fully-qualified CryptoKey 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)
#google_channel_config_path
def google_channel_config_path(project:, location:) -> ::String
Create a fully-qualified GoogleChannelConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/googleChannelConfig
- project (String)
- location (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)
#provider_path
def provider_path(project:, location:, provider:) -> ::String
Create a fully-qualified Provider resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/providers/{provider}
- project (String)
- location (String)
- provider (String)
- (::String)
- (::ArgumentError)
#service_account_path
def service_account_path(project:, service_account:) -> ::String
Create a fully-qualified ServiceAccount resource string.
The resource will be in the following format:
projects/{project}/serviceAccounts/{service_account}
- project (String)
- service_account (String)
- (::String)
- (::ArgumentError)
#trigger_path
def trigger_path(project:, location:, trigger:) -> ::String
Create a fully-qualified Trigger resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/triggers/{trigger}
- project (String)
- location (String)
- trigger (String)
- (::String)
- (::ArgumentError)
#workflow_path
def workflow_path(project:, location:, workflow:) -> ::String
Create a fully-qualified Workflow resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workflows/{workflow}
- project (String)
- location (String)
- workflow (String)
- (::String)
- (::ArgumentError)