Cloud Composer V1 API - Module Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Paths (v0.3.1)

Reference documentation and code samples for the Cloud Composer V1 API module Google::Cloud::Orchestration::Airflow::Service::V1::Environments::Paths.

Path helper methods for the Environments API.

Methods

#environment_path

def environment_path(project:, location:, environment:) -> ::String

Create a fully-qualified Environment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/environments/{environment}

Parameters
  • project (String)
  • location (String)
  • environment (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)