Class: Google::Cloud::Build::V1::UpdateWorkerPoolOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::UpdateWorkerPoolOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Metadata for the UpdateWorkerPool
operation.
Instance Attribute Summary collapse
-
#complete_time ⇒ ::Google::Protobuf::Timestamp
Time the operation was completed.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Time the operation was created.
-
#worker_pool ⇒ ::String
The resource name of the
WorkerPool
being updated.
Instance Attribute Details
#complete_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the operation was completed.
2421 2422 2423 2424 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2421 class UpdateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the operation was created.
2421 2422 2423 2424 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2421 class UpdateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_pool ⇒ ::String
Returns The resource name of the WorkerPool
being updated.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}
.
2421 2422 2423 2424 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2421 class UpdateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |