public interface UpgradeStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract Status getError()Provides details on the state of the upgrade operation in case of an error.
.google.rpc.Status error = 3;
| Type | Description |
| 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;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getPreviousVersion()
public abstract String getPreviousVersion()The version from which we upgraded.
string previous_version = 5;
| Type | Description |
| String | The previousVersion. |
getPreviousVersionBytes()
public abstract ByteString getPreviousVersionBytes()The version from which we upgraded.
string previous_version = 5;
| Type | Description |
| ByteString | The bytes for previousVersion. |
getStartTime()
public abstract Timestamp getStartTime()The time the operation was started.
.google.protobuf.Timestamp start_time = 4;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The time the operation was started.
.google.protobuf.Timestamp start_time = 4;
| Type | Description |
| TimestampOrBuilder |
getState()
public abstract UpgradeStatus.State getState()The state of the upgradeAppliance operation.
.google.cloud.vmmigration.v1.UpgradeStatus.State state = 2;
| Type | Description |
| UpgradeStatus.State | The state. |
getStateValue()
public abstract int getStateValue()The state of the upgradeAppliance operation.
.google.cloud.vmmigration.v1.UpgradeStatus.State state = 2;
| Type | Description |
| int | The enum numeric value on the wire for state. |
getVersion()
public abstract String getVersion()The version to upgrade to.
string version = 1;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()The version to upgrade to.
string version = 1;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the error field is set. |
hasStartTime()
public abstract boolean hasStartTime()The time the operation was started.
.google.protobuf.Timestamp start_time = 4;
| Type | Description |
| boolean | Whether the startTime field is set. |