Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): auto-regenerate .pb.go files #699

Merged
merged 1 commit into from Oct 15, 2021
Merged

chore(all): auto-regenerate .pb.go files #699

merged 1 commit into from Oct 15, 2021

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Oct 15, 2021

This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

  • 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. That will prompt
    genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4987

Changes:

fix: add a dummy change for showcase v1beta1 for testing autosubmit
PiperOrigin-RevId: 403202362
Source-Link: googleapis/googleapis@1e77865

chore(filestore): add common_java_proto dep to java_assembly_pkg
PiperOrigin-RevId: 403182344
Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
PiperOrigin-RevId: 403140062
Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
PiperOrigin-RevId: 403132955
Source-Link: googleapis/googleapis@d2977af

chore: Update C# generator to version 1.3.12, which supports non-standard LRO generation
PiperOrigin-RevId: 403114425
Source-Link: googleapis/googleapis@c3e8e8c

fix!: Fix the resource annotations for GetRepositoryRequest
BREAKING CHANGE: This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.

PiperOrigin-RevId: 403028264
Source-Link: googleapis/googleapis@9bac62d

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
PiperOrigin-RevId: 402986756
Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.

PiperOrigin-RevId: 402864419
Source-Link: googleapis/googleapis@4a5dad7

@yoshi-automation yoshi-automation requested a review from a team as a code owner October 15, 2021 00:14
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Oct 15, 2021
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#699

Changes:

chore(filestore): add common_java_proto dep to java_assembly_pkg
  PiperOrigin-RevId: 403182344
  Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
  PiperOrigin-RevId: 403140062
  Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
  PiperOrigin-RevId: 403132955
  Source-Link: googleapis/googleapis@d2977af

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
  PiperOrigin-RevId: 402986756
  Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
  The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.

  PiperOrigin-RevId: 402864419
  Source-Link: googleapis/googleapis@4a5dad7
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2021
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- 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. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#4987

Changes:

fix: add a dummy change for showcase v1beta1 for testing autosubmit
  PiperOrigin-RevId: 403202362
  Source-Link: googleapis/googleapis@1e77865

chore(filestore): add common_java_proto dep to java_assembly_pkg
  PiperOrigin-RevId: 403182344
  Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
  PiperOrigin-RevId: 403140062
  Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
  PiperOrigin-RevId: 403132955
  Source-Link: googleapis/googleapis@d2977af

chore: Update C# generator to version 1.3.12, which supports non-standard LRO generation
  PiperOrigin-RevId: 403114425
  Source-Link: googleapis/googleapis@c3e8e8c

fix!: Fix the resource annotations for GetRepositoryRequest
  BREAKING CHANGE: This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.

  PiperOrigin-RevId: 403028264
  Source-Link: googleapis/googleapis@9bac62d

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
  PiperOrigin-RevId: 402986756
  Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
  The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.

  PiperOrigin-RevId: 402864419
  Source-Link: googleapis/googleapis@4a5dad7
@codyoss codyoss merged commit 485ec31 into master Oct 15, 2021
@codyoss codyoss deleted the regen_genproto branch October 15, 2021 13:54
yoshi-automation added a commit to googleapis/google-cloud-go that referenced this pull request Oct 15, 2021
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#699

Changes:

chore(filestore): add common_java_proto dep to java_assembly_pkg
  PiperOrigin-RevId: 403182344
  Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
  PiperOrigin-RevId: 403140062
  Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
  PiperOrigin-RevId: 403132955
  Source-Link: googleapis/googleapis@d2977af

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
  PiperOrigin-RevId: 402986756
  Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
  The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.

  PiperOrigin-RevId: 402864419
  Source-Link: googleapis/googleapis@4a5dad7
gcf-merge-on-green bot pushed a commit to googleapis/google-cloud-go that referenced this pull request Oct 15, 2021
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#699

Changes:

chore(filestore): add common_java_proto dep to java_assembly_pkg
  PiperOrigin-RevId: 403182344
  Source-Link: googleapis/googleapis@b44c45c

fix(translate): add model signature for batch document translation
  PiperOrigin-RevId: 403140062
  Source-Link: googleapis/googleapis@67e6e0a

chore(bigquery/storage): Re-enable bigquery-storage-v1 generation, which also required updating protobuf from 3.15.3 to 3.18.1 for codegen
  PiperOrigin-RevId: 403132955
  Source-Link: googleapis/googleapis@d2977af

fix!(storage/internal): rename committed_size to persisted_size fix!: replace string key_sha256 with bytes key_sha256_bytes fix: deprecate zone_affinity field fix: add INHERITED to PublicAccessPrevention enum
  PiperOrigin-RevId: 402986756
  Source-Link: googleapis/googleapis@877d3d9

fix(monitoring/apiv3): Reintroduce deprecated field/enum for backward compatibility docs: Use absolute link targets in comments
  The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.
  
  PiperOrigin-RevId: 402864419
  Source-Link: googleapis/googleapis@4a5dad7
yoshi-automation added a commit that referenced this pull request Jan 25, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- 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. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#5392

Changes:

chore: regenerate API index

  Source-Link: googleapis/googleapis@0c05a49

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c09a336

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@d12b615

build: library of v1beta1 container onboarded to SAM
  PiperOrigin-RevId: 423866693
  Source-Link: googleapis/googleapis@7b058a3

chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
  PiperOrigin-RevId: 423842556
  Source-Link: googleapis/googleapis@a616ca0

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@545fe1c

feat: 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

chore(bazel): update gapic-generator-php to v1.4.0
  Changes include:
  * manually fix field_behavior breaking changes
  * support google.api.routing header injection

  PiperOrigin-RevId: 423367804
  Source-Link: googleapis/googleapis@f4bd29f

chore: regenerate API index

  Source-Link: googleapis/googleapis@6084dc1

feat: added client side library for Dataplex V1 apis
  PiperOrigin-RevId: 423361537
  Source-Link: googleapis/googleapis@9d98ef4

chore: regenerate API index

  Source-Link: googleapis/googleapis@88303a2

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ada32e9

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

feat: Add bazel config for Ruby compute wrapper (#699)

  Source-Link: googleapis/googleapis@56da7b0

chore(ruby): Regenerated using Ruby gapic-generator 0.10.5
  PiperOrigin-RevId: 423177513
  Source-Link: googleapis/googleapis@d2c7ff7

feat: add explicit routing header annotations for bigtable/v2 feat: add `routing_proto` to the Bazel dependencies for bigtable/v2
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423158199
  Source-Link: googleapis/googleapis@d7ee523

feat: add `kubernetes_resource` field docs: update API annotation
  PiperOrigin-RevId: 423151400
  Source-Link: googleapis/googleapis@6f4ad75

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7d1948

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

fix!: update the pattern for "file.googleapis.com/Snapshot" resource for the Filestore V1Beta1
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423118122
  Source-Link: googleapis/googleapis@56715c6

chore: reformatted files
  PiperOrigin-RevId: 423113545
  Source-Link: googleapis/googleapis@cfd7e42

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

fix(managedidentities): add ancillary service bindings to service_yaml
  PiperOrigin-RevId: 422903615
  Source-Link: googleapis/googleapis@12c0a1f

fix: update labels and package names
  PiperOrigin-RevId: 422886674
  Source-Link: googleapis/googleapis@ab1bf9a

chore: Update C# Bazel rules for IAM to include all required protos
  PiperOrigin-RevId: 422868642
  Source-Link: googleapis/googleapis@a03b6fa

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ea81e38

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@107a322

feat: added delivery APIs
  PiperOrigin-RevId: 422655037
  Source-Link: googleapis/googleapis@12f2001

chore(deps): upgrade gapic-generator-java to 2.4.1
  PiperOrigin-RevId: 422607515
  Source-Link: googleapis/googleapis@ba2ffd6
yoshi-automation added a commit that referenced this pull request Jan 26, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- 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. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#5407

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

chore: update v2.12.0 gapic-generator-typescript
  Committer: @summer-ji-eng
  PiperOrigin-RevId: 424244721
  Source-Link: googleapis/googleapis@4b6b01f

feat: add new fields to `DatabaseInstance` message in the cloud_sql_resources.proto and cleanup proto descriptions
  PiperOrigin-RevId: 424175097
  Source-Link: googleapis/googleapis@ce08228

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@2e9849d

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@0c05a49

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c09a336

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@d12b615

build: library of v1beta1 container onboarded to SAM
  PiperOrigin-RevId: 423866693
  Source-Link: googleapis/googleapis@7b058a3

chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
  PiperOrigin-RevId: 423842556
  Source-Link: googleapis/googleapis@a616ca0

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@545fe1c

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

chore(bazel): update gapic-generator-php to v1.4.0
  Changes include:
  * manually fix field_behavior breaking changes
  * support google.api.routing header injection

  PiperOrigin-RevId: 423367804
  Source-Link: googleapis/googleapis@f4bd29f

chore: regenerate API index

  Source-Link: googleapis/googleapis@6084dc1

feat: added client side library for Dataplex V1 apis
  PiperOrigin-RevId: 423361537
  Source-Link: googleapis/googleapis@9d98ef4

chore: regenerate API index

  Source-Link: googleapis/googleapis@88303a2

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ada32e9

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

feat: Add bazel config for Ruby compute wrapper (#699)

  Source-Link: googleapis/googleapis@56da7b0

chore(ruby): Regenerated using Ruby gapic-generator 0.10.5
  PiperOrigin-RevId: 423177513
  Source-Link: googleapis/googleapis@d2c7ff7

feat: add explicit routing header annotations for bigtable/v2 feat: add `routing_proto` to the Bazel dependencies for bigtable/v2
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423158199
  Source-Link: googleapis/googleapis@d7ee523

feat: add `kubernetes_resource` field docs: update API annotation
  PiperOrigin-RevId: 423151400
  Source-Link: googleapis/googleapis@6f4ad75

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7d1948

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

fix!: update the pattern for "file.googleapis.com/Snapshot" resource for the Filestore V1Beta1
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423118122
  Source-Link: googleapis/googleapis@56715c6

chore: reformatted files
  PiperOrigin-RevId: 423113545
  Source-Link: googleapis/googleapis@cfd7e42

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

fix(managedidentities): add ancillary service bindings to service_yaml
  PiperOrigin-RevId: 422903615
  Source-Link: googleapis/googleapis@12c0a1f

fix: update labels and package names
  PiperOrigin-RevId: 422886674
  Source-Link: googleapis/googleapis@ab1bf9a

chore: Update C# Bazel rules for IAM to include all required protos
  PiperOrigin-RevId: 422868642
  Source-Link: googleapis/googleapis@a03b6fa

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ea81e38

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@107a322

feat: added delivery APIs
  PiperOrigin-RevId: 422655037
  Source-Link: googleapis/googleapis@12f2001

chore(deps): upgrade gapic-generator-java to 2.4.1
  PiperOrigin-RevId: 422607515
  Source-Link: googleapis/googleapis@ba2ffd6
codyoss pushed a commit that referenced this pull request Jan 26, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- 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. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#5407

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

chore: update v2.12.0 gapic-generator-typescript
  Committer: @summer-ji-eng
  PiperOrigin-RevId: 424244721
  Source-Link: googleapis/googleapis@4b6b01f

feat: add new fields to `DatabaseInstance` message in the cloud_sql_resources.proto and cleanup proto descriptions
  PiperOrigin-RevId: 424175097
  Source-Link: googleapis/googleapis@ce08228

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@2e9849d

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@0c05a49

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c09a336

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@d12b615

build: library of v1beta1 container onboarded to SAM
  PiperOrigin-RevId: 423866693
  Source-Link: googleapis/googleapis@7b058a3

chore: upgrade gapic-generator-java, gax-java and gapic-generator-python
  PiperOrigin-RevId: 423842556
  Source-Link: googleapis/googleapis@a616ca0

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@545fe1c

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

chore(bazel): update gapic-generator-php to v1.4.0
  Changes include:
  * manually fix field_behavior breaking changes
  * support google.api.routing header injection

  PiperOrigin-RevId: 423367804
  Source-Link: googleapis/googleapis@f4bd29f

chore: regenerate API index

  Source-Link: googleapis/googleapis@6084dc1

feat: added client side library for Dataplex V1 apis
  PiperOrigin-RevId: 423361537
  Source-Link: googleapis/googleapis@9d98ef4

chore: regenerate API index

  Source-Link: googleapis/googleapis@88303a2

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ada32e9

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

feat: Add bazel config for Ruby compute wrapper (#699)

  Source-Link: googleapis/googleapis@56da7b0

chore(ruby): Regenerated using Ruby gapic-generator 0.10.5
  PiperOrigin-RevId: 423177513
  Source-Link: googleapis/googleapis@d2c7ff7

feat: add explicit routing header annotations for bigtable/v2 feat: add `routing_proto` to the Bazel dependencies for bigtable/v2
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423158199
  Source-Link: googleapis/googleapis@d7ee523

feat: add `kubernetes_resource` field docs: update API annotation
  PiperOrigin-RevId: 423151400
  Source-Link: googleapis/googleapis@6f4ad75

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@c7d1948

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

fix!: update the pattern for "file.googleapis.com/Snapshot" resource for the Filestore V1Beta1
  Committer: @viacheslav-rostovtsev
  PiperOrigin-RevId: 423118122
  Source-Link: googleapis/googleapis@56715c6

chore: reformatted files
  PiperOrigin-RevId: 423113545
  Source-Link: googleapis/googleapis@cfd7e42

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

fix(managedidentities): add ancillary service bindings to service_yaml
  PiperOrigin-RevId: 422903615
  Source-Link: googleapis/googleapis@12c0a1f

fix: update labels and package names
  PiperOrigin-RevId: 422886674
  Source-Link: googleapis/googleapis@ab1bf9a

chore: Update C# Bazel rules for IAM to include all required protos
  PiperOrigin-RevId: 422868642
  Source-Link: googleapis/googleapis@a03b6fa

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@ea81e38

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

chore: regenerate API index

  Source-Link: googleapis/googleapis@107a322

feat: added delivery APIs
  PiperOrigin-RevId: 422655037
  Source-Link: googleapis/googleapis@12f2001

chore(deps): upgrade gapic-generator-java to 2.4.1
  PiperOrigin-RevId: 422607515
  Source-Link: googleapis/googleapis@ba2ffd6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants