From a81fc6c2f5120bacb41ada83cace026e1e957ea4 Mon Sep 17 00:00:00 2001 From: Robert Voinescu Date: Mon, 31 Aug 2026 21:17:45 +0000 Subject: [PATCH 1/2] feat(BuiltInMetrics): Generate BuiltInMetrics project --- .github/renovate.json | 1 + Directory.Packages.props | 3 ++ README.md | 1 + .../.repo-metadata.json | 7 ++++ ...oud.BuiltInMetrics.IntegrationTests.csproj | 25 ++++++++++++ .../Google.Cloud.BuiltInMetrics.Tests.csproj | 25 ++++++++++++ .../Google.Cloud.BuiltInMetrics.sln | 40 +++++++++++++++++++ .../Google.Cloud.BuiltInMetrics.csproj | 18 +++++++++ generator-input/apis.json | 29 ++++++++++++++ 9 files changed, 149 insertions(+) create mode 100644 apis/Google.Cloud.BuiltInMetrics/.repo-metadata.json create mode 100644 apis/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics.IntegrationTests/Google.Cloud.BuiltInMetrics.IntegrationTests.csproj create mode 100644 apis/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics.Tests/Google.Cloud.BuiltInMetrics.Tests.csproj create mode 100644 apis/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics.sln create mode 100644 apis/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics.csproj diff --git a/.github/renovate.json b/.github/renovate.json index 1081a0296fd2..d421a977f9a1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -79,6 +79,7 @@ "apis/Google.Cloud.BinaryAuthorization.V1/Google.Cloud.BinaryAuthorization.V1/**", "apis/Google.Cloud.BinaryAuthorization.V1Beta1/Google.Cloud.BinaryAuthorization.V1Beta1/**", "apis/Google.Cloud.CapacityPlanner.V1Beta/Google.Cloud.CapacityPlanner.V1Beta/**", + "apis/Google.Cloud.BuiltInMetrics/Google.Cloud.BuiltInMetrics/**", "apis/Google.Cloud.CertificateManager.V1/Google.Cloud.CertificateManager.V1/**", "apis/Google.Cloud.Ces.V1/Google.Cloud.Ces.V1/**", "apis/Google.Cloud.Ces.V1Beta/Google.Cloud.Ces.V1Beta/**", diff --git a/Directory.Packages.props b/Directory.Packages.props index 44bb8f6c09b8..9025054c10af 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -18,6 +18,7 @@ +