Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

24 righe
849 B

  1. // Copyright 2019 Google Inc. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package api is the root of the packages used to access Google Cloud
  5. // Services. See https://godoc.org/google.golang.org/api for a full list of
  6. // sub-packages.
  7. //
  8. //
  9. // Client Options
  10. //
  11. // All clients in sub-packages are configurable via client options. These
  12. // options are described here: https://godoc.org/google.golang.org/api/option.
  13. //
  14. //
  15. // Authentication and Authorization
  16. //
  17. // All the clients in sub-packages support authentication via Google
  18. // Application Default Credentials (see
  19. // https://cloud.google.com/docs/authentication/production), or by providing a
  20. // JSON key file for a Service Account. See the authentication examples in this
  21. // package for details.
  22. package api