Introduce ResourceEntity::kGoogleVoltageRegulator and ResourceEntity::kGoogleVoltageRegulatorCollection in Ecclesia Redfish authorization enums.

Google-Bug-Id:515569955
PiperOrigin-RevId: 978135546
Change-Id: I9e404b826baeccf85871745e5c86be65a51ac688
diff --git a/redfish_authorization/authorizer_enums.cc b/redfish_authorization/authorizer_enums.cc
index 7839dd6..dd28060 100644
--- a/redfish_authorization/authorizer_enums.cc
+++ b/redfish_authorization/authorizer_enums.cc
@@ -146,6 +146,8 @@
         "GoogleRasService",
         "GoogleRawEeproms",
         "GoogleRawEepromsCollection",
+        "GoogleVoltageRegulator",
+        "GoogleVoltageRegulatorCollection",
         "GooglegRPCStatistics",
         "GraphicsController",
         "GraphicsControllerCollection",
diff --git a/redfish_authorization/authorizer_enums.h b/redfish_authorization/authorizer_enums.h
index bd472d7..177f0b2 100644
--- a/redfish_authorization/authorizer_enums.h
+++ b/redfish_authorization/authorizer_enums.h
@@ -140,6 +140,8 @@
   kGoogleRasService,
   kGoogleRawEeproms,
   kGoogleRawEepromsCollection,
+  kGoogleVoltageRegulator,
+  kGoogleVoltageRegulatorCollection,
   kGooglegRPCStatistics,
   kGraphicsController,
   kGraphicsControllerCollection,