From 647250f7e526469ad4cc1b14fe8a5dd3c7a51705 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 4 Dec 2020 03:01:37 -0800 Subject: [PATCH] chore: generate GAPIC metadata JSON file PiperOrigin-RevId: 345596855 Source-Author: Google APIs Source-Date: Thu Dec 3 21:00:34 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: d189e871205fea665a9648f7c4676f027495ccaf Source-Link: https://github.com/googleapis/googleapis/commit/d189e871205fea665a9648f7c4676f027495ccaf --- src/v1alpha/gapic_metadata.json | 539 ++++++++++++++++++++++++++++++++ synth.metadata | 6 +- 2 files changed, 542 insertions(+), 3 deletions(-) create mode 100644 src/v1alpha/gapic_metadata.json diff --git a/src/v1alpha/gapic_metadata.json b/src/v1alpha/gapic_metadata.json new file mode 100644 index 0000000..f0834ad --- /dev/null +++ b/src/v1alpha/gapic_metadata.json @@ -0,0 +1,539 @@ +{ + "schema": "1.0", + "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", + "language": "typescript", + "protoPackage": "google.analytics.admin.v1alpha", + "libraryPackage": "@google-analytics/admin", + "services": { + "AnalyticsAdminService": { + "clients": { + "grpc": { + "libraryClient": "AnalyticsAdminServiceClient", + "rpcs": { + "GetAccount": { + "methods": [ + "getAccount" + ] + }, + "DeleteAccount": { + "methods": [ + "deleteAccount" + ] + }, + "UpdateAccount": { + "methods": [ + "updateAccount" + ] + }, + "ProvisionAccountTicket": { + "methods": [ + "provisionAccountTicket" + ] + }, + "GetProperty": { + "methods": [ + "getProperty" + ] + }, + "CreateProperty": { + "methods": [ + "createProperty" + ] + }, + "DeleteProperty": { + "methods": [ + "deleteProperty" + ] + }, + "UpdateProperty": { + "methods": [ + "updateProperty" + ] + }, + "GetUserLink": { + "methods": [ + "getUserLink" + ] + }, + "BatchGetUserLinks": { + "methods": [ + "batchGetUserLinks" + ] + }, + "CreateUserLink": { + "methods": [ + "createUserLink" + ] + }, + "BatchCreateUserLinks": { + "methods": [ + "batchCreateUserLinks" + ] + }, + "UpdateUserLink": { + "methods": [ + "updateUserLink" + ] + }, + "BatchUpdateUserLinks": { + "methods": [ + "batchUpdateUserLinks" + ] + }, + "DeleteUserLink": { + "methods": [ + "deleteUserLink" + ] + }, + "BatchDeleteUserLinks": { + "methods": [ + "batchDeleteUserLinks" + ] + }, + "GetWebDataStream": { + "methods": [ + "getWebDataStream" + ] + }, + "DeleteWebDataStream": { + "methods": [ + "deleteWebDataStream" + ] + }, + "UpdateWebDataStream": { + "methods": [ + "updateWebDataStream" + ] + }, + "CreateWebDataStream": { + "methods": [ + "createWebDataStream" + ] + }, + "GetIosAppDataStream": { + "methods": [ + "getIosAppDataStream" + ] + }, + "DeleteIosAppDataStream": { + "methods": [ + "deleteIosAppDataStream" + ] + }, + "UpdateIosAppDataStream": { + "methods": [ + "updateIosAppDataStream" + ] + }, + "CreateIosAppDataStream": { + "methods": [ + "createIosAppDataStream" + ] + }, + "GetAndroidAppDataStream": { + "methods": [ + "getAndroidAppDataStream" + ] + }, + "DeleteAndroidAppDataStream": { + "methods": [ + "deleteAndroidAppDataStream" + ] + }, + "UpdateAndroidAppDataStream": { + "methods": [ + "updateAndroidAppDataStream" + ] + }, + "CreateAndroidAppDataStream": { + "methods": [ + "createAndroidAppDataStream" + ] + }, + "GetEnhancedMeasurementSettings": { + "methods": [ + "getEnhancedMeasurementSettings" + ] + }, + "UpdateEnhancedMeasurementSettings": { + "methods": [ + "updateEnhancedMeasurementSettings" + ] + }, + "CreateFirebaseLink": { + "methods": [ + "createFirebaseLink" + ] + }, + "UpdateFirebaseLink": { + "methods": [ + "updateFirebaseLink" + ] + }, + "DeleteFirebaseLink": { + "methods": [ + "deleteFirebaseLink" + ] + }, + "ListFirebaseLinks": { + "methods": [ + "listFirebaseLinks" + ] + }, + "GetGlobalSiteTag": { + "methods": [ + "getGlobalSiteTag" + ] + }, + "CreateGoogleAdsLink": { + "methods": [ + "createGoogleAdsLink" + ] + }, + "UpdateGoogleAdsLink": { + "methods": [ + "updateGoogleAdsLink" + ] + }, + "DeleteGoogleAdsLink": { + "methods": [ + "deleteGoogleAdsLink" + ] + }, + "GetDataSharingSettings": { + "methods": [ + "getDataSharingSettings" + ] + }, + "ListAccounts": { + "methods": [ + "listAccounts", + "listAccountsStream", + "listAccountsAsync" + ] + }, + "ListAccountSummaries": { + "methods": [ + "listAccountSummaries", + "listAccountSummariesStream", + "listAccountSummariesAsync" + ] + }, + "ListProperties": { + "methods": [ + "listProperties", + "listPropertiesStream", + "listPropertiesAsync" + ] + }, + "ListUserLinks": { + "methods": [ + "listUserLinks", + "listUserLinksStream", + "listUserLinksAsync" + ] + }, + "AuditUserLinks": { + "methods": [ + "auditUserLinks", + "auditUserLinksStream", + "auditUserLinksAsync" + ] + }, + "ListWebDataStreams": { + "methods": [ + "listWebDataStreams", + "listWebDataStreamsStream", + "listWebDataStreamsAsync" + ] + }, + "ListIosAppDataStreams": { + "methods": [ + "listIosAppDataStreams", + "listIosAppDataStreamsStream", + "listIosAppDataStreamsAsync" + ] + }, + "ListAndroidAppDataStreams": { + "methods": [ + "listAndroidAppDataStreams", + "listAndroidAppDataStreamsStream", + "listAndroidAppDataStreamsAsync" + ] + }, + "ListGoogleAdsLinks": { + "methods": [ + "listGoogleAdsLinks", + "listGoogleAdsLinksStream", + "listGoogleAdsLinksAsync" + ] + } + } + }, + "grpc-fallback": { + "libraryClient": "AnalyticsAdminServiceClient", + "rpcs": { + "GetAccount": { + "methods": [ + "getAccount" + ] + }, + "DeleteAccount": { + "methods": [ + "deleteAccount" + ] + }, + "UpdateAccount": { + "methods": [ + "updateAccount" + ] + }, + "ProvisionAccountTicket": { + "methods": [ + "provisionAccountTicket" + ] + }, + "GetProperty": { + "methods": [ + "getProperty" + ] + }, + "CreateProperty": { + "methods": [ + "createProperty" + ] + }, + "DeleteProperty": { + "methods": [ + "deleteProperty" + ] + }, + "UpdateProperty": { + "methods": [ + "updateProperty" + ] + }, + "GetUserLink": { + "methods": [ + "getUserLink" + ] + }, + "BatchGetUserLinks": { + "methods": [ + "batchGetUserLinks" + ] + }, + "CreateUserLink": { + "methods": [ + "createUserLink" + ] + }, + "BatchCreateUserLinks": { + "methods": [ + "batchCreateUserLinks" + ] + }, + "UpdateUserLink": { + "methods": [ + "updateUserLink" + ] + }, + "BatchUpdateUserLinks": { + "methods": [ + "batchUpdateUserLinks" + ] + }, + "DeleteUserLink": { + "methods": [ + "deleteUserLink" + ] + }, + "BatchDeleteUserLinks": { + "methods": [ + "batchDeleteUserLinks" + ] + }, + "GetWebDataStream": { + "methods": [ + "getWebDataStream" + ] + }, + "DeleteWebDataStream": { + "methods": [ + "deleteWebDataStream" + ] + }, + "UpdateWebDataStream": { + "methods": [ + "updateWebDataStream" + ] + }, + "CreateWebDataStream": { + "methods": [ + "createWebDataStream" + ] + }, + "GetIosAppDataStream": { + "methods": [ + "getIosAppDataStream" + ] + }, + "DeleteIosAppDataStream": { + "methods": [ + "deleteIosAppDataStream" + ] + }, + "UpdateIosAppDataStream": { + "methods": [ + "updateIosAppDataStream" + ] + }, + "CreateIosAppDataStream": { + "methods": [ + "createIosAppDataStream" + ] + }, + "GetAndroidAppDataStream": { + "methods": [ + "getAndroidAppDataStream" + ] + }, + "DeleteAndroidAppDataStream": { + "methods": [ + "deleteAndroidAppDataStream" + ] + }, + "UpdateAndroidAppDataStream": { + "methods": [ + "updateAndroidAppDataStream" + ] + }, + "CreateAndroidAppDataStream": { + "methods": [ + "createAndroidAppDataStream" + ] + }, + "GetEnhancedMeasurementSettings": { + "methods": [ + "getEnhancedMeasurementSettings" + ] + }, + "UpdateEnhancedMeasurementSettings": { + "methods": [ + "updateEnhancedMeasurementSettings" + ] + }, + "CreateFirebaseLink": { + "methods": [ + "createFirebaseLink" + ] + }, + "UpdateFirebaseLink": { + "methods": [ + "updateFirebaseLink" + ] + }, + "DeleteFirebaseLink": { + "methods": [ + "deleteFirebaseLink" + ] + }, + "ListFirebaseLinks": { + "methods": [ + "listFirebaseLinks" + ] + }, + "GetGlobalSiteTag": { + "methods": [ + "getGlobalSiteTag" + ] + }, + "CreateGoogleAdsLink": { + "methods": [ + "createGoogleAdsLink" + ] + }, + "UpdateGoogleAdsLink": { + "methods": [ + "updateGoogleAdsLink" + ] + }, + "DeleteGoogleAdsLink": { + "methods": [ + "deleteGoogleAdsLink" + ] + }, + "GetDataSharingSettings": { + "methods": [ + "getDataSharingSettings" + ] + }, + "ListAccounts": { + "methods": [ + "listAccounts", + "listAccountsStream", + "listAccountsAsync" + ] + }, + "ListAccountSummaries": { + "methods": [ + "listAccountSummaries", + "listAccountSummariesStream", + "listAccountSummariesAsync" + ] + }, + "ListProperties": { + "methods": [ + "listProperties", + "listPropertiesStream", + "listPropertiesAsync" + ] + }, + "ListUserLinks": { + "methods": [ + "listUserLinks", + "listUserLinksStream", + "listUserLinksAsync" + ] + }, + "AuditUserLinks": { + "methods": [ + "auditUserLinks", + "auditUserLinksStream", + "auditUserLinksAsync" + ] + }, + "ListWebDataStreams": { + "methods": [ + "listWebDataStreams", + "listWebDataStreamsStream", + "listWebDataStreamsAsync" + ] + }, + "ListIosAppDataStreams": { + "methods": [ + "listIosAppDataStreams", + "listIosAppDataStreamsStream", + "listIosAppDataStreamsAsync" + ] + }, + "ListAndroidAppDataStreams": { + "methods": [ + "listAndroidAppDataStreams", + "listAndroidAppDataStreamsStream", + "listAndroidAppDataStreamsAsync" + ] + }, + "ListGoogleAdsLinks": { + "methods": [ + "listGoogleAdsLinks", + "listGoogleAdsLinksStream", + "listGoogleAdsLinksAsync" + ] + } + } + } + } + } + } +} diff --git a/synth.metadata b/synth.metadata index b8ab6b4..384c9f6 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/nodejs-analytics-admin.git", - "sha": "3fc426c9e40592b9912c9a7de6992daca3fec293" + "sha": "d232226aee74ebb3b7de88f132d3fd8b6fcdeab5" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce", - "internalRef": "343187793" + "sha": "d189e871205fea665a9648f7c4676f027495ccaf", + "internalRef": "345596855" } }, {