Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🦉 Updates from OwlBot
  • Loading branch information
gcf-owl-bot[bot] committed Aug 25, 2021
commit 334185f782c631cfbf739b571a4ba79c0741c4fc
14 changes: 14 additions & 0 deletions google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,10 @@ class BuildStep(proto.Message):
this time, build step status is only updated on
build completion; step status is not updated in
real-time as the build progresses.
script (str):
A shell script to be executed in the step.
When script is provided, the user cannot specify
the entrypoint or args.
"""

name = proto.Field(proto.STRING, number=1,)
Expand All @@ -376,6 +380,7 @@ class BuildStep(proto.Message):
pull_timing = proto.Field(proto.MESSAGE, number=13, message="TimeSpan",)
timeout = proto.Field(proto.MESSAGE, number=11, message=duration_pb2.Duration,)
status = proto.Field(proto.ENUM, number=12, enum="Build.Status",)
script = proto.Field(proto.STRING, number=19,)


class Volume(proto.Message):
Expand Down Expand Up @@ -1245,6 +1250,14 @@ class BuildTrigger(proto.Message):
filter (str):
Optional. A Common Expression Language
string.
service_account (str):
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}``
"""

resource_name = proto.Field(proto.STRING, number=34,)
Expand All @@ -1267,6 +1280,7 @@ class BuildTrigger(proto.Message):
ignored_files = proto.RepeatedField(proto.STRING, number=15,)
included_files = proto.RepeatedField(proto.STRING, number=16,)
filter = proto.Field(proto.STRING, number=30,)
service_account = proto.Field(proto.STRING, number=33,)


class GitHubEventsConfig(proto.Message):
Expand Down
17 changes: 0 additions & 17 deletions owl-bot-staging/v1/.coveragerc

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1/README.rst

This file was deleted.

10 changes: 0 additions & 10 deletions owl-bot-staging/v1/docs/cloudbuild_v1/cloud_build.rst

This file was deleted.

6 changes: 0 additions & 6 deletions owl-bot-staging/v1/docs/cloudbuild_v1/services.rst

This file was deleted.

7 changes: 0 additions & 7 deletions owl-bot-staging/v1/docs/cloudbuild_v1/types.rst

This file was deleted.

Loading