Skip to content

Commit

Permalink
fix weird spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivs11 committed Jan 31, 2025
1 parent f96fda5 commit 59d4c67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions temporal/api/workflowservice/v1/request_response.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2144,16 +2144,16 @@ message DeleteWorkerDeploymentResponse {

// Used to update the user-defined metadata of a Worker Deployment Version.
message UpdateWorkerVersionMetadataRequest {
string namespace = 1;
string namespace = 1;
temporal.api.deployment.v1.WorkerDeploymentVersion version = 2;
map<string, temporal.api.common.v1.Payload> upsert_entries = 3;
// List of keys to remove from the metadata.
repeated string remove_entries = 4;
}

message UpdateWorkerVersionMetadataResponse {
// Full metadata after performing the update.
temporal.api.deployment.v1.VersionMetadata metadata = 1;
// Full metadata after performing the update.
temporal.api.deployment.v1.VersionMetadata metadata = 1;
}


Expand Down

0 comments on commit 59d4c67

Please sign in to comment.