Skip to content

Commit

Permalink
remove pagging for get-regions endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anekkanti committed Nov 9, 2023
1 parent cb158d8 commit 95c5431
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions temporal/api/cloud/cloudservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -208,18 +208,11 @@ message DeleteNamespaceResponse {
}

message GetRegionsRequest {
// The requested size of the page to retrieve - optional.
// Cannot exceed 1000. Defaults to 100.
int32 page_size = 1;
// The page token if this is continuing from another response - optional.
string page_token = 2;
}

message GetRegionsResponse {
// The temporal cloud regions.
repeated temporal.api.cloud.region.v1.Region regions = 1;
// The next page's token.
string next_page_token = 2;
}

message GetRegionRequest {
Expand Down

0 comments on commit 95c5431

Please sign in to comment.