Class: Google::Cloud::DeviceStreaming::V1::UpdateDeviceSessionRequest

Inherits:
Object
  • Object
show all
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

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}".

Returns:



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.

Returns:



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