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#726

Changes:

fix(compute): make parent_id fields required compute move and insert methods (#686)

  Source-Link: googleapis/googleapis@02df998

build(networkconnectivity): correct artifact name for npm
  PiperOrigin-RevId: 411807571
  Source-Link: googleapis/googleapis@221556e

docs(retail): Keep the API doc up-to-date feat: update grpc service config settings to reflect correct API deadlines
  PiperOrigin-RevId: 411660243
  Source-Link: googleapis/googleapis@72adf13

feat(servicecontrol): add C++ rules for many Cloud services
  PiperOrigin-RevId: 411620635
  Source-Link: googleapis/googleapis@eddd3d8

build(metastore): correct artifact name for npm
  PiperOrigin-RevId: 411598711
  Source-Link: googleapis/googleapis@970cd21

chore(longrunning): generate java files for google/api chore: generate java files for google/cloud/audit chore: generate java files for google/geo/type chore: generate java files for google/logging/type chore: generate java files for google/longrunning chore: generate java files for google/rpc chore: generate java files for google/rpc/context chore: generate java files for google/type chore: generate java files for google/cloud
  PiperOrigin-RevId: 411585075
  Source-Link: googleapis/googleapis@b21a21e

feat(contactcenterinsights): remove feature flag disable_issue_modeling
  PiperOrigin-RevId: 411140666
  Source-Link: googleapis/googleapis@9a182e6

feat(contactcenterinsights): new feature flag disable_issue_modeling docs: fixed formatting issues in the reference documentation
  PiperOrigin-RevId: 411102531
  Source-Link: googleapis/googleapis@68b0c8a

feat(securitycenter): Added a new API method UpdateExternalSystem, which enables updating a finding w/ external system metadata. External systems are a child resource under finding, and are housed on the finding itself, and can also be filtered on in Notifications, the ListFindings and GroupFindings API
  PiperOrigin-RevId: 411093163
  Source-Link: googleapis/googleapis@be8f988

feat(compute): Switch to string enums for compute (#685)
  Also introduce gapic_yaml for java clients to override default LRO configuration (which has too way too long timeouts).

  Also cleanup regenerate other files (grpc_service_config and service yaml)
  Source-Link: googleapis/googleapis@8ce4ea6

docs(cloudtasks): fix docstring formatting
  Committer: @parthea
  PiperOrigin-RevId: 410919520
  Source-Link: googleapis/googleapis@b5274f7

build(spanner/admin/database): add published name under submodules
  PiperOrigin-RevId: 410900101
  Source-Link: googleapis/googleapis@c246c88

chore(vmmigration): Prepare vmmigration  v1 BUILD.bazel for release
  PiperOrigin-RevId: 410873197
  Source-Link: googleapis/googleapis@6e8a083
  • Loading branch information
yoshi-automation committed Nov 29, 2021
1 parent ac98735 commit fa2a5bc
Show file tree
Hide file tree
Showing 17 changed files with 111 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cloudtasks/apiv2/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 compute/apiv1/doc.go

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

4 changes: 2 additions & 2 deletions compute/apiv1/firewall_policies_client.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.

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

2 changes: 1 addition & 1 deletion longrunning/autogen/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 metastore/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 networkconnectivity/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 retail/apiv2/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 retail/apiv2/user_event_client.go

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

2 changes: 1 addition & 1 deletion securitycenter/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 securitycenter/apiv1/gapic_metadata.json
Expand Up @@ -130,6 +130,11 @@
"TestIamPermissions"
]
},
"UpdateExternalSystem": {
"methods": [
"UpdateExternalSystem"
]
},
"UpdateFinding": {
"methods": [
"UpdateFinding"
Expand Down
24 changes: 24 additions & 0 deletions securitycenter/apiv1/security_center_client.go

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

20 changes: 20 additions & 0 deletions securitycenter/apiv1/security_center_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 servicecontrol/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 spanner/admin/database/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 vmmigration/apiv1/doc.go

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

0 comments on commit fa2a5bc

Please sign in to comment.