Class: Google::Cloud::DeviceStreaming::V1::CancelDeviceSessionRequest

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.CancelDeviceSession.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the DeviceSession, e.g. "projects/{project_id}/deviceSessions/{session_id}".

Returns:

  • (::String)

    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