View Source GoogleApi.CloudDeploy.V1.Model.PrivatePool (google_api_cloud_deploy v0.6.0)

Execution using a private Cloud Build pool.

Attributes

  • artifactStorage (type: String.t, default: nil) - 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.
  • serviceAccount (type: String.t, default: nil) - Optional. Google service account to use for execution. If unspecified, the project execution service account (-compute@developer.gserviceaccount.com) will be used.
  • workerPool (type: String.t, default: nil) - Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.PrivatePool{
  artifactStorage: String.t() | nil,
  serviceAccount: String.t() | nil,
  workerPool: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.