Documentation ¶
Overview ¶
Package transport/grpc supports network connections to GRPC servers. This package is not intended for use by end developers. Use the google.golang.org/api/option package to configure API clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dial ¶
func Dial(ctx context.Context, opts ...option.ClientOption) (*grpc.ClientConn, error)
Dial returns a GRPC connection for use communicating with a Google cloud service, configured with the given ClientOptions.
func DialInsecure ¶
func DialInsecure(ctx context.Context, opts ...option.ClientOption) (*grpc.ClientConn, error)
DialInsecure returns an insecure GRPC connection for use communicating with fake or mock Google cloud service implementations, such as emulators. The connection is configured with the given ClientOptions.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.