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 gapics #7208

Merged
merged 2 commits into from Jan 4, 2023
Merged

chore(all): auto-regenerate gapics #7208

merged 2 commits into from Jan 4, 2023

Conversation

yoshi-automation
Copy link
Contributor

@yoshi-automation yoshi-automation commented Jan 4, 2023

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

Changes:

docs(notebooks): Minor formatting fixes to reference documentation
PiperOrigin-RevId: 499362676
Source-Link: googleapis/googleapis@870a5ed

chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons
PiperOrigin-RevId: 499356666
Source-Link: googleapis/googleapis@c3845dd

feat(batch): support secret and encrypted environment variables in v1
PiperOrigin-RevId: 499338464
Source-Link: googleapis/googleapis@af050dc

feat(bigquery/datatransfer): Add location methods
PiperOrigin-RevId: 499272288
Source-Link: googleapis/googleapis@62c5867

feat(artifactregistry): Add location methods
PiperOrigin-RevId: 499263614
Source-Link: googleapis/googleapis@ba2db0d

feat(container): add etags for cluster and node pool update operations
Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other.

PiperOrigin-RevId: 498249600
Source-Link: googleapis/googleapis@9a294bf

feat(accessapproval): add REST client

feat(accesscontextmanager): add REST client

feat(aiplatform): add REST client

feat(analytics): add REST client

feat(apigateway): add REST client

feat(apigeeconnect): add REST client

feat(apigeeregistry): add REST client

feat(apikeys): add REST client

feat(appengine): add REST client

feat(area120): add REST client

feat(artifactregistry): add REST client

feat(asset): add REST client

feat(assuredworkloads): add REST client

feat(automl): add REST client

feat(baremetalsolution): add REST client

feat(batch): add REST client

feat(beyondcorp): add REST client

feat(bigquery): add REST client

feat(billing): add REST client

feat(binaryauthorization): add REST client

feat(certificatemanager): add REST client

feat(channel): add REST client

feat(cloudbuild): add REST client

feat(clouddms): add REST client

feat(cloudtasks): add REST client

feat(compute): add REST client

feat(contactcenterinsights): add REST client

feat(container): add REST client

feat(containeranalysis): add REST client

feat(datacatalog): add REST client

feat(dataflow): add REST client

feat(dataform): add REST client

feat(datafusion): add REST client

feat(datalabeling): add REST client

feat(dataplex): add REST client

feat(dataproc): add REST client

feat(dataqna): add REST client

feat(datastore): add REST client

feat(datastream): add REST client

feat(debugger): add REST client

feat(deploy): add REST client

feat(dialogflow): add REST client

feat(dlp): add REST client

feat(documentai): add REST client

feat(domains): add REST client

feat(edgecontainer): add REST client

feat(errorreporting): add REST client

feat(essentialcontacts): add REST client

feat(eventarc): add REST client

feat(filestore): add REST client

feat(firestore): add REST client

feat(functions): add REST client

feat(gaming): add REST client

feat(gkebackup): add REST client

feat(gkeconnect): add REST client

feat(gkehub): add REST client

feat(gkemulticloud): add REST client

feat(gsuiteaddons): add REST client

feat(iam): add REST client

feat(iap): add REST client

feat(ids): add REST client

feat(iot): add REST client

feat(kms): add REST client

feat(language): add REST client

feat(lifesciences): add REST client

feat(logging): add REST client

feat(longrunning): add REST client

feat(managedidentities): add REST client

feat(maps): add REST client

feat(mediatranslation): add REST client

feat(memcache): add REST client

feat(metastore): add REST client

feat(monitoring): add REST client

feat(networkconnectivity): add REST client

feat(networkmanagement): add REST client

feat(networksecurity): add REST client

feat(notebooks): add REST client

feat(optimization): add REST client

feat(orchestration): add REST client

feat(orgpolicy): add REST client

feat(osconfig): add REST client

feat(oslogin): add REST client

feat(phishingprotection): add REST client

feat(policytroubleshooter): add REST client

feat(privatecatalog): add REST client

feat(pubsub): add REST client

feat(pubsublite): add REST client

feat(recaptchaenterprise/v2): add REST client

feat(recommendationengine): add REST client

feat(recommender): add REST client

feat(redis): add REST client

feat(resourcemanager): add REST client

feat(resourcesettings): add REST client

feat(retail): add REST client

feat(run): add REST client

feat(scheduler): add REST client

feat(secretmanager): add REST client

feat(security): add REST client

feat(securitycenter): add REST client

feat(servicecontrol): add REST client

feat(servicedirectory): add REST client

feat(servicemanagement): add REST client

feat(serviceusage): add REST client

feat(shell): add REST client

feat(spanner): add REST client

feat(speech): add REST client

feat(storage): add REST client

feat(storagetransfer): add REST client

feat(talent): add REST client

feat(texttospeech): add REST client

feat(tpu): add REST client

feat(trace): add REST client

feat(translate): add REST client

feat(video): add REST client

feat(videointelligence): add REST client

feat(vision/v2): add REST client

feat(vmmigration): add REST client

feat(vmwareengine): add REST client

feat(vpcaccess): add REST client

feat(webrisk): add REST client

feat(websecurityscanner): add REST client

feat(workflows): add REST client

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

Changes:

docs(notebooks): Minor formatting fixes to reference documentation
  PiperOrigin-RevId: 499362676
  Source-Link: googleapis/googleapis@870a5ed

chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons
  PiperOrigin-RevId: 499356666
  Source-Link: googleapis/googleapis@c3845dd

feat(batch): support secret and encrypted environment variables in v1
  PiperOrigin-RevId: 499338464
  Source-Link: googleapis/googleapis@af050dc

feat(bigquery/datatransfer): Add location methods
  PiperOrigin-RevId: 499272288
  Source-Link: googleapis/googleapis@62c5867

feat(artifactregistry): Add location methods
  PiperOrigin-RevId: 499263614
  Source-Link: googleapis/googleapis@ba2db0d

feat(container): add etags for cluster and node pool update operations
  Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other.

  PiperOrigin-RevId: 498249600
  Source-Link: googleapis/googleapis@9a294bf
yoshi-automation added a commit to googleapis/go-genproto that referenced this pull request Jan 4, 2023
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#7208

Changes:

docs(notebooks): Minor formatting fixes to reference documentation
  PiperOrigin-RevId: 499362676
  Source-Link: googleapis/googleapis@870a5ed

chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons
  PiperOrigin-RevId: 499356666
  Source-Link: googleapis/googleapis@c3845dd

feat(batch): support secret and encrypted environment variables in v1
  PiperOrigin-RevId: 499338464
  Source-Link: googleapis/googleapis@af050dc

chore(ruby): Configure client for google-cloud-bigquery-data_policies-v1
  PiperOrigin-RevId: 499326312
  Source-Link: googleapis/googleapis@882eada

feat(bigquery/datatransfer): Add location methods
  PiperOrigin-RevId: 499272288
  Source-Link: googleapis/googleapis@62c5867

chore: regenerate API index

  Source-Link: googleapis/googleapis@025f73e

feat(artifactregistry): Add location methods
  PiperOrigin-RevId: 499263614
  Source-Link: googleapis/googleapis@ba2db0d

chore: regenerate API index

  Source-Link: googleapis/googleapis@1a54b1f

feat: add a DataLineage API
  PiperOrigin-RevId: 498346995
  Source-Link: googleapis/googleapis@7977517

refactor: Copy SourcePosition message from v1alpha/syntax.proto to conformance_service.proto
  PiperOrigin-RevId: 498255774
  Source-Link: googleapis/googleapis@e6a9ae2

feat(container): add etags for cluster and node pool update operations
  Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other.

  PiperOrigin-RevId: 498249600
  Source-Link: googleapis/googleapis@9a294bf
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Jan 4, 2023
codyoss pushed a commit to googleapis/go-genproto that referenced this pull request Jan 4, 2023
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#7208

Changes:

docs(notebooks): Minor formatting fixes to reference documentation
  PiperOrigin-RevId: 499362676
  Source-Link: googleapis/googleapis@870a5ed

chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons
  PiperOrigin-RevId: 499356666
  Source-Link: googleapis/googleapis@c3845dd

feat(batch): support secret and encrypted environment variables in v1
  PiperOrigin-RevId: 499338464
  Source-Link: googleapis/googleapis@af050dc

chore(ruby): Configure client for google-cloud-bigquery-data_policies-v1
  PiperOrigin-RevId: 499326312
  Source-Link: googleapis/googleapis@882eada

feat(bigquery/datatransfer): Add location methods
  PiperOrigin-RevId: 499272288
  Source-Link: googleapis/googleapis@62c5867

chore: regenerate API index

  Source-Link: googleapis/googleapis@025f73e

feat(artifactregistry): Add location methods
  PiperOrigin-RevId: 499263614
  Source-Link: googleapis/googleapis@ba2db0d

chore: regenerate API index

  Source-Link: googleapis/googleapis@1a54b1f

feat: add a DataLineage API
  PiperOrigin-RevId: 498346995
  Source-Link: googleapis/googleapis@7977517

refactor: Copy SourcePosition message from v1alpha/syntax.proto to conformance_service.proto
  PiperOrigin-RevId: 498255774
  Source-Link: googleapis/googleapis@e6a9ae2

feat(container): add etags for cluster and node pool update operations
  Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other.

  PiperOrigin-RevId: 498249600
  Source-Link: googleapis/googleapis@9a294bf
@codyoss codyoss added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 4, 2023
@codyoss
Copy link
Member

codyoss commented Jan 4, 2023

@noahdietz FYI this has all of the rest clients in it. I will manually rework the changes description later today so we have conventional commits for all of these.

@noahdietz
Copy link
Contributor

@codyoss any idea what the kokoro errors are about? I can't quite tell. Also, there will be breaking changes in the three beta apis mentioned in #7157

@codyoss
Copy link
Member

codyoss commented Jan 4, 2023

@noahdietz Just go mod tidy errors. I think they will fix themselves the next time the automation runs and actually opens this PR. If not I will manually intervene as this PR will likely need a little massaging anyways due to the rest changes being bundled in here

@codyoss codyoss marked this pull request as ready for review January 4, 2023 19:21
@codyoss codyoss requested review from a team and telpirion as code owners January 4, 2023 19:21
@codyoss codyoss requested review from a team and mhaligowski January 4, 2023 19:21
@snippet-bot
Copy link

snippet-bot bot commented Jan 4, 2023

Here is the summary of possible violations 😱

There are 20 possible violations for not having product prefix.

The end of the violation section. All the stuff below is FYI purposes only.


Here is the summary of changes.

You are about to add 56 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@codyoss codyoss removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 4, 2023
@codyoss codyoss merged commit 633fead into main Jan 4, 2023
@codyoss codyoss deleted the regen_gocloud branch January 4, 2023 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants