Skip to content

Commit 3b41408

Browse files
authored
chore: add internaloption.WithDefaultEndpointTemplate (#10003)
BEGIN_NESTED_COMMIT fix(batch):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(bigtable):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datacatalog):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datastream):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(debugger):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(errorreporting):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(run):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storage):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vmmigration):add internaloption.WithDefaultEndpointTemplate END_NESTED_COMMIT
1 parent ba31ed5 commit 3b41408

File tree

13 files changed

+25
-5
lines changed

13 files changed

+25
-5
lines changed

‎batch/apiv1/iam_policy_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bigtable/internal/option/option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func DefaultClientOptions(endpoint, mtlsEndpoint, scope, userAgent string) ([]op
115115
o = []option.ClientOption{option.WithGRPCConn(conn)}
116116
} else {
117117
o = []option.ClientOption{
118-
internaloption.WithDefaultEndpoint(endpoint),
118+
internaloption.WithDefaultEndpointTemplate(endpoint),
119119
internaloption.WithDefaultMTLSEndpoint(mtlsEndpoint),
120120
option.WithScopes(scope),
121121
option.WithUserAgent(userAgent),

‎datacatalog/apiv1/iam_policy_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎datastream/apiv1/iam_policy_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎debugger/apiv2/controller2_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎debugger/apiv2/debugger2_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎errorreporting/apiv1beta1/error_group_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎errorreporting/apiv1beta1/error_stats_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎errorreporting/apiv1beta1/report_errors_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎run/apiv2/locations_client.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)