From afa651f7418a8063114af44376a07143314a3e10 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 4 Dec 2020 08:56:17 -0800 Subject: [PATCH] chore: generate GAPIC metadata JSON file (#508) This PR was generated using Autosynth. :rainbow: Synth log will be available here: https://source.cloud.google.com/results/invocations/86075bca-3db9-4047-98b6-39dbe4174275/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: https://github.com/googleapis/googleapis/commit/d189e871205fea665a9648f7c4676f027495ccaf --- src/v3/gapic_metadata.json | 591 +++++++++++++++++++++++++++++++++++++ synth.metadata | 6 +- 2 files changed, 594 insertions(+), 3 deletions(-) create mode 100644 src/v3/gapic_metadata.json diff --git a/src/v3/gapic_metadata.json b/src/v3/gapic_metadata.json new file mode 100644 index 00000000..bfecaffa --- /dev/null +++ b/src/v3/gapic_metadata.json @@ -0,0 +1,591 @@ +{ + "schema": "1.0", + "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", + "language": "typescript", + "protoPackage": "google.monitoring.v3", + "libraryPackage": "@google-cloud/monitoring", + "services": { + "AlertPolicyService": { + "clients": { + "grpc": { + "libraryClient": "AlertPolicyServiceClient", + "rpcs": { + "GetAlertPolicy": { + "methods": [ + "getAlertPolicy" + ] + }, + "CreateAlertPolicy": { + "methods": [ + "createAlertPolicy" + ] + }, + "DeleteAlertPolicy": { + "methods": [ + "deleteAlertPolicy" + ] + }, + "UpdateAlertPolicy": { + "methods": [ + "updateAlertPolicy" + ] + }, + "ListAlertPolicies": { + "methods": [ + "listAlertPolicies", + "listAlertPoliciesStream", + "listAlertPoliciesAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "AlertPolicyServiceClient", + "rpcs": { + "GetAlertPolicy": { + "methods": [ + "getAlertPolicy" + ] + }, + "CreateAlertPolicy": { + "methods": [ + "createAlertPolicy" + ] + }, + "DeleteAlertPolicy": { + "methods": [ + "deleteAlertPolicy" + ] + }, + "UpdateAlertPolicy": { + "methods": [ + "updateAlertPolicy" + ] + }, + "ListAlertPolicies": { + "methods": [ + "listAlertPolicies", + "listAlertPoliciesStream", + "listAlertPoliciesAsync" + ] + } + } + } + } + }, + "GroupService": { + "clients": { + "grpc": { + "libraryClient": "GroupServiceClient", + "rpcs": { + "GetGroup": { + "methods": [ + "getGroup" + ] + }, + "CreateGroup": { + "methods": [ + "createGroup" + ] + }, + "UpdateGroup": { + "methods": [ + "updateGroup" + ] + }, + "DeleteGroup": { + "methods": [ + "deleteGroup" + ] + }, + "ListGroups": { + "methods": [ + "listGroups", + "listGroupsStream", + "listGroupsAsync" + ] + }, + "ListGroupMembers": { + "methods": [ + "listGroupMembers", + "listGroupMembersStream", + "listGroupMembersAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "GroupServiceClient", + "rpcs": { + "GetGroup": { + "methods": [ + "getGroup" + ] + }, + "CreateGroup": { + "methods": [ + "createGroup" + ] + }, + "UpdateGroup": { + "methods": [ + "updateGroup" + ] + }, + "DeleteGroup": { + "methods": [ + "deleteGroup" + ] + }, + "ListGroups": { + "methods": [ + "listGroups", + "listGroupsStream", + "listGroupsAsync" + ] + }, + "ListGroupMembers": { + "methods": [ + "listGroupMembers", + "listGroupMembersStream", + "listGroupMembersAsync" + ] + } + } + } + } + }, + "MetricService": { + "clients": { + "grpc": { + "libraryClient": "MetricServiceClient", + "rpcs": { + "GetMonitoredResourceDescriptor": { + "methods": [ + "getMonitoredResourceDescriptor" + ] + }, + "GetMetricDescriptor": { + "methods": [ + "getMetricDescriptor" + ] + }, + "CreateMetricDescriptor": { + "methods": [ + "createMetricDescriptor" + ] + }, + "DeleteMetricDescriptor": { + "methods": [ + "deleteMetricDescriptor" + ] + }, + "CreateTimeSeries": { + "methods": [ + "createTimeSeries" + ] + }, + "ListMonitoredResourceDescriptors": { + "methods": [ + "listMonitoredResourceDescriptors", + "listMonitoredResourceDescriptorsStream", + "listMonitoredResourceDescriptorsAsync" + ] + }, + "ListMetricDescriptors": { + "methods": [ + "listMetricDescriptors", + "listMetricDescriptorsStream", + "listMetricDescriptorsAsync" + ] + }, + "ListTimeSeries": { + "methods": [ + "listTimeSeries", + "listTimeSeriesStream", + "listTimeSeriesAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "MetricServiceClient", + "rpcs": { + "GetMonitoredResourceDescriptor": { + "methods": [ + "getMonitoredResourceDescriptor" + ] + }, + "GetMetricDescriptor": { + "methods": [ + "getMetricDescriptor" + ] + }, + "CreateMetricDescriptor": { + "methods": [ + "createMetricDescriptor" + ] + }, + "DeleteMetricDescriptor": { + "methods": [ + "deleteMetricDescriptor" + ] + }, + "CreateTimeSeries": { + "methods": [ + "createTimeSeries" + ] + }, + "ListMonitoredResourceDescriptors": { + "methods": [ + "listMonitoredResourceDescriptors", + "listMonitoredResourceDescriptorsStream", + "listMonitoredResourceDescriptorsAsync" + ] + }, + "ListMetricDescriptors": { + "methods": [ + "listMetricDescriptors", + "listMetricDescriptorsStream", + "listMetricDescriptorsAsync" + ] + }, + "ListTimeSeries": { + "methods": [ + "listTimeSeries", + "listTimeSeriesStream", + "listTimeSeriesAsync" + ] + } + } + } + } + }, + "NotificationChannelService": { + "clients": { + "grpc": { + "libraryClient": "NotificationChannelServiceClient", + "rpcs": { + "GetNotificationChannelDescriptor": { + "methods": [ + "getNotificationChannelDescriptor" + ] + }, + "GetNotificationChannel": { + "methods": [ + "getNotificationChannel" + ] + }, + "CreateNotificationChannel": { + "methods": [ + "createNotificationChannel" + ] + }, + "UpdateNotificationChannel": { + "methods": [ + "updateNotificationChannel" + ] + }, + "DeleteNotificationChannel": { + "methods": [ + "deleteNotificationChannel" + ] + }, + "SendNotificationChannelVerificationCode": { + "methods": [ + "sendNotificationChannelVerificationCode" + ] + }, + "GetNotificationChannelVerificationCode": { + "methods": [ + "getNotificationChannelVerificationCode" + ] + }, + "VerifyNotificationChannel": { + "methods": [ + "verifyNotificationChannel" + ] + }, + "ListNotificationChannelDescriptors": { + "methods": [ + "listNotificationChannelDescriptors", + "listNotificationChannelDescriptorsStream", + "listNotificationChannelDescriptorsAsync" + ] + }, + "ListNotificationChannels": { + "methods": [ + "listNotificationChannels", + "listNotificationChannelsStream", + "listNotificationChannelsAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "NotificationChannelServiceClient", + "rpcs": { + "GetNotificationChannelDescriptor": { + "methods": [ + "getNotificationChannelDescriptor" + ] + }, + "GetNotificationChannel": { + "methods": [ + "getNotificationChannel" + ] + }, + "CreateNotificationChannel": { + "methods": [ + "createNotificationChannel" + ] + }, + "UpdateNotificationChannel": { + "methods": [ + "updateNotificationChannel" + ] + }, + "DeleteNotificationChannel": { + "methods": [ + "deleteNotificationChannel" + ] + }, + "SendNotificationChannelVerificationCode": { + "methods": [ + "sendNotificationChannelVerificationCode" + ] + }, + "GetNotificationChannelVerificationCode": { + "methods": [ + "getNotificationChannelVerificationCode" + ] + }, + "VerifyNotificationChannel": { + "methods": [ + "verifyNotificationChannel" + ] + }, + "ListNotificationChannelDescriptors": { + "methods": [ + "listNotificationChannelDescriptors", + "listNotificationChannelDescriptorsStream", + "listNotificationChannelDescriptorsAsync" + ] + }, + "ListNotificationChannels": { + "methods": [ + "listNotificationChannels", + "listNotificationChannelsStream", + "listNotificationChannelsAsync" + ] + } + } + } + } + }, + "ServiceMonitoringService": { + "clients": { + "grpc": { + "libraryClient": "ServiceMonitoringServiceClient", + "rpcs": { + "CreateService": { + "methods": [ + "createService" + ] + }, + "GetService": { + "methods": [ + "getService" + ] + }, + "UpdateService": { + "methods": [ + "updateService" + ] + }, + "DeleteService": { + "methods": [ + "deleteService" + ] + }, + "CreateServiceLevelObjective": { + "methods": [ + "createServiceLevelObjective" + ] + }, + "GetServiceLevelObjective": { + "methods": [ + "getServiceLevelObjective" + ] + }, + "UpdateServiceLevelObjective": { + "methods": [ + "updateServiceLevelObjective" + ] + }, + "DeleteServiceLevelObjective": { + "methods": [ + "deleteServiceLevelObjective" + ] + }, + "ListServices": { + "methods": [ + "listServices", + "listServicesStream", + "listServicesAsync" + ] + }, + "ListServiceLevelObjectives": { + "methods": [ + "listServiceLevelObjectives", + "listServiceLevelObjectivesStream", + "listServiceLevelObjectivesAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "ServiceMonitoringServiceClient", + "rpcs": { + "CreateService": { + "methods": [ + "createService" + ] + }, + "GetService": { + "methods": [ + "getService" + ] + }, + "UpdateService": { + "methods": [ + "updateService" + ] + }, + "DeleteService": { + "methods": [ + "deleteService" + ] + }, + "CreateServiceLevelObjective": { + "methods": [ + "createServiceLevelObjective" + ] + }, + "GetServiceLevelObjective": { + "methods": [ + "getServiceLevelObjective" + ] + }, + "UpdateServiceLevelObjective": { + "methods": [ + "updateServiceLevelObjective" + ] + }, + "DeleteServiceLevelObjective": { + "methods": [ + "deleteServiceLevelObjective" + ] + }, + "ListServices": { + "methods": [ + "listServices", + "listServicesStream", + "listServicesAsync" + ] + }, + "ListServiceLevelObjectives": { + "methods": [ + "listServiceLevelObjectives", + "listServiceLevelObjectivesStream", + "listServiceLevelObjectivesAsync" + ] + } + } + } + } + }, + "UptimeCheckService": { + "clients": { + "grpc": { + "libraryClient": "UptimeCheckServiceClient", + "rpcs": { + "GetUptimeCheckConfig": { + "methods": [ + "getUptimeCheckConfig" + ] + }, + "CreateUptimeCheckConfig": { + "methods": [ + "createUptimeCheckConfig" + ] + }, + "UpdateUptimeCheckConfig": { + "methods": [ + "updateUptimeCheckConfig" + ] + }, + "DeleteUptimeCheckConfig": { + "methods": [ + "deleteUptimeCheckConfig" + ] + }, + "ListUptimeCheckConfigs": { + "methods": [ + "listUptimeCheckConfigs", + "listUptimeCheckConfigsStream", + "listUptimeCheckConfigsAsync" + ] + }, + "ListUptimeCheckIps": { + "methods": [ + "listUptimeCheckIps", + "listUptimeCheckIpsStream", + "listUptimeCheckIpsAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "UptimeCheckServiceClient", + "rpcs": { + "GetUptimeCheckConfig": { + "methods": [ + "getUptimeCheckConfig" + ] + }, + "CreateUptimeCheckConfig": { + "methods": [ + "createUptimeCheckConfig" + ] + }, + "UpdateUptimeCheckConfig": { + "methods": [ + "updateUptimeCheckConfig" + ] + }, + "DeleteUptimeCheckConfig": { + "methods": [ + "deleteUptimeCheckConfig" + ] + }, + "ListUptimeCheckConfigs": { + "methods": [ + "listUptimeCheckConfigs", + "listUptimeCheckConfigsStream", + "listUptimeCheckConfigsAsync" + ] + }, + "ListUptimeCheckIps": { + "methods": [ + "listUptimeCheckIps", + "listUptimeCheckIpsStream", + "listUptimeCheckIpsAsync" + ] + } + } + } + } + } + } +} diff --git a/synth.metadata b/synth.metadata index 7b629c2d..7cc955a4 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-monitoring.git", - "sha": "a2bcf315ebde4f1a7a0d2679eebfe859b1118546" + "sha": "b2c77f547db06755afdbdeb4749df581b791b912" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce", - "internalRef": "343187793" + "sha": "d189e871205fea665a9648f7c4676f027495ccaf", + "internalRef": "345596855" } }, {