Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 6 additions & 0 deletions packages/google-cloud-deploy/docs/deploy_v1/services_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Services for Google Cloud Deploy v1 API
=======================================
.. toctree::
:maxdepth: 2

cloud_deploy
6 changes: 6 additions & 0 deletions packages/google-cloud-deploy/docs/deploy_v1/types_.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Types for Google Cloud Deploy v1 API
====================================

.. automodule:: google.cloud.deploy_v1.types
:members:
:show-inheritance:
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