Interface AutoUpgradeOptionsOrBuilder (2.54.0)

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for description.