diff --git a/proto/jumpstarter/client/v1/client.proto b/proto/jumpstarter/client/v1/client.proto index 92ed008..0b5fb4b 100644 --- a/proto/jumpstarter/client/v1/client.proto +++ b/proto/jumpstarter/client/v1/client.proto @@ -140,6 +140,7 @@ message ListLeasesRequest { int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; string filter = 4 [(google.api.field_behavior) = OPTIONAL]; + optional bool only_active = 5 [(google.api.field_behavior) = OPTIONAL]; } message ListLeasesResponse {