Cloud Build V1 API - Class Google::Cloud::Build::V1::CreateWorkerPoolOperationMetadata (v0.27.0)

Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::CreateWorkerPoolOperationMetadata.

Metadata for the CreateWorkerPool operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#complete_time

def complete_time() -> ::Google::Protobuf::Timestamp
Returns

#complete_time=

def complete_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#worker_pool

def worker_pool() -> ::String
Returns
  • (::String) — The resource name of the WorkerPool to create. Format: projects/{project}/locations/{location}/workerPools/{worker_pool}.

#worker_pool=

def worker_pool=(value) -> ::String
Parameter
  • value (::String) — The resource name of the WorkerPool to create. Format: projects/{project}/locations/{location}/workerPools/{worker_pool}.
Returns
  • (::String) — The resource name of the WorkerPool to create. Format: projects/{project}/locations/{location}/workerPools/{worker_pool}.