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.
Included In
Methods
#device_session_path
def device_session_path(project:, device_session:) -> ::StringCreate a fully-qualified DeviceSession resource string.
The resource will be in the following format:
projects/{project}/deviceSessions/{device_session}
- project (String)
- device_session (String)
- (::String)
- (::ArgumentError)
#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)