Reference documentation and code samples for the Cloud Talent Solution V4beta1 API module Google::Cloud::Talent::V4beta1::EventService::Paths.
Path helper methods for the EventService API.
Included In
Methods
#project_path
def project_path(project:) -> ::StringCreate a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)
#tenant_path
def tenant_path(project:, tenant:) -> ::StringCreate a fully-qualified Tenant resource string.
The resource will be in the following format:
projects/{project}/tenants/{tenant}
- project (String)
- tenant (String)
- (::String)
- (::ArgumentError)