func google.golang.org/api/transport/grpc.isDirectPathEnabled

3 uses

	google.golang.org/api/transport/grpc (current package)
		dial.go#L137: 		if isDirectPathEnabled(o.Endpoint) && isTokenSourceDirectPathCompatible(creds.TokenSource) {
		dial.go#L183: 	if timeoutDialerOption != nil && isDirectPathEnabled(o.Endpoint) {
		dial.go#L267: func isDirectPathEnabled(endpoint string) bool {