Interface UpgradeStatusOrBuilder (1.33.0)

public interface UpgradeStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract Status getError()

Provides details on the state of the upgrade operation in case of an error.

.google.rpc.Status error = 3;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Provides details on the state of the upgrade operation in case of an error.

.google.rpc.Status error = 3;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getPreviousVersion()

public abstract String getPreviousVersion()

The version from which we upgraded.

string previous_version = 5;

Returns
TypeDescription
String

The previousVersion.

getPreviousVersionBytes()

public abstract ByteString getPreviousVersionBytes()

The version from which we upgraded.

string previous_version = 5;

Returns
TypeDescription
ByteString

The bytes for previousVersion.

getStartTime()

public abstract Timestamp getStartTime()

The time the operation was started.

.google.protobuf.Timestamp start_time = 4;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time the operation was started.

.google.protobuf.Timestamp start_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract UpgradeStatus.State getState()

The state of the upgradeAppliance operation.

.google.cloud.vmmigration.v1.UpgradeStatus.State state = 2;

Returns
TypeDescription
UpgradeStatus.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the upgradeAppliance operation.

.google.cloud.vmmigration.v1.UpgradeStatus.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getVersion()

public abstract String getVersion()

The version to upgrade to.

string version = 1;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version to upgrade to.

string version = 1;

Returns
TypeDescription
ByteString

The bytes for version.

hasError()

public abstract boolean hasError()

Provides details on the state of the upgrade operation in case of an error.

.google.rpc.Status error = 3;

Returns
TypeDescription
boolean

Whether the error field is set.

hasStartTime()

public abstract boolean hasStartTime()

The time the operation was started.

.google.protobuf.Timestamp start_time = 4;

Returns
TypeDescription
boolean

Whether the startTime field is set.