Skip to content

Commit

Permalink
chore: rewrite beta clients (#6711)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
codyoss committed Sep 21, 2022
1 parent fee0f68 commit 9f303f9
Show file tree
Hide file tree
Showing 1,164 changed files with 14,865 additions and 11,909 deletions.
12 changes: 6 additions & 6 deletions accessapproval/go.mod
Expand Up @@ -3,10 +3,10 @@ module cloud.google.com/go/accessapproval
go 1.17

require (
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.95.0
google.golang.org/genproto v0.0.0-20220829175752-36a9c930ecbf
google.golang.org/grpc v1.48.0
github.com/googleapis/gax-go/v2 v2.5.1
google.golang.org/api v0.96.0
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
)

Expand All @@ -17,9 +17,9 @@ require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
98 changes: 91 additions & 7 deletions accessapproval/go.sum

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions accesscontextmanager/go.mod
Expand Up @@ -3,11 +3,11 @@ module cloud.google.com/go/accesscontextmanager
go 1.17

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

Expand All @@ -18,9 +18,9 @@ require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
)
97 changes: 90 additions & 7 deletions accesscontextmanager/go.sum

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions aiplatform/go.mod
Expand Up @@ -3,11 +3,11 @@ module cloud.google.com/go/aiplatform
go 1.17

require (
cloud.google.com/go v0.102.1
github.com/googleapis/gax-go/v2 v2.4.0
cloud.google.com/go v0.104.0
github.com/googleapis/gax-go/v2 v2.5.1
google.golang.org/api v0.96.0
google.golang.org/genproto v0.0.0-20220916172020-2692e8806bfa
google.golang.org/grpc v1.48.0
google.golang.org/genproto v0.0.0-20220920201722-2b89144ce006
google.golang.org/grpc v1.49.0
google.golang.org/protobuf v1.28.1
)

Expand Down
83 changes: 79 additions & 4 deletions aiplatform/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion analytics/admin/apiv1alpha/analytics_admin_client.go

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

0 comments on commit 9f303f9

Please sign in to comment.