Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UninterpretedOption.php

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\Internal

Code

public function __construct($data = NULL) {
    \GPBMetadata\Google\Protobuf\Internal\Descriptor::initOnce();
    parent::__construct($data);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal