Device Streaming V1 API - Module Google::Cloud::DeviceStreaming::V1::DirectAccessService::Paths (v0.1.0)

Reference documentation and code samples for the Device Streaming V1 API module Google::Cloud::DeviceStreaming::V1::DirectAccessService::Paths.

Path helper methods for the DirectAccessService API.

Methods

#device_session_path

def device_session_path(project:, device_session:) -> ::String

Create a fully-qualified DeviceSession resource string.

The resource will be in the following format:

projects/{project}/deviceSessions/{device_session}

Parameters
  • project (String)
  • device_session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#project_path

def project_path(project:) -> ::String

Create a fully-qualified Project resource string.

The resource will be in the following format:

projects/{project}

Parameter
  • project (String)
Returns
  • (::String)