class Google::Apis::CloudbuildV1beta1::CreateWorkerPoolOperationMetadata
Metadata for the `CreateWorkerPool` operation.
Attributes
complete_time[RW]
Time the operation was completed. Corresponds to the JSON property `completeTime` @return [String]
create_time[RW]
Time the operation was created. Corresponds to the JSON property `createTime` @return [String]
worker_pool[RW]
The resource name of the `WorkerPool` to create. Format: `projects/`project`/ locations/`location`/workerPools/`worker_pool“. Corresponds to the JSON property `workerPool` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 821 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 826 def update!(**args) @complete_time = args[:complete_time] if args.key?(:complete_time) @create_time = args[:create_time] if args.key?(:create_time) @worker_pool = args[:worker_pool] if args.key?(:worker_pool) end