You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The request for a call to `AssetService_ListAssets`.
@@ -90,14 +97,14 @@ message ListAssetsRequest {
90
97
91
98
// A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
92
99
// Available fields to filter by are `asset_id`, `created_by_user_id`, `modified_by_user_id`,
93
-
// `created_date`, `modified_date`, and `name`.
100
+
// `created_date`, `modified_date`, `name`, `tag_id`, `tag_name`, and `metadata`. Metadata can be used in filters by using `metadata.{metadata_key_name}` as the field name.
94
101
// For further information about how to use CELs, please refer to [this guide](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
95
102
// For more information about the fields used for filtering, please refer to [this definition](/docs/api/grpc/protocol-buffers/assets#asset). Optional.
// A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
86
+
// Available fields to filter by are:
87
+
// `name`.
88
+
// For further information about how to use CELs, please refer to [this guide](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
89
+
// For more information about the fields used for filtering, please refer to this definition. Optional.
// and `metadata`. Metadata can be used in filters by using `metadata.{metadata_key_name}` as the field name.
146
154
// For further information about how to use CELs, please refer to [this guide](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
147
155
// For more information about the fields used for filtering, please refer to [this definition](/docs/api/grpc/protocol-buffers/runs#run). Optional.
0 commit comments