Class: Google::Cloud::Deploy::V1::DefaultPool
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DefaultPool
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Execution using the default Cloud Build pool.
Instance Attribute Summary collapse
-
#artifact_storage ⇒ ::String
Optional.
-
#service_account ⇒ ::String
Optional.
Instance Attribute Details
#artifact_storage ⇒ ::String
Returns 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.
889 890 891 892 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 889 class DefaultPool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
Returns Optional. Google service account to use for execution. If unspecified,
the project execution service account
(
889 890 891 892 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 889 class DefaultPool include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |