Generated from protobuf message google.protobuf.ExtensionRangeOptions
Methods |
public __construct( $data = NULL) Constructor.
|
public clearFeatures() |
public clearVerification() |
public getDeclaration() For external users: DO NOT USE. We are in the process of open sourcing extension declaration and executing internal cleanups before it can be used externally. Generated from protobuf field repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [retention = RETENTION_SOURCE];
|
public getFeatures() Any features defined in the specific edition. Generated from protobuf field optional .google.protobuf.FeatureSet features = 50;
|
public getUninterpretedOption() The parser stores options it doesn't recognize here. See above. Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
public getVerification() The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED. Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, retention = RETENTION_SOURCE];
|
public hasFeatures() |
public hasVerification() |
public setDeclaration( $var) For external users: DO NOT USE. We are in the process of open sourcing extension declaration and executing internal cleanups before it can be used externally. Generated from protobuf field repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [retention = RETENTION_SOURCE];
|
public setFeatures( $var) Any features defined in the specific edition. Generated from protobuf field optional .google.protobuf.FeatureSet features = 50;
|
public setUninterpretedOption( $var) The parser stores options it doesn't recognize here. See above. Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
public setVerification( $var) The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED. Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, retention = RETENTION_SOURCE];
|
Properties |
protected $features = NULL Any features defined in the specific edition. Generated from protobuf field optional .google.protobuf.FeatureSet features = 50; |
protected $verification = NULL The verification state of the range. TODO: flip the default to DECLARATION once all empty ranges are marked as UNVERIFIED. Generated from protobuf field optional .google.protobuf.ExtensionRangeOptions.VerificationState verification = 3 [default = UNVERIFIED, retention = RETENTION_SOURCE]; |
Methods |
Properties |
private $declaration = NULL For external users: DO NOT USE. We are in the process of open sourcing extension declaration and executing internal cleanups before it can be used externally. Generated from protobuf field repeated .google.protobuf.ExtensionRangeOptions.Declaration declaration = 2 [retention = RETENTION_SOURCE]; |
private $uninterpreted_option = NULL The parser stores options it doesn't recognize here. See above. Generated from protobuf field repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999; |