File tree Expand file tree Collapse file tree
google/chromeos/moblab/v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -158,14 +158,19 @@ message FindMostStableBuildResponse {
158158}
159159
160160// Request message for listing build targets.
161- // -- NEXT_TAG: 3 --
161+ // -- NEXT_TAG: 4 --
162162message ListBuildTargetsRequest {
163163 // Optional. The number of build targets to return in a page.
164164 int32 page_size = 1 [(google.api.field_behavior ) = OPTIONAL ];
165165
166166 // Optional. A page token, received from a previous `ListBuildTargets` call.
167167 // Provide this to retrieve the subsequent page.
168168 string page_token = 2 [(google.api.field_behavior ) = OPTIONAL ];
169+
170+ // Optional. Filter that specifies value constraints of fields. For example,
171+ // the filter can be set as "filter='model=modelName'" to only select build
172+ // targets associated with the given model.
173+ string filter = 3 [(google.api.field_behavior ) = OPTIONAL ];
169174}
170175
171176// Response message for listing build targets.
You can’t perform that action at this time.
0 commit comments