Class: Google::Cloud::Dataproc::V1::CreateSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::CreateSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/sessions.rb
Overview
A request to create a session.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#session ⇒ ::Google::Cloud::Dataproc::V1::Session
Required.
-
#session_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The parent resource where this session will be created.
52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 52 class CreateSessionRequest 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 CreateSessionRequestss with the same ID, the second request is ignored, and the first Session is created and stored in the backend.
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.
52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 52 class CreateSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session ⇒ ::Google::Cloud::Dataproc::V1::Session
Returns Required. The interactive session to create.
52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 52 class CreateSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_id ⇒ ::String
Returns Required. The ID to use for the session, which becomes the final component of the session's resource name.
This value must be 4-63 characters. Valid characters are /[a-z][0-9]-/.
52 53 54 55 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 52 class CreateSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |