Google Cloud Deploy V1 Client - Class PrivatePool (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class PrivatePool.

Execution using a private Cloud Build pool.

Generated from protobuf message google.cloud.deploy.v1.PrivatePool

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ worker_pool string

Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

↳ service_account string

Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.

↳ artifact_storage string

Optional. Cloud Storage location where execution outputs should be stored. This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

getWorkerPool

Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

Returns
TypeDescription
string

setWorkerPool

Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getServiceAccount

Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.

Returns
TypeDescription
string

setServiceAccount

Optional. Google service account to use for execution. If unspecified, the project execution service account (<PROJECT_NUMBER>-compute@developer.gserviceaccount.com) will be used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getArtifactStorage

Optional. Cloud Storage location where execution outputs should be stored.

This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

Returns
TypeDescription
string

setArtifactStorage

Optional. Cloud Storage location where execution outputs should be stored.

This can either be a bucket ("gs://my-bucket") or a path within a bucket ("gs://my-bucket/my-dir"). If unspecified, a default bucket located in the same region will be used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this