administratorGroupId = $administratorGroupId; } /** * @return string */ public function getAdministratorGroupId() { return $this->administratorGroupId; } /** * Output only. The operator group id. * * @param string $operatorGroupId */ public function setOperatorGroupId($operatorGroupId) { $this->operatorGroupId = $operatorGroupId; } /** * @return string */ public function getOperatorGroupId() { return $this->operatorGroupId; } /** * Output only. The security group id. * * @param string $securityGroupId */ public function setSecurityGroupId($securityGroupId) { $this->securityGroupId = $securityGroupId; } /** * @return string */ public function getSecurityGroupId() { return $this->securityGroupId; } /** * Output only. The user group id. * * @param string $userGroupId */ public function setUserGroupId($userGroupId) { $this->userGroupId = $userGroupId; } /** * @return string */ public function getUserGroupId() { return $this->userGroupId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoldengateGroupToRolesMapping::class, 'Google_Service_OracleDatabase_GoldengateGroupToRolesMapping');