Class: Google::Cloud::Notebooks::V1::IsInstanceUpgradeableRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::IsInstanceUpgradeableRequest
- 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
-
#notebook_instance ⇒ ::String
Required.
-
#type ⇒ ::Google::Cloud::Notebooks::V1::UpgradeType
Optional.
Instance Attribute Details
#notebook_instance ⇒ ::String
Returns 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.
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 |