//
pkg.gl
Category
github.com/bitquery/protobuf-sql
types
known
fieldmaskpb
package
0.0.0-20240411150133-c414c1cc7dee
Repository:
https://github.com/bitquery/protobuf-sql.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
4
Files
270 SLOC
#
Functions
Intersect
Intersect returns the intersection of all the paths in the input field masks.
New
New constructs a field mask from a list of paths and verifies that each one is valid according to the specified message type.
Union
Union returns the union of all the paths in the input field masks.
#
Variables
File_google_protobuf_field_mask_proto
No description provided by the author
#
Structs
FieldMask
`FieldMask` represents a set of symbolic field paths, for example: paths: "f.a" paths: "f.b.d" Here `f` represents a field in some root message, `a` and `b` fields in the message found in `f`, and `d` a field found in the message in `f.b`.