Skip to content

Commit 9b52d26

Browse files
Google APIscopybara-github
authored andcommitted
feat!: remove unused filter field
BREAKING CHANGE: Remove unused filter field from alpha2 version of API before release PiperOrigin-RevId: 458454533
1 parent 8d5b1a3 commit 9b52d26

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

google/cloud/dataform/v1alpha2/dataform.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,10 +1600,6 @@ message QueryWorkflowInvocationActionsRequest {
16001600
// `QueryWorkflowInvocationActions` must match the call that provided the page
16011601
// token.
16021602
string page_token = 3 [(google.api.field_behavior) = OPTIONAL];
1603-
1604-
// Optional. Optional filter for the returned list. Filtering is only currently
1605-
// supported on the `file_path` field.
1606-
string filter = 4 [(google.api.field_behavior) = OPTIONAL];
16071603
}
16081604

16091605
// `QueryWorkflowInvocationActions` response message.

0 commit comments

Comments
 (0)