rv.data.ValidateEncoderResponse */ class ValidateEncoderResponse extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field bool is_valid = 1; */ protected $is_valid = false; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type bool $is_valid * } */ public function __construct($data = NULL) { \GPBMetadata\ProCore::initOnce(); parent::__construct($data); } /** * Generated from protobuf field bool is_valid = 1; * @return bool */ public function getIsValid() { return $this->is_valid; } /** * Generated from protobuf field bool is_valid = 1; * @param bool $var * @return $this */ public function setIsValid($var) { GPBUtil::checkBool($var); $this->is_valid = $var; return $this; } }