public interface AutoUpgradeOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |