etag = $etag; } /** * @return string */ public function getEtag() { return $this->etag; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param QuorumType */ public function setQuorumType(QuorumType $quorumType) { $this->quorumType = $quorumType; } /** * @return QuorumType */ public function getQuorumType() { return $this->quorumType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChangeQuorumRequest::class, 'Google_Service_Spanner_ChangeQuorumRequest');