Class: Google::Cloud::Build::V1::UpdateWorkerPoolOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#complete_time::Google::Protobuf::Timestamp

Returns Time the operation was completed.

Returns:



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.

Returns:



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}.

Returns:

  • (::String)

    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