Lines Matching full:paths
12 * `FieldMask` represents a set of symbolic field paths, for example:
13 * paths: "f.a"
14 * paths: "f.b.d"
45 * paths string.
67 * Note that a repeated field is only allowed in the last position of a `paths`
86 * paths: "f.b"
95 * paths: "f.b.d"
125 * In JSON, a field mask is encoded as a single string where paths are
139 * paths: "user.display_name"
140 * paths: "photo"
157 * paths: "name"
161 * paths: "sub_message"
164 * paths.
167 * request should verify the included field paths, and return an
175 * The set of field mask paths.
177 * Generated from protobuf field <code>repeated string paths = 1;</code>
179 private $paths; variable in Google\\Protobuf\\FieldMask
187 * @type string[]|\Google\Protobuf\Internal\RepeatedField $paths
188 * The set of field mask paths.
197 * The set of field mask paths.
199 * Generated from protobuf field <code>repeated string paths = 1;</code>
204 return $this->paths;
208 * The set of field mask paths.
210 * Generated from protobuf field <code>repeated string paths = 1;</code>
217 $this->paths = $arr;