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 (e.g. returned by Descriptor::options(), or produced by Descriptor::CopyTo()) will never have UninterpretedOptions in them.
Generated from protobuf message google.protobuf.UninterpretedOption
Methods |
public __construct( $data = NULL) Constructor.
|
public clearAggregateValue() |
public clearDoubleValue() |
public clearIdentifierValue() |
public clearNegativeIntValue() |
public clearPositiveIntValue() |
public clearStringValue() |
public getAggregateValue() Generated from protobuf field optional string aggregate_value = 8;
|
public getDoubleValue() Generated from protobuf field optional double double_value = 6;
|
public getIdentifierValue() The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set. Generated from protobuf field optional string identifier_value = 3;
|
public getName() Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
|
public getNegativeIntValue() Generated from protobuf field optional int64 negative_int_value = 5;
|
public getPositiveIntValue() Generated from protobuf field optional uint64 positive_int_value = 4;
|
public getStringValue() Generated from protobuf field optional bytes string_value = 7;
|
public hasAggregateValue() |
public hasDoubleValue() |
public hasIdentifierValue() |
public hasNegativeIntValue() |
public hasPositiveIntValue() |
public hasStringValue() |
public setAggregateValue( $var) Generated from protobuf field optional string aggregate_value = 8;
|
public setDoubleValue( $var) Generated from protobuf field optional double double_value = 6;
|
public setIdentifierValue( $var) The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set. Generated from protobuf field optional string identifier_value = 3;
|
public setName( $var) Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
|
public setNegativeIntValue( $var) Generated from protobuf field optional int64 negative_int_value = 5;
|
public setPositiveIntValue( $var) Generated from protobuf field optional uint64 positive_int_value = 4;
|
public setStringValue( $var) Generated from protobuf field optional bytes string_value = 7;
|
Properties |
protected $aggregate_value = NULL Generated from protobuf field optional string aggregate_value = 8; |
protected $double_value = NULL Generated from protobuf field optional double double_value = 6; |
protected $identifier_value = NULL The value of the uninterpreted option, in whatever type the tokenizer identified it as during parsing. Exactly one of these should be set. Generated from protobuf field optional string identifier_value = 3; |
protected $negative_int_value = NULL Generated from protobuf field optional int64 negative_int_value = 5; |
protected $positive_int_value = NULL Generated from protobuf field optional uint64 positive_int_value = 4; |
protected $string_value = NULL Generated from protobuf field optional bytes string_value = 7; |
Methods |
Properties |
private $name = NULL Generated from protobuf field repeated .google.protobuf.UninterpretedOption.NamePart name = 2; |