1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Wed Aug 21 09:39:51 UTC 2024

This commit is contained in:
Automated 2024-08-21 09:39:51 +00:00
parent d35819d273
commit ed5fe34b64
163 changed files with 3541 additions and 717 deletions

View file

@ -31,22 +31,24 @@ EXAMPLES
REQUIRED FLAGS
--field-config=[array-config=ARRAY-CONFIG],[field-path=FIELD-PATH],[order=ORDER],[vector-config=VECTOR-CONFIG]
Configuration for a field. Required, Configuration for a field.
Required, Configuration for an index field.
array-config
Specifies the configuration for an array field. The only valid
option is 'contains'. Exactly one of 'order' or 'array-config' must
be specified.
option is 'contains'. Exactly one of 'order', 'array-config', or
'vector-config' must be specified.
field-path
Specifies the field path (e.g. 'address.city'). This is required.
order
Specifies the order. Valid options are 'ascending', 'descending'.
Exactly one of order or array-config must be specified.
Exactly one of 'order', 'array-config', or 'vector-config' must be
specified.
vector-config
Specifies the vector config.
Specifies the configuration for a vector field. Exactly one of
'order', 'array-config', or 'vector-config' must be specified.
dimension
Sets dimension value.