Interface protos.google.devtools.cloudbuild.v1.ICreateWorkerPoolRequest (2.3.2)

Properties of a CreateWorkerPoolRequest.

Package

@google-cloud/cloudbuild!

Properties

parent

parent?: (string|null);

CreateWorkerPoolRequest parent

Property Value
TypeDescription
(string|null)

validateOnly

validateOnly?: (boolean|null);

CreateWorkerPoolRequest validateOnly

Property Value
TypeDescription
(boolean|null)

workerPool

workerPool?: (google.devtools.cloudbuild.v1.IWorkerPool|null);

CreateWorkerPoolRequest workerPool

Property Value
TypeDescription
(google.devtools.cloudbuild.v1.IWorkerPool|null)

workerPoolId

workerPoolId?: (string|null);

CreateWorkerPoolRequest workerPoolId

Property Value
TypeDescription
(string|null)