From e5e8c47427d7385206fea619cd2f237388ddca88 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 13 Aug 2021 16:10:06 +0000 Subject: [PATCH] chore(all): auto-regenerate gapics This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: https://github.com/googleapis/go-genproto/pull/655 Changes: chore(secretmanager): no-op proto generator run to pickup Locations service metadata PiperOrigin-RevId: 390124312 Source-Link: https://github.com/googleapis/googleapis/commit/f5e39a2f7e6e228238824f7117c9e7b5b7010249 --- internal/.repo-metadata-full.json | 2 +- secretmanager/apiv1/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/.repo-metadata-full.json b/internal/.repo-metadata-full.json index ebe2876f351c..ebee28dca2a0 100644 --- a/internal/.repo-metadata-full.json +++ b/internal/.repo-metadata-full.json @@ -1318,7 +1318,7 @@ "description": "Storage Transfer API", "language": "Go", "client_library_type": "generated", - "docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/storagetransfer/apiv1", + "docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/storagetransfer/latest/apiv1", "release_level": "beta", "library_type": "" }, diff --git a/secretmanager/apiv1/doc.go b/secretmanager/apiv1/doc.go index 7d929de2fb70..b812a4d5a6f8 100644 --- a/secretmanager/apiv1/doc.go +++ b/secretmanager/apiv1/doc.go @@ -49,7 +49,7 @@ import ( type clientHookParams struct{} type clientHook func(context.Context, clientHookParams) ([]option.ClientOption, error) -const versionClient = "20210805" +const versionClient = "20210813" func insertMetadata(ctx context.Context, mds ...metadata.MD) context.Context { out, _ := metadata.FromOutgoingContext(ctx)