We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67bf42 commit 46db003Copy full SHA for 46db003
proto/jumpstarter/client/v1/client.proto
@@ -140,6 +140,7 @@ message ListLeasesRequest {
140
int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL];
141
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
142
string filter = 4 [(google.api.field_behavior) = OPTIONAL];
143
+ optional bool only_active = 5 [(google.api.field_behavior) = OPTIONAL];
144
}
145
146
message ListLeasesResponse {
0 commit comments