From a2ef9399617c1c4286f09415f984e9962292ead3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 22 Mar 2021 09:42:58 -0700 Subject: [PATCH] chore(all): auto-regenerate gapics (#3837) * 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/554 Changes: fix!(dialogflow): remove rpc or fields that are unintended to release fix!: remove StreamingAnalyzeContent, CreateCallMatcher, ListCallMatchers, DeleteCallMatcher rpc from v2/v2beta1 fix!: remove `input_audio` field from AnalyzeContentRequest from v2/v2beta1 fix!: remove proto message CreateCallMatcherRequest, CreateCallMatcherResponse, ListCallMatchersRequest, ListCallMatchersResponse, DeleteCallMatcherRequest, DeleteCallMatcherResponse, CallMatcher, StreamingAnalyzeContentRequest, StreamingAnalyzeContentResponse, AudioInput from v2/v2beta1, TelephonyDtmfEvents, TelephonyDtmf from v2 Committer: @sheimi PiperOrigin-RevId: 363762006 Source-Link: https://github.com/googleapis/googleapis/commit/8d17d8fafbb87ac64bb3179b99ac34ed41375a51 chore(servicemanagement): Update servicemanagement_v1 BUILD.bazel for python PiperOrigin-RevId: 363737110 Source-Link: https://github.com/googleapis/googleapis/commit/2786f641faff9277e6e781459af00ad32da4ad52 build(monitoring/dashboard): update links from relative to absolute to pass docs tests PiperOrigin-RevId: 363712862 Source-Link: https://github.com/googleapis/googleapis/commit/4f5e3aeabb80833f0cfd6dd570a7b18787d3a844 chore(apigateway): add gapic build rules PiperOrigin-RevId: 363699248 Source-Link: https://github.com/googleapis/googleapis/commit/cd26fbc116e430ffa5c736dd5dcdb19d370e0430 chore(appengine): Update appengine_v1 BUILD.bazel for python PiperOrigin-RevId: 363671904 Source-Link: https://github.com/googleapis/googleapis/commit/f321fd2a1ca3f984954bba7148be10644b64f0ce feat(assuredworkloads): add HIPAA and HITRUST compliance regimes Committer: @samhutton PiperOrigin-RevId: 363621553 Source-Link: https://github.com/googleapis/googleapis/commit/15b444a98762c31e863087eb688635f2c24feec5 feat(assuredworkloads): Add 'resource_settings' field to provide custom properties (ids) for the provisioned projects. PiperOrigin-RevId: 363600693 Source-Link: https://github.com/googleapis/googleapis/commit/dd7c51a272f05456784067c0e8b6520a50503254 BREAKING CHANGE: This is a breaking change in dialogflow --- autogen/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen/doc.go b/autogen/doc.go index 6dd2835..47d2cd2 100644 --- a/autogen/doc.go +++ b/autogen/doc.go @@ -46,7 +46,7 @@ import ( type clientHookParams struct{} type clientHook func(context.Context, clientHookParams) ([]option.ClientOption, error) -const versionClient = "20210318" +const versionClient = "20210319" func insertMetadata(ctx context.Context, mds ...metadata.MD) context.Context { out, _ := metadata.FromOutgoingContext(ctx)