From 3ca0da92b4b139632cb1a47f632898da88e6a708 Mon Sep 17 00:00:00 2001 From: Kirk Brauer Date: Tue, 25 Nov 2025 15:23:18 -0500 Subject: [PATCH] Add status_message field to client.proto Exporter --- proto/jumpstarter/client/v1/client.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/jumpstarter/client/v1/client.proto b/proto/jumpstarter/client/v1/client.proto index 0b5fb4b..5cc5e88 100644 --- a/proto/jumpstarter/client/v1/client.proto +++ b/proto/jumpstarter/client/v1/client.proto @@ -70,6 +70,7 @@ message Exporter { map labels = 2; bool online = 3 [(google.api.field_behavior) = OUTPUT_ONLY, deprecated = true]; jumpstarter.v1.ExporterStatus status = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + string status_message = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; } message Lease {