Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Sep 30, 2024
1 parent 6250821 commit 5541bcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/api/cloud/account/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ package temporal.api.cloud.account.v1;

option go_package = "go.temporal.io/api/cloud/account/v1;account";

import "temporal/api/cloud/resource/v1/message.proto";

message MetricsSpec {
// Enables the endpoint from which clients can scrape all their namespace metrics.
bool enabled = 1;
Expand Down Expand Up @@ -32,9 +34,7 @@ message Account {
// The next update operation will have to include this version.
string resource_version = 3;
// 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 = 4;
temporal.api.cloud.resource.v1.ResourceState state = 4;
// The id of the async operation that is updating the account, if any.
string async_operation_id = 5;
// Information related to metrics.
Expand Down

0 comments on commit 5541bcb

Please sign in to comment.