Package com.google.cloud.notebooks.v1
Interface IsInstanceUpgradeableResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IsInstanceUpgradeableResponse,IsInstanceUpgradeableResponse.Builder
public interface IsInstanceUpgradeableResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetUpgradeable()If an instance is upgradeable.StringgetUpgradeImage()The new image self link this instance will be upgraded to if calling the upgrade endpoint.com.google.protobuf.ByteStringgetUpgradeImageBytes()The new image self link this instance will be upgraded to if calling the upgrade endpoint.StringgetUpgradeInfo()Additional information about upgrade.com.google.protobuf.ByteStringgetUpgradeInfoBytes()Additional information about upgrade.StringgetUpgradeVersion()The version this instance will be upgraded to if calling the upgrade endpoint.com.google.protobuf.ByteStringgetUpgradeVersionBytes()The version this instance will be upgraded to if calling the upgrade endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUpgradeable
boolean getUpgradeable()
If an instance is upgradeable.
bool upgradeable = 1;- Returns:
- The upgradeable.
-
getUpgradeVersion
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;- Returns:
- The upgradeVersion.
-
getUpgradeVersionBytes
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;- Returns:
- The bytes for upgradeVersion.
-
getUpgradeInfo
String getUpgradeInfo()
Additional information about upgrade.
string upgrade_info = 3;- Returns:
- The upgradeInfo.
-
getUpgradeInfoBytes
com.google.protobuf.ByteString getUpgradeInfoBytes()
Additional information about upgrade.
string upgrade_info = 3;- Returns:
- The bytes for upgradeInfo.
-
getUpgradeImage
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;- Returns:
- The upgradeImage.
-
getUpgradeImageBytes
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;- Returns:
- The bytes for upgradeImage.
-
-