Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::PrivatePool (v0.18.0)

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

Execution using a private Cloud Build pool.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_storage

def artifact_storage() -> ::String
Returns
  • (::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.

#artifact_storage=

def artifact_storage=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#service_account

def service_account() -> ::String
Returns
  • (::String) — Optional. Google service account to use for execution. If unspecified, the project execution service account (

#service_account=

def service_account=(value) -> ::String
Parameter
  • value (::String) — Optional. Google service account to use for execution. If unspecified, the project execution service account (
Returns
  • (::String) — Optional. Google service account to use for execution. If unspecified, the project execution service account (

#worker_pool

def worker_pool() -> ::String
Returns
  • (::String) — Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.

#worker_pool=

def worker_pool=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.
Returns
  • (::String) — Required. Resource name of the Cloud Build worker pool to use. The format is projects/{project}/locations/{location}/workerPools/{pool}.