Interface IsInstanceUpgradeableResponseOrBuilder (1.39.0)

public interface IsInstanceUpgradeableResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUpgradeImage()

public abstract 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
TypeDescription
String

The upgradeImage.

getUpgradeImageBytes()

public abstract 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
TypeDescription
ByteString

The bytes for upgradeImage.

getUpgradeInfo()

public abstract String getUpgradeInfo()

Additional information about upgrade.

string upgrade_info = 3;

Returns
TypeDescription
String

The upgradeInfo.

getUpgradeInfoBytes()

public abstract ByteString getUpgradeInfoBytes()

Additional information about upgrade.

string upgrade_info = 3;

Returns
TypeDescription
ByteString

The bytes for upgradeInfo.

getUpgradeVersion()

public abstract 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
TypeDescription
String

The upgradeVersion.

getUpgradeVersionBytes()

public abstract 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
TypeDescription
ByteString

The bytes for upgradeVersion.

getUpgradeable()

public abstract boolean getUpgradeable()

If an instance is upgradeable.

bool upgradeable = 1;

Returns
TypeDescription
boolean

The upgradeable.