Interface DeleteWorkerPoolOperationMetadataOrBuilder (3.26.0)

public interface DeleteWorkerPoolOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCompleteTime()

public abstract Timestamp getCompleteTime()

Time the operation was completed.

.google.protobuf.Timestamp complete_time = 3;

Returns
TypeDescription
Timestamp

The completeTime.

getCompleteTimeOrBuilder()

public abstract TimestampOrBuilder getCompleteTimeOrBuilder()

Time the operation was completed.

.google.protobuf.Timestamp complete_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getCreateTime()

public abstract Timestamp getCreateTime()

Time the operation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Time the operation was created.

.google.protobuf.Timestamp create_time = 2;

Returns
TypeDescription
TimestampOrBuilder