Class: Google::Cloud::DeviceStreaming::V1::UpdateDeviceSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::UpdateDeviceSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
Request message for DirectAccessService.UpdateDeviceSession.
Instance Attribute Summary collapse
-
#device_session ⇒ ::Google::Cloud::DeviceStreaming::V1::DeviceSession
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#device_session ⇒ ::Google::Cloud::DeviceStreaming::V1::DeviceSession
Returns Required. DeviceSession to update.
The DeviceSession's name
field is used to identify the session to update
"projects/{project_id}/deviceSessions/{session_id}".
105 106 107 108 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 105 class UpdateDeviceSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update.
105 106 107 108 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 105 class UpdateDeviceSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |