Lines Matching defs:deprecated
19 * Is this enum value deprecated?
24 * Generated from protobuf field <code>optional bool deprecated = 1 [default = false];</code>
26 protected $deprecated = null;
40 * @type bool $deprecated
41 * Is this enum value deprecated?
55 * Is this enum value deprecated?
60 * Generated from protobuf field <code>optional bool deprecated = 1 [default = false];</code>
65 return isset($this->deprecated) ? $this->deprecated : false;
70 return isset($this->deprecated);
75 unset($this->deprecated);
79 * Is this enum value deprecated?
84 * Generated from protobuf field <code>optional bool deprecated = 1 [default = false];</code>
91 $this->deprecated = $var;