Class: Google::Cloud::Notebooks::V1::CreateEnvironmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::CreateEnvironmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/service.rb
Overview
Request for creating a notebook environment.
Instance Attribute Summary collapse
-
#environment ⇒ ::Google::Cloud::Notebooks::V1::Environment
Required.
-
#environment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#environment ⇒ ::Google::Cloud::Notebooks::V1::Environment
536 537 538 539 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 536 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment_id ⇒ ::String
536 537 538 539 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 536 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
536 537 538 539 |
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 536 class CreateEnvironmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |