Skip to content

Commit c8610f0

Browse files
feat: Add AppHub related condition types to Deployment protos (#32448)
* feat: Add AppHub related condition types to Deployment protos PiperOrigin-RevId: 869245151 Source-Link: googleapis/googleapis@772f196 Source-Link: googleapis/googleapis-gen@543ac7d Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLXNhYXNfcGxhdGZvcm0tc2Fhc19zZXJ2aWNlX21nbXQtdjFiZXRhMS8uT3dsQm90LnlhbWwiLCJoIjoiNTQzYWM3ZGQ1MGUzYzA3M2E1YTc5NzZmYWEwOTk4YTJkODhjZjI1ZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 13e2e7b commit c8610f0

File tree

2 files changed

+7
-1
lines changed
  • google-cloud-saas_platform-saas_service_mgmt-v1beta1
    • lib/google/cloud/saasplatform/saasservicemgmt/v1beta1
    • proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1

2 files changed

+7
-1
lines changed

google-cloud-saas_platform-saas_service_mgmt-v1beta1/lib/google/cloud/saasplatform/saasservicemgmt/v1beta1/common_pb.rb

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-saas_platform-saas_service_mgmt-v1beta1/proto_docs/google/cloud/saasplatform/saasservicemgmt/v1beta1/common.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ module Type
185185

186186
# Condition type is cancelled.
187187
TYPE_CANCELLED = 5
188+
189+
# Indicates if AppHub app has been created.
190+
TYPE_APP_CREATED = 6
191+
192+
# Indicates if services and workloads have been registered with AppHub.
193+
TYPE_APP_COMPONENTS_REGISTERED = 7
188194
end
189195
end
190196

0 commit comments

Comments
 (0)