Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::DeleteWorkerPoolOperationMetadata.
Metadata for the DeleteWorkerPool
operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#complete_time
def complete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time the operation was completed.
#complete_time=
def complete_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time the operation was completed.
Returns
- (::Google::Protobuf::Timestamp) — Time the operation was completed.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time the operation was created.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time the operation was created.
Returns
- (::Google::Protobuf::Timestamp) — Time the operation was created.
#worker_pool
def worker_pool() -> ::String
Returns
-
(::String) — The resource name of the
WorkerPool
being deleted. Format:projects/{project}/locations/{location}/workerPools/{worker_pool}
.
#worker_pool=
def worker_pool=(value) -> ::String
Parameter
-
value (::String) — The resource name of the
WorkerPool
being deleted. Format:projects/{project}/locations/{location}/workerPools/{worker_pool}
.
Returns
-
(::String) — The resource name of the
WorkerPool
being deleted. Format:projects/{project}/locations/{location}/workerPools/{worker_pool}
.