capabilityId = $capabilityId; } /** * @return int */ public function getCapabilityId() { return $this->capabilityId; } /** * @param string */ public function setGenericLabel($genericLabel) { $this->genericLabel = $genericLabel; } /** * @return string */ public function getGenericLabel() { return $this->genericLabel; } /** * @param string */ public function setInviteId($inviteId) { $this->inviteId = $inviteId; } /** * @return string */ public function getInviteId() { return $this->inviteId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SimpleSecretLabelProto::class, 'Google_Service_CloudSearch_SimpleSecretLabelProto');