Skip to content

Commit

Permalink
chore: bulk rewrite signatures for GA clients (#6951)
Browse files Browse the repository at this point in the history
Changes:

feat(accessapproval): rewrite signatures in terms of new location

feat(accesscontextmanager): rewrite signatures in terms of new location

feat(apigateway): rewrite signatures in terms of new location

feat(apigeeconnect): rewrite signatures in terms of new location

feat(appengine): rewrite signatures in terms of new location

feat(artifactregistry): rewrite signatures in terms of new location

feat(asset): rewrite signatures in terms of new location

feat(assuredworkloads): rewrite signatures in terms of new location

feat(automl): rewrite signatures in terms of new location

feat(baremetalsolution): rewrite signatures in terms of new location

feat(batch): rewrite signatures in terms of new location

feat(beyondcorp): rewrite signatures in terms of new location

feat(billing): rewrite signatures in terms of new location

feat(binaryauthorization): rewrite signatures in terms of new location

feat(certificatemanager): rewrite signatures in terms of new location

feat(channel): rewrite signatures in terms of new location

feat(cloudbuild): rewrite signatures in terms of new location

feat(clouddms): rewrite signatures in terms of new location

feat(cloudtasks): rewrite signatures in terms of new location

feat(contactcenterinsights): rewrite signatures in terms of new location

feat(container): rewrite signatures in terms of new location

feat(datacatalog): rewrite signatures in terms of new location

feat(datafusion): rewrite signatures in terms of new location

feat(dataplex): rewrite signatures in terms of new location

feat(dataproc): rewrite signatures in terms of new location

feat(datastream): rewrite signatures in terms of new location

feat(debugger): rewrite signatures in terms of new location

feat(deploy): rewrite signatures in terms of new location

feat(dialogflow): rewrite signatures in terms of new location

feat(dlp): rewrite signatures in terms of new location

feat(documentai): rewrite signatures in terms of new location

feat(essentialcontacts): rewrite signatures in terms of new location

feat(eventarc): rewrite signatures in terms of new location

feat(filestore): rewrite signatures in terms of new location

feat(functions): rewrite signatures in terms of new location

feat(gaming): rewrite signatures in terms of new location

feat(gkebackup): rewrite signatures in terms of new location

feat(gkemulticloud): rewrite signatures in terms of new location

feat(gsuiteaddons): rewrite signatures in terms of new location

feat(iam): rewrite signatures in terms of new location

feat(iap): rewrite signatures in terms of new location

feat(ids): rewrite signatures in terms of new location

feat(iot): rewrite signatures in terms of new location

feat(kms): rewrite signatures in terms of new location

feat(language): rewrite signatures in terms of new location

feat(longrunning): rewrite signatures in terms of new location

feat(managedidentities): rewrite signatures in terms of new location

feat(memcache): rewrite signatures in terms of new location

feat(metastore): rewrite signatures in terms of new location

feat(monitoring): rewrite signatures in terms of new location

feat(networkconnectivity): rewrite signatures in terms of new location

feat(networkmanagement): rewrite signatures in terms of new location

feat(notebooks): rewrite signatures in terms of new location

feat(optimization): rewrite signatures in terms of new location

feat(orchestration): rewrite signatures in terms of new location

feat(orgpolicy): rewrite signatures in terms of new location

feat(osconfig): rewrite signatures in terms of new location

feat(oslogin): rewrite signatures in terms of new location

feat(policytroubleshooter): rewrite signatures in terms of new location

feat(recaptchaenterprise/v2): rewrite signatures in terms of new location

feat(recommender): rewrite signatures in terms of new location

feat(redis): rewrite signatures in terms of new location

feat(resourcemanager): rewrite signatures in terms of new location

feat(resourcesettings): rewrite signatures in terms of new location

feat(retail): rewrite signatures in terms of new location

feat(run): rewrite signatures in terms of new location

feat(scheduler): rewrite signatures in terms of new location

feat(secretmanager): rewrite signatures in terms of new location

feat(security): rewrite signatures in terms of new location

feat(securitycenter): rewrite signatures in terms of new location

feat(servicecontrol): rewrite signatures in terms of new location

feat(servicedirectory): rewrite signatures in terms of new location

feat(servicemanagement): rewrite signatures in terms of new location

feat(serviceusage): rewrite signatures in terms of new location

feat(shell): rewrite signatures in terms of new location

feat(speech): rewrite signatures in terms of new location

feat(storagetransfer): rewrite signatures in terms of new location

feat(talent): rewrite signatures in terms of new location

feat(texttospeech): rewrite signatures in terms of new location

feat(tpu): rewrite signatures in terms of new location

feat(trace): rewrite signatures in terms of new location

feat(translate): rewrite signatures in terms of new location

feat(video): rewrite signatures in terms of new location

feat(videointelligence): rewrite signatures in terms of new location

feat(vision/v2): rewrite signatures in terms of new location

feat(vmmigration): rewrite signatures in terms of new location

feat(vpcaccess): rewrite signatures in terms of new location

feat(webrisk): rewrite signatures in terms of new location

feat(websecurityscanner): rewrite signatures in terms of new location

feat(workflows): rewrite signatures in terms of new location
  • Loading branch information
codyoss committed Nov 3, 2022
1 parent d82ef41 commit 3c4b2b3
Show file tree
Hide file tree
Showing 2,248 changed files with 13,697 additions and 13,503 deletions.
24 changes: 24 additions & 0 deletions accessapproval/aliasshim/aliasshim.go

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

2 changes: 1 addition & 1 deletion accessapproval/apiv1/access_approval_client.go

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

20 changes: 10 additions & 10 deletions accessapproval/apiv1/access_approval_client_example_test.go

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

56 changes: 28 additions & 28 deletions accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go

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

2 changes: 1 addition & 1 deletion accessapproval/apiv1/doc.go

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

8 changes: 4 additions & 4 deletions accessapproval/go.mod
Expand Up @@ -3,23 +3,23 @@ module cloud.google.com/go/accessapproval
go 1.19

require (
github.com/golang/protobuf v1.5.2
github.com/googleapis/gax-go/v2 v2.6.0
google.golang.org/api v0.99.0
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
google.golang.org/grpc v1.50.1
google.golang.org/protobuf v1.28.1
)

require (
cloud.google.com/go/compute v1.10.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/appengine v1.6.7 // indirect
)

0 comments on commit 3c4b2b3

Please sign in to comment.