Skip to content

Commit

Permalink
rename service_name --> service
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermanu committed Mar 13, 2024
1 parent 57ff662 commit 45c4d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/api/cloud/cloudservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ message GetIncomingServicesRequest {
// Filter incoming services by the task queue they route to - optional.
string task_queue = 4;

// Filter incoming services by their service name - optional. Specifying this will result in zero or one results.
string service_name = 5;
// Filter incoming services by their name - optional. Specifying this will result in zero or one results.
string name = 5;
}

message GetIncomingServicesResponse {
Expand Down Expand Up @@ -332,7 +332,7 @@ message GetOutgoingServicesRequest {
string namespace = 3;

// The name of the outgoing service to filter on - optional. Specifying this will result in zero or one results.
string service_name = 4;
string name = 4;
}

message GetOutgoingServicesResponse {
Expand Down

0 comments on commit 45c4d09

Please sign in to comment.