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 {