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

Changes:

feat(pubsublite): Add export config protos to API
  PiperOrigin-RevId: 468442481
  Source-Link: googleapis/googleapis@154b410

feat(bigquery/storage): allow users to set Apache Avro output format options through avro_serialization_options param in TableReadOptions message Through AvroSerializationOptions, users can set enable_display_name_attribute, which populates displayName for every avro field with the original column name Improved documentation for selected_fields, added example for clarity.
  PiperOrigin-RevId: 468290142
  Source-Link: googleapis/googleapis@62ae1af

chore(compute): Specify the rest transport for C# (again)
  (Last time it broke as the generator Bazel rules weren't ready. This
  time they are.)
  Source-Link: googleapis/googleapis@d21399d

chore(apikeys): prepare for the v2 release of google/api/apikeys
  PiperOrigin-RevId: 468196680
  Source-Link: googleapis/googleapis@5f58301
  • Loading branch information
yoshi-automation committed Aug 18, 2022
1 parent 8dc2fc4 commit 283e1e4
Show file tree
Hide file tree
Showing 33 changed files with 2,537 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apikeys/apiv2/api_keys_client.go

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

@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1",
"version": "1.16.0",
"version": "1.17.0",
"language": "GO",
"apis": [
{
Expand Down
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/aiplatform/apiv1beta1",
"version": "1.16.0",
"version": "1.17.0",
"language": "GO",
"apis": [
{
Expand Down
53 changes: 53 additions & 0 deletions internal/generated/snippets/apikeys/apiv2/Client/CreateKey/main.go

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

53 changes: 53 additions & 0 deletions internal/generated/snippets/apikeys/apiv2/Client/DeleteKey/main.go

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

48 changes: 48 additions & 0 deletions internal/generated/snippets/apikeys/apiv2/Client/GetKey/main.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.

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

55 changes: 55 additions & 0 deletions internal/generated/snippets/apikeys/apiv2/Client/ListKeys/main.go

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

48 changes: 48 additions & 0 deletions internal/generated/snippets/apikeys/apiv2/Client/LookupKey/main.go

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

0 comments on commit 283e1e4

Please sign in to comment.