# Packages
Package bytestream provides a client for any service that exposes a ByteStream API.
Package grpc supports network connections to GRPC servers.
Package http supports network connections to HTTP servers.
# Functions
Creds constructs a google.Credentials from the information in the options, or obtains the default credentials in the same way as google.FindDefaultCredentials.
DialGRPC returns a GRPC connection for use communicating with a Google cloud service, configured with the given ClientOptions.
DialGRPCInsecure returns an insecure GRPC connection for use communicating with fake or mock Google cloud service implementations, such as emulators.
NewHTTPClient returns an HTTP client for use communicating with a Google cloud service, configured with the given ClientOptions.