Skip to content

Commit

Permalink
feat: use new auth for storage and bigquery (#1549)
Browse files Browse the repository at this point in the history
All GAPICs not in the denylist have been using the new library
for over a month now.

Related: googleapis/google-api-go-client#2695
  • Loading branch information
codyoss authored Jul 24, 2024
1 parent a9b3fc1 commit 9a45fd0
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions internal/gengapic/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,20 @@ import (
)

var enableNewAuthLibraryBlocklist = map[string]bool{
"generativelanguage.googleapis.com": true,
"aiplatform.googleapis.com": true,
"analyticshub.googleapis.com": true,
"biglake.googleapis.com": true,
"bigqueryconnection.googleapis.com": true,
"bigquerydatapolicy.googleapis.com": true,
"bigquerydatatransfer.googleapis.com": true,
"bigquerymigration.googleapis.com": true,
"bigqueryreservation.googleapis.com": true,
"bigquerystorage.googleapis.com": true,
"bigtableadmin.googleapis.com": true,
"bigtable.googleapis.com": true,
"datastore.googleapis.com": true,
"clouderrorreporting.googleapis.com": true,
"firestore.googleapis.com": true,
"logging.googleapis.com": true,
"cloudprofiler.googleapis.com": true,
"pubsub.googleapis.com": true,
"pubsublite.googleapis.com": true,
"spanner.googleapis.com": true,
"storage.googleapis.com": true,
"generativelanguage.googleapis.com": true,
"aiplatform.googleapis.com": true,
"analyticshub.googleapis.com": true,
"biglake.googleapis.com": true,
"bigtableadmin.googleapis.com": true,
"bigtable.googleapis.com": true,
"datastore.googleapis.com": true,
"clouderrorreporting.googleapis.com": true,
"firestore.googleapis.com": true,
"logging.googleapis.com": true,
"cloudprofiler.googleapis.com": true,
"pubsub.googleapis.com": true,
"pubsublite.googleapis.com": true,
"spanner.googleapis.com": true,
}

type generator struct {
Expand Down

0 comments on commit 9a45fd0

Please sign in to comment.