Generated from protobuf message google.protobuf.EnumValueOptions
Methods |
public __construct( $data = NULL) Constructor.
|
public clearDebugRedact() |
public clearDeprecated() |
public clearFeatures() |
public clearFeatureSupport() |
public getDebugRedact() Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials. Generated from protobuf field optional bool debug_redact = 3 [default = false];
|
public getDeprecated() Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values. Generated from protobuf field optional bool deprecated = 1 [default = false];
|
public getFeatures() Any features defined in the specific edition. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language. Generated from protobuf field optional .google.protobuf.FeatureSet features = 2;
|
public getFeatureSupport() Information about the support window of a feature value. Generated from protobuf field optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4;
|
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 hasDebugRedact() |
public hasDeprecated() |
public hasFeatures() |
public hasFeatureSupport() |
public setDebugRedact( $var) Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials. Generated from protobuf field optional bool debug_redact = 3 [default = false];
|
public setDeprecated( $var) Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values. Generated from protobuf field optional bool deprecated = 1 [default = false];
|
public setFeatures( $var) Any features defined in the specific edition. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language. Generated from protobuf field optional .google.protobuf.FeatureSet features = 2;
|
public setFeatureSupport( $var) Information about the support window of a feature value. Generated from protobuf field optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4;
|
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;
|
Properties |
protected $debug_redact = NULL Indicate that fields annotated with this enum value should not be printed out when using debug formats, e.g. when the field contains sensitive credentials. Generated from protobuf field optional bool debug_redact = 3 [default = false]; |
protected $deprecated = NULL Is this enum value deprecated? Depending on the target platform, this can emit Deprecated annotations for the enum value, or it will be completely ignored; in the very least, this is a formalization for deprecating enum values. Generated from protobuf field optional bool deprecated = 1 [default = false]; |
protected $feature_support = NULL Information about the support window of a feature value. Generated from protobuf field optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4; |
protected $features = NULL Any features defined in the specific edition. WARNING: This field should only be used by protobuf plugins or special cases like the proto compiler. Other uses are discouraged and developers should rely on the protoreflect APIs for their client language. Generated from protobuf field optional .google.protobuf.FeatureSet features = 2; |
Methods |
Properties |
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; |