public interface UpgradeStatusOrBuilder extends MessageOrBuilder
Implements
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
com.google.rpc.StatusOrBuilder |
getPreviousVersion()
public abstract String getPreviousVersion()
The version from which we upgraded.
string previous_version = 5;
Returns | |
---|---|
Type | Description |
String | The previousVersion. |
getPreviousVersionBytes()
public abstract ByteString getPreviousVersionBytes()
The version from which we upgraded.
string previous_version = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for previousVersion. |
getStartTime()
public abstract Timestamp getStartTime()
The time the operation was started.
.google.protobuf.Timestamp start_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
The time the operation was started.
.google.protobuf.Timestamp start_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getState()
public abstract UpgradeStatus.State getState()
The state of the upgradeAppliance operation.
.google.events.cloud.vmmigration.v1.UpgradeStatus.State state = 2;
Returns | |
---|---|
Type | Description |
UpgradeStatus.State | The state. |
getStateValue()
public abstract int getStateValue()
The state of the upgradeAppliance operation.
.google.events.cloud.vmmigration.v1.UpgradeStatus.State state = 2;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()
The version to upgrade to.
string version = 1;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean | Whether the startTime field is set. |