Class: Google::Cloud::Notebooks::V2::CheckInstanceUpgradabilityResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/notebooks/v2/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.



213
214
215
216
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213

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

#upgrade_info::String

Returns Additional information about upgrade.

Returns:

  • (::String)

    Additional information about upgrade.



213
214
215
216
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213

class CheckInstanceUpgradabilityResponse
  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.



213
214
215
216
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213

class CheckInstanceUpgradabilityResponse
  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.



213
214
215
216
# File 'proto_docs/google/cloud/notebooks/v2/service.rb', line 213

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