| array_index_override_type | ArrayIndexOverrideType | .google.protobuf.FieldOptions | 50009 | Adding the array_index_override_type FieldOption to a repeated type field with the ARRAY_INDEX_OVERRIDE_TARGET type indicates that this field can have the array index replaced in the display name by a descendant field. Adding this to a primitive type field with the ARRAY_INDEX_OVERRIDE_SOURCE type indicates that this field is the replacement value for an ancestor array’s index display. Note that sources within nested arrays will not apply to ancestor arrays that contain those arrays. This tag will be ignored if the field is not an array or if there are no ARRAY_INDEX_OVERRIDE_SOURCE fields that apply. If multiple apply then the first override will be applied and an error will be logged. |
| bytes_decoding_type | BytesDecodingType | .google.protobuf.FieldOptions | 50006 | Adding the bytes_decoding_type FieldOption to a bytes field indicates how the bytes should be decoded If not set, the bytes fields will be ignored and an error will be logged. |
| description | string | .google.protobuf.FieldOptions | 50002 | Adding the description FieldOption to a field sets the description for the channel in the chart |
| display_override_enum | string | .google.protobuf.FieldOptions | 50008 | Adding the display_override_enum FieldOption to a field with that has map_key_override_type set to MAP_KEY_OVERRIDE_ENUM will look up the enum value in the enum referenced by this field and use that to look up the enum value by number and replace it with the enum value name. |
| ignore_field | bool | .google.protobuf.FieldOptions | 50007 | Adding the ignore_field FieldOption with a value of true will cause the field to be ignored when ingesting the proto |
| map_key_override_type | MapKeyOverrideType | .google.protobuf.FieldOptions | 50005 | Adding the map_key_override_type FieldOption to a map type field with the MAP_KEY_OVERRIDE_TARGET type indicates that this field can have the map key replaced in the display name by a descendant field. Adding this to a primitive type field with the MAP_KEY_OVERRIDE_SOURCE indicates that this field is the replacement value for an ancestor map’s key display. Note that sources within arrays will not apply to ancestor maps that contain those arrays. This tag will be ignored if the field is not a map or if there are no map_key_override_sources that apply. If multiple apply then the first override will be applied and an error will be logged. |
| store_message_as_bytes | bool | .google.protobuf.FieldOptions | 50010 | Adding the store_message_as_bytes FieldOption to a message field indicates that the message should be stored as serialized protobuf. When enabled, instead of creating channels for each field in the message, a single bytes channel will be created for the entire message. This tag will cause a validation error if the field is not a message type. |
| tag_source | TagSource | .google.protobuf.FieldOptions | 50004 | Adding the tag_source FieldOption allows the value of the annotated field to be added to applicable fields that are annotated with tag_target. These fields can be either ancestor fields or sibling fields, depending on their respective fields’ allowed_tag_source and allowed_tag_target values. |
| tag_target | TagTarget | .google.protobuf.FieldOptions | 50003 | Adding the tag_target FieldOption indicates that this field can have tag values appended to the field name. The tag values will come from descendant or sibling fields in the proto path that have the tag_source FieldOption applied. |
| units | string | .google.protobuf.FieldOptions | 50001 | Adding the units FieldOption to a field sets the units displayed on the channel when charted |
| message_is_tag_target | bool | .google.protobuf.MessageOptions | 50001 | The message_is_tag_target option indicates that the message will allow its fields to have tags added to them. This option only accepts descendant sources. It can be helpful to annotate top-level messages with tags from deeper in the proto path. |