function UninterpretedOption::__construct
Constructor.
Parameters
array $data {: Optional. Data for populating the Message object.
@type array<\Google\Protobuf\Internal\UninterpretedOption\NamePart>|\Google\Protobuf\Internal\RepeatedField $name @type string $identifier_value The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set. @type int|string $positive_int_value @type int|string $negative_int_value @type float $double_value @type string $string_value @type string $aggregate_value }
Overrides Message::__construct
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ UninterpretedOption.php, line 74
Class
- UninterpretedOption
- A message representing a option the parser does not recognize. This only appears in options protos created by the compiler::Parser class. DescriptorPool resolves these when building Descriptor objects. Therefore, options protos in descriptor objects…
Namespace
Google\Protobuf\InternalCode
public function __construct($data = NULL) {
\GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
parent::__construct($data);
}