Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Dec 4, 2023
1 parent 6336346 commit bdc5c85
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal/api/cloud/account/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ message Account {
// The next update operation will have to include this version.
string resource_version = 2;
// The current state of the account.
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended
// For any failed state, reach out to Temporal Cloud support for remediation.
string state = 3;
// The id of the async operation that is updating the account, if any.
string async_operation_id = 4;
Expand Down
2 changes: 2 additions & 0 deletions temporal/api/cloud/identity/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ message User {
// The user specification
UserSpec spec = 3;
// The current state of the user
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended
// For any failed state, reach out to Temporal Cloud support for remediation.
string state = 4;
// The id of the async operation that is creating/updating/deleting the user, if any
string async_operation_id = 5;
Expand Down
2 changes: 2 additions & 0 deletions temporal/api/cloud/namespace/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ message Namespace {
// The namespace specification.
NamespaceSpec spec = 3;
// The current state of the namespace.
// Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended.
// For any failed state, reach out to Temporal Cloud support for remediation.
string state = 4;
// The id of the async operation that is creating/updating/deleting the namespace, if any.
string async_operation_id = 5;
Expand Down

0 comments on commit bdc5c85

Please sign in to comment.