Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#5407)
Browse files Browse the repository at this point in the history
* 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: googleapis/go-genproto#748

Changes:

feat!(storage/internal): Change RewriteObjectRequest to specify bucket name, object name and KMS key outside of Object resource
  PiperOrigin-RevId: 424391425
  Source-Link: googleapis/googleapis@8479561

feat(recommender): Recommendation Priority / Insight Severity feat: Recommendation xor_group_id feat: Recommendation security projection
  Incorporate above new features, as well as update .bazel files.

  PiperOrigin-RevId: 424391246
  Source-Link: googleapis/googleapis@2060f89

fix(container): reverting unintentional breaking change: GetOpenIdConfigRequest, GetOpenIdConfigResponse
  PiperOrigin-RevId: 424115592
  Source-Link: googleapis/googleapis@853e8a2

feat(recommender): Recommendation Priority / Insight Severity feat: Recommendation xor_group_id feat: Recommendation security projection feat: Configurable recommenders
  Incorporate above new features, as well as update .bazel files.

  PiperOrigin-RevId: 424106499
  Source-Link: googleapis/googleapis@a29dc81

fix!(container): revert bad publishing
  This RPC is not supposed to be published at this moment because Java generator cannot support this path template.
  It will be re-published when the generator is fixed.

  PiperOrigin-RevId: 423936238
  Source-Link: googleapis/googleapis@b0a8651

feat(spanner/admin/database): add database dialect
  PiperOrigin-RevId: 423930262
  Source-Link: googleapis/googleapis@b0c104f

build(container): library of v1 container onboarded to SAM
  PiperOrigin-RevId: 423866705
  Source-Link: googleapis/googleapis@cb31351

chore(video/livestream): Prepare video/livestream v1 BUILD.bazel for release
  PiperOrigin-RevId: 423821123
  Source-Link: googleapis/googleapis@eb694b2

feat(video/livestream): added LogConfig feature for users to define configurations of platform logs feat: added silver languages namespace annotations docs: updated comments with more examples
  PiperOrigin-RevId: 423383860
  Source-Link: googleapis/googleapis@12b3038

feat!(bigquery/migration): Consolidate task details into service API and add orchestration result details BREAKING CHANGE: This change relocates some task proto definitions and updates message fields, necessitating updates to imports.
  PiperOrigin-RevId: 423360094
  Source-Link: googleapis/googleapis@c9a482e

feat(dialogflow): added conversation process config, ImportDocument and SuggestSmartReplies API
  PiperOrigin-RevId: 423223164
  Source-Link: googleapis/googleapis@356f0c0

chore(dialogflow/cx): fixed typos and reformatted files
  PiperOrigin-RevId: 423148154
  Source-Link: googleapis/googleapis@fb700a6

feat(artifactregistry): add APIs for importing and uploading Apt and Yum artifacts feat: add version policy support for Maven repositories feat: add order_by support for listing versions fix!: mark a few resource name fields as required
  PiperOrigin-RevId: 423145765
  Source-Link: googleapis/googleapis@76ff1e5

chore(dialogflow/cx): fix typos and reformatted files
  PiperOrigin-RevId: 423128259
  Source-Link: googleapis/googleapis@86c3294

feat(channel): Change description for enum default value
  PiperOrigin-RevId: 422930709
  Source-Link: googleapis/googleapis@9fe00a1

chore(debugger): Remove unnecessary (and breaking) dependencies in C# Cloud Debugger GAPIC generation
  PiperOrigin-RevId: 422868372
  Source-Link: googleapis/googleapis@fe4fb6f

feat(bigquery/datatransfer): add owner email to TransferConfig message feat: allow customer to enroll a datasource programmatically docs: improvements to various message and field descriptions
  PiperOrigin-RevId: 422838555
  Source-Link: googleapis/googleapis@63be77c

chore(eventarc/publishing): Prepare eventarcpublishing v1 BUILD.bazel for release
  PiperOrigin-RevId: 422819387
  Source-Link: googleapis/googleapis@5499aca

docs(contactcenterinsights): Clarify comments of ConversationView enum
  PiperOrigin-RevId: 422809895
  Source-Link: googleapis/googleapis@13a3c9e
  • Loading branch information
yoshi-automation committed Feb 1, 2022
1 parent 9f79ac4 commit f560b1e
Show file tree
Hide file tree
Showing 76 changed files with 1,531 additions and 161 deletions.
4 changes: 1 addition & 3 deletions accesscontextmanager/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

302 changes: 280 additions & 22 deletions artifactregistry/apiv1beta2/artifact_registry_client.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 13 additions & 14 deletions artifactregistry/apiv1beta2/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions artifactregistry/apiv1beta2/gapic_metadata.json
Expand Up @@ -55,6 +55,11 @@
"GetPackage"
]
},
"GetProjectSettings": {
"methods": [
"GetProjectSettings"
]
},
"GetRepository": {
"methods": [
"GetRepository"
Expand All @@ -70,6 +75,16 @@
"GetVersion"
]
},
"ImportAptArtifacts": {
"methods": [
"ImportAptArtifacts"
]
},
"ImportYumArtifacts": {
"methods": [
"ImportYumArtifacts"
]
},
"ListFiles": {
"methods": [
"ListFiles"
Expand Down Expand Up @@ -105,6 +120,11 @@
"TestIamPermissions"
]
},
"UpdateProjectSettings": {
"methods": [
"UpdateProjectSettings"
]
},
"UpdateRepository": {
"methods": [
"UpdateRepository"
Expand Down
2 changes: 1 addition & 1 deletion artifactregistry/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.100.2
github.com/googleapis/gax-go/v2 v2.1.1
google.golang.org/api v0.65.0
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350
google.golang.org/grpc v1.40.1
google.golang.org/protobuf v1.27.1
)
4 changes: 2 additions & 2 deletions artifactregistry/go.sum
Expand Up @@ -506,8 +506,8 @@ google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ6
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 h1:zzNejm+EgrbLfDZ6lu9Uud2IVvHySPl8vQzf04laR5Q=
google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 h1:YxHp5zqIcAShDEvRr5/0rVESVS+njYF68PSdazrNLJo=
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down
53 changes: 33 additions & 20 deletions bigquery/datatransfer/apiv1/data_transfer_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions bigquery/datatransfer/apiv1/data_transfer_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bigquery/datatransfer/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions bigquery/datatransfer/apiv1/gapic_metadata.json
Expand Up @@ -30,6 +30,11 @@
"DeleteTransferRun"
]
},
"EnrollDataSources": {
"methods": [
"EnrollDataSources"
]
},
"GetDataSource": {
"methods": [
"GetDataSource"
Expand Down

0 comments on commit f560b1e

Please sign in to comment.