public interface IsInstanceUpgradeableResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUpgradeable()
If an instance is upgradeable.
|
String |
getUpgradeImage()
The new image self link this instance will be upgraded to if calling the
upgrade endpoint.
|
com.google.protobuf.ByteString |
getUpgradeImageBytes()
The new image self link this instance will be upgraded to if calling the
upgrade endpoint.
|
String |
getUpgradeInfo()
Additional information about upgrade.
|
com.google.protobuf.ByteString |
getUpgradeInfoBytes()
Additional information about upgrade.
|
String |
getUpgradeVersion()
The version this instance will be upgraded to if calling the upgrade
endpoint.
|
com.google.protobuf.ByteString |
getUpgradeVersionBytes()
The version this instance will be upgraded to if calling the upgrade
endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getUpgradeable()
If an instance is upgradeable.
bool upgradeable = 1;String getUpgradeVersion()
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
string upgrade_version = 2;com.google.protobuf.ByteString getUpgradeVersionBytes()
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
string upgrade_version = 2;String getUpgradeInfo()
Additional information about upgrade.
string upgrade_info = 3;com.google.protobuf.ByteString getUpgradeInfoBytes()
Additional information about upgrade.
string upgrade_info = 3;String getUpgradeImage()
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.
string upgrade_image = 4;com.google.protobuf.ByteString getUpgradeImageBytes()
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.
string upgrade_image = 4;Copyright © 2024 Google LLC. All rights reserved.