Lines Matching defs:deprecated
82 * Is this field deprecated?
87 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
89 protected $deprecated = null;
156 * @type bool $deprecated
157 * Is this field deprecated?
395 * Is this field deprecated?
400 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
405 return isset($this->deprecated) ? $this->deprecated : false;
410 return isset($this->deprecated);
415 unset($this->deprecated);
419 * Is this field deprecated?
424 * Generated from protobuf field <code>optional bool deprecated = 3 [default = false];</code>
431 $this->deprecated = $var;