-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bulk add version files #5517
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add version files for clients with only autogenerated surfaces. Still need to hook this into generated code. That will come later. Changes: feat(accessapproval): add file for tracking version feat(accesscontextmanager): add file for tracking version feat(aiplatform): add file for tracking version feat(analytics): add file for tracking version feat(apigateway): add file for tracking version feat(apigeeconnect): add file for tracking version feat(appengine): add file for tracking version feat(area120): add file for tracking version feat(artifactregistry): add file for tracking version feat(asset): add file for tracking version feat(assuredworkloads): add file for tracking version feat(automl): add file for tracking version feat(bigtable): add file for tracking version feat(billing): add file for tracking version feat(binaryauthorization): add file for tracking version feat(channel): add file for tracking version feat(cloudbuild): add file for tracking version feat(clouddms): add file for tracking version feat(cloudtasks): add file for tracking version feat(compute): add file for tracking version feat(contactcenterinsights): add file for tracking version feat(container): add file for tracking version feat(containeranalysis): add file for tracking version feat(datacatalog): add file for tracking version feat(dataflow): add file for tracking version feat(datafusion): add file for tracking version feat(datalabeling): add file for tracking version feat(dataplex): add file for tracking version feat(dataproc): add file for tracking version feat(dataqna): add file for tracking version feat(datastream): add file for tracking version feat(deploy): add file for tracking version feat(dialogflow): add file for tracking version feat(dlp): add file for tracking version feat(documentai): add file for tracking version feat(domains): add file for tracking version feat(essentialcontacts): add file for tracking version feat(eventarc): add file for tracking version feat(filestore): add file for tracking version feat(firestore): add file for tracking version feat(functions): add file for tracking version feat(gaming): add file for tracking version feat(gkeconnect): add file for tracking version feat(gkehub): add file for tracking version feat(grafeas): add file for tracking version feat(gsuiteaddons): add file for tracking version feat(iam): add file for tracking version feat(iap): add file for tracking version feat(ids): add file for tracking version feat(iot): add file for tracking version feat(kms): add file for tracking version feat(language): add file for tracking version feat(lifesciences): add file for tracking version feat(managedidentities): add file for tracking version feat(mediatranslation): add file for tracking version feat(memcache): add file for tracking version feat(metastore): add file for tracking version feat(monitoring): add file for tracking version feat(networkconnectivity): add file for tracking version feat(networkmanagement): add file for tracking version feat(networksecurity): add file for tracking version feat(notebooks): add file for tracking version feat(orchestration): add file for tracking version feat(orgpolicy): add file for tracking version feat(osconfig): add file for tracking version feat(oslogin): add file for tracking version feat(phishingprotection): add file for tracking version feat(policytroubleshooter): add file for tracking version feat(privatecatalog): add file for tracking version feat(pubsublite): add file for tracking version feat(recaptchaenterprise): add file for tracking version feat(recommendationengine): add file for tracking version feat(recommender): add file for tracking version feat(redis): add file for tracking version feat(resourcemanager): add file for tracking version feat(resourcesettings): add file for tracking version feat(retail): add file for tracking version feat(scheduler): add file for tracking version feat(secretmanager): add file for tracking version feat(security): add file for tracking version feat(securitycenter): add file for tracking version feat(servicecontrol): add file for tracking version feat(servicedirectory): add file for tracking version feat(servicemanagement): add file for tracking version feat(serviceusage): add file for tracking version feat(shell): add file for tracking version feat(spanner): add file for tracking version feat(speech): add file for tracking version feat(storagetransfer): add file for tracking version feat(talent): add file for tracking version feat(texttospeech): add file for tracking version feat(tpu): add file for tracking version feat(trace): add file for tracking version feat(video): add file for tracking version feat(videointelligence): add file for tracking version feat(vision): add file for tracking version feat(vmmigration): add file for tracking version feat(vpcaccess): add file for tracking version feat(webrisk): add file for tracking version feat(websecurityscanner): add file for tracking version feat(workflows): add file for tracking version
noahdietz
approved these changes
Feb 11, 2022
codyoss
added a commit
to codyoss/gapic-generator-go
that referenced
this pull request
Feb 11, 2022
As of googleapis/google-cloud-go#5517 we now have a version file in the internal package for every module. This change reads variable and uses it for the client version. This means all autogenerated clients will now get a meaningful realease version in thier call metadata.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add version files for clients with only autogenerated surfaces.
Still need to hook this into generated code. That will come later.
These changes were generated with a script that used
go list somemod@latest
to detect current module version.Updates: #2749
Changes:
feat(accessapproval): add file for tracking version
feat(accesscontextmanager): add file for tracking version
feat(aiplatform): add file for tracking version
feat(analytics): add file for tracking version
feat(apigateway): add file for tracking version
feat(apigeeconnect): add file for tracking version
feat(appengine): add file for tracking version
feat(area120): add file for tracking version
feat(artifactregistry): add file for tracking version
feat(asset): add file for tracking version
feat(assuredworkloads): add file for tracking version
feat(automl): add file for tracking version
feat(bigtable): add file for tracking version
feat(billing): add file for tracking version
feat(binaryauthorization): add file for tracking version
feat(channel): add file for tracking version
feat(cloudbuild): add file for tracking version
feat(clouddms): add file for tracking version
feat(cloudtasks): add file for tracking version
feat(compute): add file for tracking version
feat(contactcenterinsights): add file for tracking version
feat(container): add file for tracking version
feat(containeranalysis): add file for tracking version
feat(datacatalog): add file for tracking version
feat(dataflow): add file for tracking version
feat(datafusion): add file for tracking version
feat(datalabeling): add file for tracking version
feat(dataplex): add file for tracking version
feat(dataproc): add file for tracking version
feat(dataqna): add file for tracking version
feat(datastream): add file for tracking version
feat(deploy): add file for tracking version
feat(dialogflow): add file for tracking version
feat(dlp): add file for tracking version
feat(documentai): add file for tracking version
feat(domains): add file for tracking version
feat(essentialcontacts): add file for tracking version
feat(eventarc): add file for tracking version
feat(filestore): add file for tracking version
feat(firestore): add file for tracking version
feat(functions): add file for tracking version
feat(gaming): add file for tracking version
feat(gkeconnect): add file for tracking version
feat(gkehub): add file for tracking version
feat(grafeas): add file for tracking version
feat(gsuiteaddons): add file for tracking version
feat(iam): add file for tracking version
feat(iap): add file for tracking version
feat(ids): add file for tracking version
feat(iot): add file for tracking version
feat(kms): add file for tracking version
feat(language): add file for tracking version
feat(lifesciences): add file for tracking version
feat(managedidentities): add file for tracking version
feat(mediatranslation): add file for tracking version
feat(memcache): add file for tracking version
feat(metastore): add file for tracking version
feat(monitoring): add file for tracking version
feat(networkconnectivity): add file for tracking version
feat(networkmanagement): add file for tracking version
feat(networksecurity): add file for tracking version
feat(notebooks): add file for tracking version
feat(orchestration): add file for tracking version
feat(orgpolicy): add file for tracking version
feat(osconfig): add file for tracking version
feat(oslogin): add file for tracking version
feat(phishingprotection): add file for tracking version
feat(policytroubleshooter): add file for tracking version
feat(privatecatalog): add file for tracking version
feat(pubsublite): add file for tracking version
feat(recaptchaenterprise): add file for tracking version
feat(recommendationengine): add file for tracking version
feat(recommender): add file for tracking version
feat(redis): add file for tracking version
feat(resourcemanager): add file for tracking version
feat(resourcesettings): add file for tracking version
feat(retail): add file for tracking version
feat(scheduler): add file for tracking version
feat(secretmanager): add file for tracking version
feat(security): add file for tracking version
feat(securitycenter): add file for tracking version
feat(servicecontrol): add file for tracking version
feat(servicedirectory): add file for tracking version
feat(servicemanagement): add file for tracking version
feat(serviceusage): add file for tracking version
feat(shell): add file for tracking version
feat(spanner): add file for tracking version
feat(speech): add file for tracking version
feat(storagetransfer): add file for tracking version
feat(talent): add file for tracking version
feat(texttospeech): add file for tracking version
feat(tpu): add file for tracking version
feat(trace): add file for tracking version
feat(video): add file for tracking version
feat(videointelligence): add file for tracking version
feat(vision): add file for tracking version
feat(vmmigration): add file for tracking version
feat(vpcaccess): add file for tracking version
feat(webrisk): add file for tracking version
feat(websecurityscanner): add file for tracking version
feat(workflows): add file for tracking version