Class: Google::Cloud::Notebooks::V1::Environment

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

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