Searched defs:DialSettings (Results 1 – 4 of 4) sorted by relevance
27 type DialSettings struct { struct28 Endpoint string29 Scopes []string30 TokenSource oauth2.TokenSource31 CredentialsFile string // if set, Token Source is ignored.32 UserAgent string33 APIKey string34 HTTPClient *http.Client35 GRPCDialOpts []grpc.DialOption36 GRPCConn *grpc.ClientConn
32 func NewPoolResolver(size int, o *DialSettings) *PoolResolver {
30 func Creds(ctx context.Context, ds *DialSettings) (*google.DefaultCredentials, error) {
28 Apply(*internal.DialSettings)45 func (w withCredFile) Apply(o *internal.DialSettings) {72 func (w withEndpoint) Apply(o *internal.DialSettings) {84 func (w withScopes) Apply(o *internal.DialSettings) {97 func (w withUA) Apply(o *internal.DialSettings) { o.UserAgent = string(w) }149 func (w withGRPCConnectionPool) Apply(o *internal.DialSettings) {162 func (w withAPIKey) Apply(o *internal.DialSettings) { o.APIKey = string(w) }