Class: Google::Cloud::Build::V1::ApprovalConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

ApprovalConfig describes configuration for manual approval of a build.

Instance Attribute Summary collapse

Instance Attribute Details

#approval_required::Boolean

Returns Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.

Returns:

  • (::Boolean)

    Whether or not approval is needed. If this is set on a build, it will become pending when created, and will need to be explicitly approved to start.



1234
1235
1236
1237
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1234

class ApprovalConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end