Skip to content

Commit 3c4b2b3

Browse files
authored
chore: bulk rewrite signatures for GA clients (#6951)
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
1 parent d82ef41 commit 3c4b2b3

File tree

2,248 files changed

+13697
-13503
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,248 files changed

+13697
-13503
lines changed

accessapproval/aliasshim/aliasshim.go

+24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accessapproval/apiv1/access_approval_client.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accessapproval/apiv1/access_approval_client_example_test.go

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accessapproval/apiv1/accessapprovalpb/accessapproval.pb.go

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accessapproval/apiv1/doc.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

accessapproval/go.mod

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ module cloud.google.com/go/accessapproval
33
go 1.19
44

55
require (
6-
github.com/golang/protobuf v1.5.2
76
github.com/googleapis/gax-go/v2 v2.6.0
87
google.golang.org/api v0.99.0
9-
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e
8+
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
109
google.golang.org/grpc v1.50.1
1110
google.golang.org/protobuf v1.28.1
1211
)
1312

1413
require (
1514
cloud.google.com/go/compute v1.10.0 // indirect
1615
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
16+
github.com/golang/protobuf v1.5.2 // indirect
1717
github.com/google/go-cmp v0.5.9 // indirect
1818
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
1919
go.opencensus.io v0.23.0 // indirect
20-
golang.org/x/net v0.0.0-20221012135044-0b7e1fb9d458 // indirect
20+
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
2121
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
2222
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
23-
golang.org/x/text v0.3.7 // indirect
23+
golang.org/x/text v0.3.8 // indirect
2424
google.golang.org/appengine v1.6.7 // indirect
2525
)

0 commit comments

Comments
 (0)