vendor: update google.golang.org/api/drive to pull in shortcuts definition

This commit is contained in:
Nick Craig-Wood 2020-04-12 16:08:41 +01:00
parent 70db13e6e8
commit b03cad3cf6
13 changed files with 885 additions and 249 deletions

View file

@ -143,6 +143,7 @@ func (w withGRPCDialOption) Apply(o *internal.DialSettings) {
// WithGRPCConnectionPool returns a ClientOption that creates a pool of gRPC
// connections that requests will be balanced between.
//
// This is an EXPERIMENTAL API and may be changed or removed in the future.
func WithGRPCConnectionPool(size int) ClientOption {
return withGRPCConnectionPool(size)