Skip to content

Commit

Permalink
Added cloud service warning about compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Apr 12, 2024
1 parent a6d9be2 commit 8b1b9f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions temporal/api/cloud/cloudservice/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ option csharp_namespace = "Temporalio.Api.Cloud.CloudService.V1";
import "temporal/api/cloud/cloudservice/v1/request_response.proto";
import "google/api/annotations.proto";

// WARNING: This service is currently experimental and may change in
// incompatible ways.
service CloudService {
// Gets all known users
rpc GetUsers(GetUsersRequest) returns (GetUsersResponse) {
Expand Down

0 comments on commit 8b1b9f5

Please sign in to comment.