function FieldMask::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type array<string>|\Google\Protobuf\Internal\RepeatedField $paths The set of field mask paths. }
Overrides Message::__construct
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ FieldMask.php, line 185
Class
- 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ā¦
Namespace
Google\ProtobufCode
public function __construct($data = NULL) {
\GPBMetadata\Google\Protobuf\FieldMask::initOnce();
parent::__construct($data);
}