Reference documentation and code samples for the Cloud Workstations V1BETA API module Google::Cloud::Workstations::V1beta::Workstations::Paths.
Path helper methods for the Workstations API.
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)
#workstation_cluster_path
def workstation_cluster_path(project:, location:, workstation_cluster:) -> ::String
Create a fully-qualified WorkstationCluster resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workstationClusters/{workstation_cluster}
- project (String)
- location (String)
- workstation_cluster (String)
- (::String)
- (::ArgumentError)
#workstation_config_path
def workstation_config_path(project:, location:, workstation_cluster:, workstation_config:) -> ::String
Create a fully-qualified WorkstationConfig resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workstationClusters/{workstation_cluster}/workstationConfigs/{workstation_config}
- project (String)
- location (String)
- workstation_cluster (String)
- workstation_config (String)
- (::String)
- (::ArgumentError)
#workstation_path
def workstation_path(project:, location:, workstation_cluster:, workstation_config:, workstation:) -> ::String
Create a fully-qualified Workstation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/workstationClusters/{workstation_cluster}/workstationConfigs/{workstation_config}/workstations/{workstation}
- project (String)
- location (String)
- workstation_cluster (String)
- workstation_config (String)
- workstation (String)
- (::String)
- (::ArgumentError)