Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pubsub/v1.45.0
Choose a base ref
...
head repository: googleapis/google-cloud-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pubsub/v1.45.1
Choose a head ref
  • 15 commits
  • 619 files changed
  • 7 contributors

Commits on Oct 22, 2024

  1. feat(texttospeech): add brand voice lite, which lets you clone a voic…

    …e with just 10 seconds of audio (#11014)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 688491221
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/60688dc3302894cb893531383d6a26d9416a1364
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4072c999b36baa21ccb29c5f5d5608962840b31a
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDA3MmM5OTliMzZiYWEyMWNjYjI5YzVmNWQ1NjA4OTYyODQwYjMxYSJ9
    BEGIN_NESTED_COMMIT
    feat(aiplatform): add `text` field for Grounding metadata support chunk output
    PiperOrigin-RevId: 688271012
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/09f411dc4d24214e67e74a8b52577db1c6609b46
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c0e3a9274a5d5bf62faf7b448815e6a2e5906352
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzBlM2E5Mjc0YTVkNWJmNjJmYWY3YjQ0ODgxNWU2YTJlNTkwNjM1MiJ9
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat(documentai): Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods
    feat(documentai): Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method
    feat(documentai): Added an url for issue reporting and api short name
    
    PiperOrigin-RevId: 688214664
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/76ca663d1df1cdd8e48f45af6e84212c551533ed
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6ad97277430744dd9c73e7ff397dce00547d8e0c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkOTcyNzc0MzA3NDRkZDljNzNlN2ZmMzk3ZGNlMDA1NDdkOGUwYyJ9
    END_NESTED_COMMIT
    gcf-owl-bot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6e69d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d7ee9f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    e78389d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15eacb9 View commit details
    Browse the repository at this point in the history
  3. feat(alloydb): add new PSC instance configuration setting and output …

    …the PSC DNS name (#11015)
    
    - [ ] Regenerate this pull request now.
    
    feat(alloydb): add new API to execute SQL statements
    feat(alloydb): add support for Free Trials
    feat(alloydb): add support to schedule maintenance
    feat(alloydb): additional field to set tags on a backup or cluster
    feat(alloydb): add more observability options on the Instance level
    feat(alloydb): add new API to perform a promotion or switchover on secondary instances
    feat(alloydb): support for obtaining the public ip addresses of an instance and enabling either inbound or outbound public ip
    feat(alloydb): add new API to list the databases in a project and location
    feat(alloydb): add optional field to keep extra roles on a user if it already exists
    docs(alloydb): various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database
    
    PiperOrigin-RevId: 688544999
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/113ddfebbe8d4e0639eb19fe91817a13edfc0c5c
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/14fa50edd57629ab318bb7b98a7286b46749e8df
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTRmYTUwZWRkNTc2MjlhYjMxOGJiN2I5OGE3Mjg2YjQ2NzQ5ZThkZiJ9
    gcf-owl-bot[bot] authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6071167 View commit details
    Browse the repository at this point in the history
  4. fix: Fix default service account tests on GCE. (#11021)

    Tests running on GCE VMs automatically fall back to using the local
    metadata service to detect the local default service account. In those
    cases, tests for malformed creds won't work, but they should return a
    VM-specific default service account email.
    cjc25 authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ff06fc2 View commit details
    Browse the repository at this point in the history
  5. fix(storage): Skip only specific transport tests. (#11016)

    Some client tests only work with certain transports, so we try to skip
    them. However by calling `t.Skip()` before the per-transport `t.Run()`,
    we skipped every remaining sub-test once we hit that condition.
    
    This changes the code to skip only the relevant transport, by skipping
    the testing.T for the sub-test.
    
    Co-authored-by: Chris Cotter <cjcotter@google.com>
    cjc25 and tritone authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d40fbff View commit details
    Browse the repository at this point in the history
  6. chore: update google.golang.org/api to v0.203.0 (#11022)

    BEGIN_NESTED_COMMIT
    fix(accessapproval): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(accesscontextmanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(advisorynotifications): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ai): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(aiplatform): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(alloydb): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(analytics): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigateway): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeconnect): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeregistry): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apihub): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apikeys): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(appengine): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apphub): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apps): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(area120): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(artifactregistry): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(asset): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(assuredworkloads): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(automl): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(backupdr): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(baremetalsolution): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(batch): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(beyondcorp): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigquery): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigtable): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(billing): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(binaryauthorization): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(certificatemanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(channel): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(chat): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudbuild): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudcontrolspartner): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(clouddms): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudprofiler): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudquotas): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudtasks): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(commerce): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(compute): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(confidentialcomputing): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(config): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(contactcenterinsights): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(container): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(containeranalysis): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datacatalog): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataflow): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataform): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datafusion): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datalabeling): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataplex): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataproc): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataqna): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastore): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastream): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(deploy): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(developerconnect): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dialogflow): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(discoveryengine): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dlp): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(documentai): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(domains): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgecontainer): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgenetwork): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(errorreporting): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(essentialcontacts): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(eventarc): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(filestore): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(firestore): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(functions): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkebackup): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkeconnect): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkehub): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkemulticloud): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(grafeas): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gsuiteaddons): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iam): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iap): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(identitytoolkit): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ids): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iot): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(kms): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(language): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(lifesciences): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(logging): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(longrunning): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedidentities): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedkafka): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(maps): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(mediatranslation): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(memcache): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(metastore): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(migrationcenter): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(monitoring): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(netapp): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkconnectivity): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkmanagement): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networksecurity): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkservices): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(notebooks): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(optimization): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oracledatabase): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orchestration): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orgpolicy): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(osconfig): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oslogin): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(parallelstore): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(phishingprotection): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policysimulator): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policytroubleshooter): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privatecatalog): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privilegedaccessmanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(profiler): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsub): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsublite): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(rapidmigrationassessment): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recaptchaenterprise): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommendationengine): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommender): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(redis): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcemanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcesettings): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(retail): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(run): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(scheduler): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(secretmanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securesourcemanager): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(security): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycenter): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycentermanagement): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securityposture): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicecontrol): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicedirectory): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicehealth): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicemanagement): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(serviceusage): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shell): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shopping): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner/test/opentelemetry/test): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(speech): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storage): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storageinsights): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storagetransfer): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(streetview): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(support): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(talent): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(telcoautomation): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(texttospeech): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(tpu): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(trace): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(translate): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vertexai): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(video): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(videointelligence): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vision): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(visionai): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmmigration): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmwareengine): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vpcaccess): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(webrisk): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(websecurityscanner): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workflows): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workstations): update google.golang.org/api to v0.203.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(accessapproval): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(accesscontextmanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(advisorynotifications): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ai): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(aiplatform): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(alloydb): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(analytics): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigateway): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeconnect): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apigeeregistry): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apihub): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apikeys): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(appengine): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apphub): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(apps): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(area120): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(artifactregistry): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(asset): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(assuredworkloads): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(automl): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(backupdr): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(baremetalsolution): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(batch): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(beyondcorp): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigquery): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(bigtable): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(billing): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(binaryauthorization): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(certificatemanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(channel): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(chat): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudbuild): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudcontrolspartner): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(clouddms): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudprofiler): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudquotas): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(cloudtasks): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(commerce): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(compute): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(confidentialcomputing): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(config): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(contactcenterinsights): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(container): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(containeranalysis): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datacatalog): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataflow): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataform): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datafusion): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datalabeling): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataplex): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataproc): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dataqna): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastore): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(datastream): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(deploy): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(developerconnect): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dialogflow): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(discoveryengine): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(dlp): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(documentai): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(domains): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgecontainer): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(edgenetwork): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(errorreporting): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(essentialcontacts): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(eventarc): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(filestore): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(firestore): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(functions): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkebackup): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkeconnect): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkehub): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gkemulticloud): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(grafeas): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(gsuiteaddons): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iam): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iap): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(identitytoolkit): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(ids): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(iot): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(kms): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(language): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(lifesciences): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(logging): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(longrunning): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedidentities): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(managedkafka): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(maps): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(mediatranslation): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(memcache): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(metastore): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(migrationcenter): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(monitoring): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(netapp): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkconnectivity): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkmanagement): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networksecurity): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(networkservices): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(notebooks): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(optimization): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oracledatabase): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orchestration): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(orgpolicy): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(osconfig): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(oslogin): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(parallelstore): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(phishingprotection): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policysimulator): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(policytroubleshooter): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privatecatalog): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(privilegedaccessmanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(profiler): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsub): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(pubsublite): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(rapidmigrationassessment): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recaptchaenterprise): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommendationengine): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(recommender): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(redis): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This chan…
    quartzmo authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8bb87d5 View commit details
    Browse the repository at this point in the history
  7. chore: add Protobuf warning to release notes (#11025)

    BEGIN_NESTED_COMMIT
    fix(redis): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcemanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(resourcesettings): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(retail): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(run): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(scheduler): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(secretmanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securesourcemanager): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(security): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycenter): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securitycentermanagement): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(securityposture): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicecontrol): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicedirectory): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicehealth): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(servicemanagement): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(serviceusage): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shell): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(shopping): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(spanner/test/opentelemetry/test): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(speech): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storage): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storageinsights): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(storagetransfer): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(streetview): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(support): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(talent): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(telcoautomation): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(texttospeech): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(tpu): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(trace): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(translate): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vertexai): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(video): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(videointelligence): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vision): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(visionai): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmmigration): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vmwareengine): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(vpcaccess): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(webrisk): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(websecurityscanner): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workflows): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(workstations): WARNING: On approximately Dec 1, 2024, an update to Protobuf will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go files. This change is expected to affect very few if any users of this client library. For more information, see https://togithub.com/googleapis/google-cloud-go/issues/11020.
    END_NESTED_COMMIT
    quartzmo authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2b8ca4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47bb902 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. docs: add missing option link (#11031)

    Internal Bug: 372880242
    codyoss authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5f3d8d7 View commit details
    Browse the repository at this point in the history
  2. docs: clean up info on gRPC error parsing (#11030)

    Show users how to get the gRPC status from our error type. We should push users to handle error constantly where possible. 
    
    Internal Bug: 372880394
    codyoss authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fe32fff View commit details
    Browse the repository at this point in the history
  3. feat(aiplatform): add new PscInterfaceConfig field to custom_job.proto (

    #11024)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 689439500
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/9e7a2e530599ebb1d0ed0ffb298b716585a366fe
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/069e663b58bb092e6447d2073373bc56517abc4c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDY5ZTY2M2I1OGJiMDkyZTY0NDdkMjA3MzM3M2JjNTY1MTdhYmM0YyJ9
    BEGIN_NESTED_COMMIT
    feat(spanner/admin/instance): Add support for Cloud Spanner Default Backup Schedules
    PiperOrigin-RevId: 688946300
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/b11e6b0741fc333f7d558447f2efda76db44243d
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f93f56b21ff01e499977c4dd54689cce1b7cf530
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjkzZjU2YjIxZmYwMWU0OTk5NzdjNGRkNTQ2ODljY2UxYjdjZjUzMCJ9
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat(shopping/css): A new field `headline_offer_installment` is added to message `.google.shopping.css.v1.Attributes`
    feat(shopping/css): A new field `headline_offer_subscription_cost` is added to message `.google.shopping.css.v1.Attributes`
    feat(shopping/css): A new message `HeadlineOfferSubscriptionCost` is added
    feat(shopping/css): A new message `HeadlineOfferInstallment` is added
    feat(shopping/css): A new enum `SubscriptionPeriod` is added
    
    PiperOrigin-RevId: 688649184
    
    Source-Link: https://togithub.com/googleapis/googleapis/commit/c8a726182c087afc514aa51a980b937d07f86540
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3dcef19e307b679a3f6c881d79f064e885fd52fd
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2RjZWYxOWUzMDdiNjc5YTNmNmM4ODFkNzlmMDY0ZTg4NWZkNTJmZCJ9
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    fix(compute): reduce size of Go compute package (#946)
    Remove the gRPC binding for generated compute protos as they
    are not valid. This reduces the LoC in this package by ~13%.
    Source-Link: https://togithub.com/googleapis/googleapis/commit/80bfb115ac768be8fc3982123ab9fe11c3c5439e
    
    Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/109611973aee7f401dc7d7115e0d60b54d7dbcd1
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTA5NjExOTczYWVlN2Y0MDFkYzdkNzExNWUwZDYwYjU0ZDdkYmNkMSJ9
    END_NESTED_COMMIT
    gcf-owl-bot[bot] authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    706ecb2 View commit details
    Browse the repository at this point in the history
  4. docs(pubsub): add doc links to top level package doc (#11029)

    * docs(pubsub): add doc links to top level package doc
    
    * revert changes to go.work.sum
    hongalex authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fe2ec56 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. chore(main): release pubsub 1.45.1 (#11027)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7e7c03e View commit details
    Browse the repository at this point in the history
Loading