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