Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics
Browse files Browse the repository at this point in the history
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#747

Changes:

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

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 Jan 25, 2022
1 parent 5255bbb commit 3bafd69
Show file tree
Hide file tree
Showing 32 changed files with 1,080 additions and 92 deletions.
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
Original file line number Diff line number Diff line change
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
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
"DeleteTransferRun"
]
},
"EnrollDataSources": {
"methods": [
"EnrollDataSources"
]
},
"GetDataSource": {
"methods": [
"GetDataSource"
Expand Down
6 changes: 3 additions & 3 deletions bigquery/migration/apiv2alpha/doc.go

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

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

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

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

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

0 comments on commit 3bafd69

Please sign in to comment.