Class: Google::Cloud::Build::V1::UpdateWorkerPoolRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Request to update a WorkerPool.

Instance Attribute Summary collapse

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

Returns A mask specifying which fields in worker_pool to update.

Returns:



2355
2356
2357
2358
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355

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

#validate_only::Boolean

Returns If set, validate the request and preview the response, but do not actually post it.

Returns:

  • (::Boolean)

    If set, validate the request and preview the response, but do not actually post it.



2355
2356
2357
2358
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355

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

#worker_pool::Google::Cloud::Build::V1::WorkerPool

Returns Required. The WorkerPool to update.

The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.

Returns:

  • (::Google::Cloud::Build::V1::WorkerPool)

    Required. The WorkerPool to update.

    The name field is used to identify the WorkerPool to update. Format: projects/{project}/locations/{location}/workerPools/{workerPool}.



2355
2356
2357
2358
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2355

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