Skip to content

Commit 772f196

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add AppHub related condition types to Deployment protos
PiperOrigin-RevId: 869245151
1 parent 5b2aa2c commit 772f196

File tree

1 file changed

+6
-0
lines changed
  • google/cloud/saasplatform/saasservicemgmt/v1beta1

1 file changed

+6
-0
lines changed

google/cloud/saasplatform/saasservicemgmt/v1beta1/common.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ message UnitOperationCondition {
195195

196196
// Condition type is cancelled.
197197
TYPE_CANCELLED = 5;
198+
199+
// Indicates if AppHub app has been created.
200+
TYPE_APP_CREATED = 6;
201+
202+
// Indicates if services and workloads have been registered with AppHub.
203+
TYPE_APP_COMPONENTS_REGISTERED = 7;
198204
}
199205

200206
// Required. Status of the condition.

0 commit comments

Comments
 (0)