public interface OperationMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCreateTime()
public abstract Timestamp getCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Type | Description |
Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Type | Description |
TimestampOrBuilder |
getState()
public abstract OperationMetadata.State getState()
Current state of the batch operation.
.google.monitoring.metricsscope.v1.OperationMetadata.State state = 1;
Type | Description |
OperationMetadata.State | The state. |
getStateValue()
public abstract int getStateValue()
Current state of the batch operation.
.google.monitoring.metricsscope.v1.OperationMetadata.State state = 1;
Type | Description |
int | The enum numeric value on the wire for state. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Type | Description |
Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Type | Description |
TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()
The time when the batch request was received.
.google.protobuf.Timestamp create_time = 5;
Type | Description |
boolean | Whether the createTime field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
The time when the operation result was last updated.
.google.protobuf.Timestamp update_time = 6;
Type | Description |
boolean | Whether the updateTime field is set. |