Path helper methods for the Eventarc API.
Extended By
Methods
#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)