Class: Google::Cloud::Build::V1::DeleteWorkerPoolOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::DeleteWorkerPoolOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
Metadata for the DeleteWorkerPool 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
WorkerPoolbeing deleted.
Instance Attribute Details
#complete_time ⇒ ::Google::Protobuf::Timestamp
2660 2661 2662 2663 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2660 class DeleteWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp
2660 2661 2662 2663 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2660 class DeleteWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#worker_pool ⇒ ::String
2660 2661 2662 2663 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2660 class DeleteWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |