Class CreateWorkerPoolOperationMetadata (3.9.1)

CreateWorkerPoolOperationMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Metadata for the CreateWorkerPool operation.

Attributes

NameDescription
worker_pool str
The resource name of the ``WorkerPool`` to create. Format: ``projects/{project}/locations/{location}/workerPools/{worker_pool}``.
create_time google.protobuf.timestamp_pb2.Timestamp
Time the operation was created.
complete_time google.protobuf.timestamp_pb2.Timestamp
Time the operation was completed.

Inheritance

builtins.object > proto.message.Message > CreateWorkerPoolOperationMetadata