public interface DeleteWorkerPoolOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCompleteTime()
public abstract Timestamp getCompleteTime()Time the operation was completed.
.google.protobuf.Timestamp complete_time = 3;
| Type | Description |
Timestamp |
The completeTime. |
getCompleteTimeOrBuilder()
public abstract TimestampOrBuilder getCompleteTimeOrBuilder()Time the operation was completed.
.google.protobuf.Timestamp complete_time = 3;
| Type | Description |
TimestampOrBuilder |
getCreateTime()
public abstract Timestamp getCreateTime()Time the operation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
Timestamp |
The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Time the operation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
TimestampOrBuilder |
getWorkerPool()
public abstract String getWorkerPool() The resource name of the WorkerPool being deleted.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}.
string worker_pool = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
String |
The workerPool. |
getWorkerPoolBytes()
public abstract ByteString getWorkerPoolBytes() The resource name of the WorkerPool being deleted.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}.
string worker_pool = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
ByteString |
The bytes for workerPool. |
hasCompleteTime()
public abstract boolean hasCompleteTime()Time the operation was completed.
.google.protobuf.Timestamp complete_time = 3;
| Type | Description |
boolean |
Whether the completeTime field is set. |
hasCreateTime()
public abstract boolean hasCreateTime()Time the operation was created.
.google.protobuf.Timestamp create_time = 2;
| Type | Description |
boolean |
Whether the createTime field is set. |