Skip to content

Commit 1a9a9e4

Browse files
authored
Merge pull request #32 from michalskrivanek/ended-leases
add "only_active" field to ListLeaseRequest
2 parents f67bf42 + 46db003 commit 1a9a9e4

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)