Skip to content

Commit 9f303f9

Browse files
authored
chore: rewrite beta clients (#6711)
This change rewrites signature for all beta clients to be in terms of the new type definitions. This is safe because all the modules are updated to the latest genproto version which has corresponding type aliases. Also removed a secretmanager beta client that was not mapping to the correct protos. Changes: feat(binaryauthorization): rewrite signatures in terms of new types for betas feat(oslogin): rewrite signatures in terms of new types for betas feat(retail): rewrite signatures in terms of new types for betas feat(dataform): rewrite signatures in terms of new types for betas feat(datalabeling): rewrite signatures in terms of new types for betas feat(documentai): rewrite signatures in terms of new types for betas feat(memcache): rewrite signatures in terms of new types for betas feat(metastore): rewrite signatures in terms of new types for betas feat(notebooks): rewrite signatures in terms of new types for betas feat(phishingprotection): rewrite signatures in terms of new types for betas feat(recommendationengine): rewrite signatures in terms of new types for betas feat(securitycenter): rewrite signatures in terms of new types for betas feat(servicedirectory): rewrite signatures in terms of new types for betas feat(webrisk): rewrite signatures in terms of new types for betas feat(dataqna): rewrite signatures in terms of new types for betas feat(functions): rewrite signatures in terms of new types for betas feat(lifesciences): rewrite signatures in terms of new types for betas feat(mediatranslation): rewrite signatures in terms of new types for betas feat(osconfig): rewrite signatures in terms of new types for betas feat(security): rewrite signatures in terms of new types for betas feat(vision): rewrite signatures in terms of new types for betas feat(artifactregistry): rewrite signatures in terms of new types for betas feat(automl): rewrite signatures in terms of new types for betas feat(gkeconnect): rewrite signatures in terms of new types for betas feat(networkconnectivity): rewrite signatures in terms of new types for betas feat(redis): rewrite signatures in terms of new types for betas feat(talent): rewrite signatures in terms of new types for betas feat(videointelligence): rewrite signatures in terms of new types for betas feat(assuredworkloads): rewrite signatures in terms of new types for betas feat(billing): rewrite signatures in terms of new types for betas feat(dialogflow): rewrite signatures in terms of new types for betas feat(recaptchaenterprise): rewrite signatures in terms of new types for betas feat(recommender): rewrite signatures in terms of new types for betas feat(scheduler): rewrite signatures in terms of new types for betas feat(cloudtasks): rewrite signatures in terms of new types for betas feat(workflows): rewrite signatures in terms of new types for betas feat(analytics): rewrite signatures in terms of new types for betas feat(area120): rewrite signatures in terms of new types for betas feat(datacatalog): rewrite signatures in terms of new types for betas feat(datastream): rewrite signatures in terms of new types for betas feat(domains): rewrite signatures in terms of new types for betas feat(gaming): rewrite signatures in terms of new types for betas feat(gkehub): rewrite signatures in terms of new types for betas feat(networksecurity): rewrite signatures in terms of new types for betas feat(speech): rewrite signatures in terms of new types for betas feat(dataflow): rewrite signatures in terms of new types for betas feat(language): rewrite signatures in terms of new types for betas feat(privatecatalog): rewrite signatures in terms of new types for betas feat(secretmanager): remove beta client that no longer has source protos
1 parent fee0f68 commit 9f303f9

1,164 files changed

Lines changed: 14865 additions & 11909 deletions

File tree

Some content is hidden

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

accessapproval/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module cloud.google.com/go/accessapproval
33
go 1.17
44

55
require (
6-
github.com/googleapis/gax-go/v2 v2.4.0
7-
google.golang.org/api v0.95.0
8-
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
9-
google.golang.org/grpc v1.48.0
6+
github.com/googleapis/gax-go/v2 v2.5.1
7+
google.golang.org/api v0.96.0
8+
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
9+
google.golang.org/grpc v1.49.0
1010
google.golang.org/protobuf v1.28.1
1111
)
1212

@@ -17,9 +17,9 @@ require (
1717
github.com/google/go-cmp v0.5.8 // indirect
1818
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
1919
go.opencensus.io v0.23.0 // indirect
20-
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
20+
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
2121
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
22-
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
22+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
2323
golang.org/x/text v0.3.7 // indirect
2424
google.golang.org/appengine v1.6.7 // indirect
2525
)

accessapproval/go.sum

Lines changed: 91 additions & 7 deletions
Large diffs are not rendered by default.

accesscontextmanager/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module cloud.google.com/go/accesscontextmanager
33
go 1.17
44

55
require (
6-
cloud.google.com/go v0.102.1
7-
github.com/googleapis/gax-go/v2 v2.4.0
8-
google.golang.org/api v0.95.0
9-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f
10-
google.golang.org/grpc v1.48.0
6+
cloud.google.com/go v0.104.0
7+
github.com/googleapis/gax-go/v2 v2.5.1
8+
google.golang.org/api v0.96.0
9+
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
10+
google.golang.org/grpc v1.49.0
1111
google.golang.org/protobuf v1.28.1
1212
)
1313

@@ -18,9 +18,9 @@ require (
1818
github.com/google/go-cmp v0.5.8 // indirect
1919
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
2020
go.opencensus.io v0.23.0 // indirect
21-
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
21+
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
2222
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
23-
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
23+
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
2424
golang.org/x/text v0.3.7 // indirect
2525
google.golang.org/appengine v1.6.7 // indirect
2626
)

accesscontextmanager/go.sum

Lines changed: 90 additions & 7 deletions
Large diffs are not rendered by default.

aiplatform/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module cloud.google.com/go/aiplatform
33
go 1.17
44

55
require (
6-
cloud.google.com/go v0.102.1
7-
github.com/googleapis/gax-go/v2 v2.4.0
6+
cloud.google.com/go v0.104.0
7+
github.com/googleapis/gax-go/v2 v2.5.1
88
google.golang.org/api v0.96.0
9-
google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa
10-
google.golang.org/grpc v1.48.0
9+
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
10+
google.golang.org/grpc v1.49.0
1111
google.golang.org/protobuf v1.28.1
1212
)
1313

aiplatform/go.sum

Lines changed: 79 additions & 4 deletions
Large diffs are not rendered by default.

analytics/admin/apiv1alpha/analytics_admin_client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)