Cloud Shell V1 API - Module Google::Cloud::Shell::V1::CloudShellService::Paths (v0.4.0)

Reference documentation and code samples for the Cloud Shell V1 API module Google::Cloud::Shell::V1::CloudShellService::Paths.

Path helper methods for the CloudShellService API.

Methods

#environment_path

def environment_path(user:, environment:) -> ::String

Create a fully-qualified Environment resource string.

The resource will be in the following format:

users/{user}/environments/{environment}

Parameters
  • user (String)
  • environment (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)