Class: Google::Cloud::Notebooks::V1beta1::IsInstanceUpgradeableResponse

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

Overview

Response for checking if a notebook instance is upgradeable.

Instance Attribute Summary collapse

Instance Attribute Details

#upgrade_image::String

Returns The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.

Returns:

  • (::String)

    The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.



283
284
285
286
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 283

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

#upgrade_info::String

Returns Additional information about upgrade.

Returns:

  • (::String)

    Additional information about upgrade.



283
284
285
286
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 283

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

#upgrade_version::String

Returns The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.

Returns:

  • (::String)

    The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.



283
284
285
286
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 283

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

#upgradeable::Boolean

Returns If an instance is upgradeable.

Returns:

  • (::Boolean)

    If an instance is upgradeable.



283
284
285
286
# File 'proto_docs/google/cloud/notebooks/v1beta1/service.rb', line 283

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