Skip to content

Commit 46db003

Browse files
add "only_active" field to ListLeaseRequest
defaults to true, pass "false" to get the ended leases as well
1 parent f67bf42 commit 46db003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/jumpstarter/client/v1/client.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ message ListLeasesRequest {
140140
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];
141141
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
142142
string filter = 4 [(google.api.field_behavior) = OPTIONAL];
143+
optional bool only_active = 5 [(google.api.field_behavior) = OPTIONAL];
143144
}
144145

145146
message ListLeasesResponse {

0 commit comments

Comments
 (0)