Class: Google::Cloud::DeviceStreaming::V1::GetDeviceSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::GetDeviceSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
Request message for DirectAccessService.GetDeviceSession.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the DeviceSession, e.g. "projects/{project_id}/deviceSessions/{session_id}".
81 82 83 84 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 81 class GetDeviceSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |