Class: Google::Cloud::Notebooks::V1beta1::Environment
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1beta1::Environment
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1beta1/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::V1beta1::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::V1beta1::VmImage
Use a Compute Engine VM image to start the notebook instance.
Instance Attribute Details
#container_image ⇒ ::Google::Cloud::Notebooks::V1beta1::ContainerImage
Returns Use a container image to start the notebook instance.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this environment was created.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns A brief description of this environment.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Display name of this environment for the UI.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Name of this environment.
Format:
projects/{project_id}/locations/{location}/environments/{environment_id}
.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#post_startup_script ⇒ ::String
Returns Path to a Bash script that automatically runs after a notebook instance
fully boots up. The path must be a URL or
Cloud Storage path. Example: "gs://path-to-file/file-name"
.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vm_image ⇒ ::Google::Cloud::Notebooks::V1beta1::VmImage
Returns Use a Compute Engine VM image to start the notebook instance.
51 52 53 54 |
# File 'proto_docs/google/cloud/notebooks/v1beta1/environment.rb', line 51 class Environment include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |