Class: Google::Cloud::Notebooks::V1::IsInstanceUpgradeableRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v1/service.rb

Overview

Request for checking if a notebook instance is upgradeable.

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_instance::String

Returns Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}.

Returns:

  • (::String)

    Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}



333
334
335
336
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 333

class IsInstanceUpgradeableRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Notebooks::V1::UpgradeType

Returns Optional. The optional UpgradeType. Setting this field will search for additional compute images to upgrade this instance.

Returns:



333
334
335
336
# File 'proto_docs/google/cloud/notebooks/v1/service.rb', line 333

class IsInstanceUpgradeableRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end