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
// A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
161
-
// Available fields to filter by are `remote_file_id`, `entity_id`, `entity_type`, and `file_name`.
163
+
// Available fields to filter by are `remote_file_id`, `entity_id`, `entity_type`, `metadata`, and `file_name`.
162
164
// 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).
163
165
// For more information about the fields used for filtering, please refer to [this definition](/docs/api/grpc/protocol-buffers/remote_files#remotefile). Optional.
@@ -240,7 +245,7 @@ class ListRemoteFilesRequest(google.protobuf.message.Message):
240
245
"""
241
246
filter: builtins.str
242
247
"""A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
243
-
Available fields to filter by are `remote_file_id`, `entity_id`, `entity_type`, and `file_name`.
248
+
Available fields to filter by are `remote_file_id`, `entity_id`, `entity_type`, `metadata`, and `file_name`.
244
249
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).
245
250
For more information about the fields used for filtering, please refer to [this definition](/docs/api/grpc/protocol-buffers/remote_files#remotefile). Optional.
246
251
"""
@@ -297,6 +302,7 @@ class CreateRemoteFileRequest(google.protobuf.message.Message):
297
302
IMAGE_METADATA_FIELD_NUMBER: builtins.int
298
303
AUDIO_METADATA_FIELD_NUMBER: builtins.int
299
304
CUSTOM_UUID_FIELD_NUMBER: builtins.int
305
+
METADATA_VALUES_FIELD_NUMBER: builtins.int
300
306
file_name: builtins.str
301
307
entity_id: builtins.str
302
308
entity_type: global___EntityType.ValueType
@@ -314,6 +320,10 @@ class CreateRemoteFileRequest(google.protobuf.message.Message):
0 commit comments