Class: Google::Cloud::DeviceStreaming::V1::CancelDeviceSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::CancelDeviceSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
Request message for DirectAccessService.CancelDeviceSession.
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}".
91 92 93 94 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 91 class CancelDeviceSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |