proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb in google-cloud-build-v1-0.10.0 vs proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb in google-cloud-build-v1-0.11.0
- old
+ new
@@ -275,10 +275,15 @@
# @!attribute [r] status
# @return [::Google::Cloud::Build::V1::Build::Status]
# Output only. Status of the build step. At this time, build step status is
# only updated on build completion; step status is not updated in real-time
# as the build progresses.
+ # @!attribute [rw] script
+ # @return [::String]
+ # A shell script to be executed in the step.
+ #
+ # When script is provided, the user cannot specify the entrypoint or args.
class BuildStep
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end
@@ -1137,9 +1142,16 @@
# least one of those files matches a included_files glob. If not,
# then we do not trigger a build.
# @!attribute [rw] filter
# @return [::String]
# Optional. A Common Expression Language string.
+ # @!attribute [rw] service_account
+ # @return [::String]
+ # The service account used for all user-controlled operations including
+ # UpdateBuildTrigger, RunBuildTrigger, CreateBuild, and CancelBuild.
+ # If no service account is set, then the standard Cloud Build service account
+ # ([PROJECT_NUM]@system.gserviceaccount.com) will be used instead.
+ # Format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_ID_OR_EMAIL}`
class BuildTrigger
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
# @!attribute [rw] key