Interface ImportDataMetadataOrBuilder (2.49.0)

public interface ImportDataMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCreateTime()

public abstract Timestamp getCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
TimestampOrBuilder

getError()

public abstract Status getError()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
com.google.rpc.StatusOrBuilder

getState()

public abstract OperationState getState()

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Returns
Type Description
OperationState

The state.

getStateValue()

public abstract int getStateValue()

The current state of the operation.

.google.cloud.translation.v3.OperationState state = 1;

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

The creation time of the operation.

.google.protobuf.Timestamp create_time = 2;

Returns
Type Description
boolean

Whether the createTime field is set.

hasError()

public abstract boolean hasError()

Only populated when operation doesn't succeed.

.google.rpc.Status error = 4;

Returns
Type Description
boolean

Whether the error field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

The last update time of the operation.

.google.protobuf.Timestamp update_time = 3;

Returns
Type Description
boolean

Whether the updateTime field is set.