Class: Google::Cloud::Notebooks::V1beta1::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::CreateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/service.rb
Overview
Request for creating a notebook environment.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Notebooks::V1beta1::Environment
Required.
-
#environment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Notebooks::V1beta1::Environment
Returns Required. The environment to be created.
367 368 369 370 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 367 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment_id ⇒ ::String
Returns Required. User-defined unique ID of this environment. The environment_id
must
be 1 to 63 characters long and contain only lowercase letters,
numeric characters, and dashes. The first character must be a lowercase
letter and the last character cannot be a dash.
367 368 369 370 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 367 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: projects/{project_id}/locations/{location}
.
367 368 369 370 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 367 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |