diff --git a/.changelog/9846.txt b/.changelog/9846.txt new file mode 100644 index 0000000000..e4e22fc1e4 --- /dev/null +++ b/.changelog/9846.txt @@ -0,0 +1,2 @@ +```release-note:none +``` diff --git a/google-beta/transport/config.go b/google-beta/transport/config.go index a5f28b8e4c..eeb4d2fd67 100644 --- a/google-beta/transport/config.go +++ b/google-beta/transport/config.go @@ -530,7 +530,7 @@ var DefaultBasePaths = map[string]string{ FirebaseStorageBasePathKey: "https://firebasestorage.googleapis.com/v1beta/", FirestoreBasePathKey: "https://firestore.googleapis.com/v1/", GKEBackupBasePathKey: "https://gkebackup.googleapis.com/v1/", - GKEHubBasePathKey: "https://gkehub.googleapis.com/v1beta/", + GKEHubBasePathKey: "https://gkehub.googleapis.com/v1beta1/", GKEHub2BasePathKey: "https://gkehub.googleapis.com/v1beta/", GkeonpremBasePathKey: "https://gkeonprem.googleapis.com/v1/", HealthcareBasePathKey: "https://healthcare.googleapis.com/v1beta1/",