View Source GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1PoolOption (google_api_run v0.30.0)

Details about how a build should be executed on a WorkerPool. See running builds in a private pool for more information.

Attributes

  • name (type: String.t, default: nil) - The WorkerPool resource to execute the build on. You must have cloudbuild.workerpools.use on the project hosting the WorkerPool. Format projects/{project}/locations/{location}/workerPools/{workerPoolId}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.GoogleDevtoolsCloudbuildV1PoolOption{
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.