Generated from protobuf message google.protobuf.MethodOptions
Methods |
public __construct( $data = NULL) Constructor.
|
public clearDeprecated() |
public clearFeatures() |
public clearIdempotencyLevel() |
public getDeprecated() Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods. Generated from protobuf field optional bool deprecated = 33 [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 = 35;
|
public getIdempotencyLevel() Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
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 hasDeprecated() |
public hasFeatures() |
public hasIdempotencyLevel() |
public setDeprecated( $var) Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods. Generated from protobuf field optional bool deprecated = 33 [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 = 35;
|
public setIdempotencyLevel( $var) Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
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 $deprecated = NULL Is this method deprecated? Depending on the target platform, this can emit Deprecated annotations for the method, or it will be completely ignored; in the very least, this is a formalization for deprecating methods. Generated from protobuf field optional bool deprecated = 33 [default = false]; |
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 = 35; |
protected $idempotency_level = NULL Generated from protobuf field optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN]; |
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; |