google.golang.org/api/internal.DialSettings.Endpoint (field)
17 uses
google.golang.org/api/internal (current package)
creds.go#L37: return credentialsFromJSON(ctx, ds.CredentialsJSON, ds.Endpoint, ds.Scopes, ds.Audiences)
creds.go#L44: return credentialsFromJSON(ctx, data, ds.Endpoint, ds.Scopes, ds.Audiences)
creds.go#L54: return credentialsFromJSON(ctx, cred.JSON, ds.Endpoint, ds.Scopes, ds.Audiences)
settings.go#L22: Endpoint string
google.golang.org/api/option
option.go#L79: o.Endpoint = string(w)
google.golang.org/api/transport/grpc
dial.go#L137: if isDirectPathEnabled(o.Endpoint) && isTokenSourceDirectPathCompatible(creds.TokenSource) {
dial.go#L138: if !strings.HasPrefix(o.Endpoint, "dns:///") {
dial.go#L139: o.Endpoint = "dns:///" + o.Endpoint
dial.go#L183: if timeoutDialerOption != nil && isDirectPathEnabled(o.Endpoint) {
dial.go#L187: return grpc.DialContext(ctx, o.Endpoint, grpcOpts...)
dial.go#L301: o.Endpoint = generateDefaultMtlsEndpoint(o.Endpoint)
google.golang.org/api/transport/http
dial.go#L269: if settings.Endpoint == "" {
dial.go#L276: if strings.Contains(settings.Endpoint, "://") {
dial.go#L278: return settings.Endpoint, nil
dial.go#L285: return mergeEndpoints(settings.DefaultEndpoint, settings.Endpoint)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |