Class: Google::Cloud::Dataproc::V1::DeleteSessionRequest

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 delete a session.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the session resource to delete.

Returns:

  • (::String)

    Required. The name of the session resource to delete.



149
150
151
152
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 149

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

#request_id::String

Returns Optional. A unique ID used to identify the request. If the service receives two DeleteSessionRequests with the same ID, the second request is ignored.

Recommendation: Set this value to a UUID.

The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Returns:

  • (::String)

    Optional. A unique ID used to identify the request. If the service receives two DeleteSessionRequests with the same ID, the second request is ignored.

    Recommendation: Set this value to a UUID.

    The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.



149
150
151
152
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 149

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