Class: Google::Cloud::Build::V1::CreateWorkerPoolOperationMetadata

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 CreateWorkerPool operation.

Instance Attribute Summary collapse

Instance Attribute Details

#complete_time::Google::Protobuf::Timestamp

Returns Time the operation was completed.

Returns:



2404
2405
2406
2407
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2404

class CreateWorkerPoolOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp

Returns Time the operation was created.

Returns:



2404
2405
2406
2407
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2404

class CreateWorkerPoolOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#worker_pool::String

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



2404
2405
2406
2407
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2404

class CreateWorkerPoolOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end