Skip to content

Commit

Permalink
feat: added platform log RolloutUpdateEvent (#11853)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 574527232

Source-Link:
googleapis/googleapis@3e039f5

Source-Link:
googleapis/googleapis-gen@6818c5e
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiNjgxOGM1ZTEyNDZlM2ZkMGEzZGMzYmRkZDk3YWJhZDBkNzQyMGRjNiJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 26, 2023
1 parent b9fa436 commit b709075
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ class Type(proto.Enum):
Restriction check failed.
TYPE_RESOURCE_DELETED (6):
Resource deleted.
TYPE_ROLLOUT_UPDATE (7):
Rollout updated.
TYPE_RENDER_STATUES_CHANGE (2):
Deprecated: This field is never used. Use release_render log
type instead.
Expand All @@ -54,6 +56,7 @@ class Type(proto.Enum):
TYPE_PROCESS_ABORTED = 4
TYPE_RESTRICTION_VIOLATED = 5
TYPE_RESOURCE_DELETED = 6
TYPE_ROLLOUT_UPDATE = 7
TYPE_RENDER_STATUES_CHANGE = 2


Expand Down

0 comments on commit b709075

Please sign in to comment.