Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::DefaultPool.
Execution using the default 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 (