Class: Google::Cloud::Notebooks::V1beta1::Environment

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#container_image::Google::Cloud::Notebooks::V1beta1::ContainerImage

Returns Use a container image to start the notebook instance.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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".

Returns:

  • (::String)

    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.

Returns:



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