vendor: update google.golang.org/api/drive to pull in shortcuts definition
This commit is contained in:
parent
70db13e6e8
commit
b03cad3cf6
13 changed files with 885 additions and 249 deletions
1
vendor/google.golang.org/api/option/option.go
generated
vendored
1
vendor/google.golang.org/api/option/option.go
generated
vendored
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue