Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::CreateWorkerPoolRequest.
Request to create a new WorkerPool
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource where this worker pool will be created.
Format:
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource where this worker pool will be created.
Format:
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The parent resource where this worker pool will be created.
Format:
projects/{project}/locations/{location}
.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — If set, validate the request and preview the response, but do not actually post it.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
#worker_pool
def worker_pool() -> ::Google::Cloud::Build::V1::WorkerPool
Returns
-
(::Google::Cloud::Build::V1::WorkerPool) — Required.
WorkerPool
resource to create.
#worker_pool=
def worker_pool=(value) -> ::Google::Cloud::Build::V1::WorkerPool
Parameter
-
value (::Google::Cloud::Build::V1::WorkerPool) — Required.
WorkerPool
resource to create.
Returns
-
(::Google::Cloud::Build::V1::WorkerPool) — Required.
WorkerPool
resource to create.
#worker_pool_id
def worker_pool_id() -> ::String
Returns
-
(::String) — Required. Immutable. The ID to use for the
WorkerPool
, which will become the final component of the resource name.This value should be 1-63 characters, and valid characters are /[a-z][0-9]-/.
#worker_pool_id=
def worker_pool_id=(value) -> ::String
Parameter
-
value (::String) — Required. Immutable. The ID to use for the
WorkerPool
, which will become the final component of the resource name.This value should be 1-63 characters, and valid characters are /[a-z][0-9]-/.
Returns
-
(::String) — Required. Immutable. The ID to use for the
WorkerPool
, which will become the final component of the resource name.This value should be 1-63 characters, and valid characters are /[a-z][0-9]-/.