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)
#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)
#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)