Interface AutoUpgradeOptionsOrBuilder (2.3.6)

public interface AutoUpgradeOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutoUpgradeStartTime()

public abstract String getAutoUpgradeStartTime()

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

string auto_upgrade_start_time = 1;

Returns
TypeDescription
String

The autoUpgradeStartTime.

getAutoUpgradeStartTimeBytes()

public abstract ByteString getAutoUpgradeStartTimeBytes()

[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.

string auto_upgrade_start_time = 1;

Returns
TypeDescription
ByteString

The bytes for autoUpgradeStartTime.

getDescription()

public abstract String getDescription()

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.