Class: Google::Cloud::Notebooks::V1::Environment
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::Environment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/environment.rb
Overview
Definition of a software environment that is used to start a notebook instance.
Instance Attribute Summary collapse
-
#container_image ⇒ ::Google::Cloud::Notebooks::V1::ContainerImage
Use a container image to start the notebook instance.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
A brief description of this environment.
-
#display_name ⇒ ::String
Display name of this environment for the UI.
-
#name ⇒ ::String
readonly
Output only.
-
#post_startup_script ⇒ ::String
Path to a Bash script that automatically runs after a notebook instance fully boots up.
-
#vm_image ⇒ ::Google::Cloud::Notebooks::V1::VmImage
Use a Compute Engine VM image to start the notebook instance.
Instance Attribute Details
#container_image ⇒ ::Google::Cloud::Notebooks::V1::ContainerImage
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#post_startup_script ⇒ ::String
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_image ⇒ ::Google::Cloud::Notebooks::V1::VmImage
55 56 57 58 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 55 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |