Class: Google::Cloud::Dataproc::V1::GetSessionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/sessions.rb

Overview

A request to get the resource representation for a session.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the session to retrieve.

Returns:

  • (::String)

    Required. The name of the session to retrieve.



61
62
63
64
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 61

class GetSessionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end