chore: release pubsublite 0.9.0 (#4038)

1 file changed
tree: f9983b73d8378b2f0d0de01e10587948cdc8f280
  1. .github/
  2. accessapproval/
  3. aiplatform/
  4. analytics/
  5. apigateway/
  6. apigeeconnect/
  7. appengine/
  8. area120/
  9. artifactregistry/
  10. asset/
  11. assuredworkloads/
  12. automl/
  13. bigquery/
  14. bigtable/
  15. billing/
  16. binaryauthorization/
  17. channel/
  18. civil/
  19. cloudbuild/
  20. clouddms/
  21. cloudtasks/
  22. cmd/
  23. compute/
  24. container/
  25. containeranalysis/
  26. datacatalog/
  27. datalabeling/
  28. dataproc/
  29. dataqna/
  30. datastore/
  31. debugger/
  32. dialogflow/
  33. dlp/
  34. documentai/
  35. domains/
  36. errorreporting/
  37. essentialcontacts/
  38. firestore/
  39. functions/
  40. gaming/
  41. gkehub/
  42. grafeas/
  43. gsuiteaddons/
  44. httpreplay/
  45. iam/
  46. internal/
  47. iot/
  48. kms/
  49. language/
  50. lifesciences/
  51. logging/
  52. longrunning/
  53. managedidentities/
  54. mediatranslation/
  55. memcache/
  56. metastore/
  57. monitoring/
  58. networkconnectivity/
  59. notebooks/
  60. orgpolicy/
  61. osconfig/
  62. oslogin/
  63. phishingprotection/
  64. policytroubleshooter/
  65. privatecatalog/
  66. profiler/
  67. pubsub/
  68. pubsublite/
  69. recaptchaenterprise/
  70. recommendationengine/
  71. recommender/
  72. redis/
  73. resourcemanager/
  74. resourcesettings/
  75. retail/
  76. rpcreplay/
  77. scheduler/
  78. secretmanager/
  79. security/
  80. securitycenter/
  81. servicecontrol/
  82. servicedirectory/
  83. servicemanagement/
  84. serviceusage/
  85. shell/
  86. spanner/
  87. speech/
  88. storage/
  89. talent/
  90. texttospeech/
  91. third_party/
  92. tpu/
  93. trace/
  94. translate/
  95. video/
  96. videointelligence/
  97. vision/
  98. vpcaccess/
  99. webrisk/
  100. websecurityscanner/
  101. workflows/
  102. .gitignore
  103. CHANGES.md
  104. CODE_OF_CONDUCT.md
  105. CONTRIBUTING.md
  106. doc.go
  107. examples_test.go
  108. go.mod
  109. go.sum
  110. header_test.go
  111. LICENSE
  112. README.md
  113. RELEASING.md
  114. SECURITY.md
  115. testing.md
  116. tools.go
README.md

Google Cloud Client Libraries for Go

Go Reference

Go packages for Google Cloud Platform services.

import "cloud.google.com/go"

To install the packages on your system, do not clone the repo. Instead:

  1. Change to your project directory:

    cd /my/cloud/project
    
  2. Get the package you want to use. Some products have their own module, so it's best to go get the package(s) you want to use:

    $ go get cloud.google.com/go/firestore # Replace with the package you want to use.
    

NOTE: Some of these packages are under development, and may occasionally make backwards-incompatible changes.

Supported APIs

Google APIStatusPackage
Assetstablecloud.google.com/go/asset/apiv1
Automlstablecloud.google.com/go/automl/apiv1
BigQuerystablecloud.google.com/go/bigquery
Bigtablestablecloud.google.com/go/bigtable
Cloudbuildstablecloud.google.com/go/cloudbuild/apiv1
Cloudtasksstablecloud.google.com/go/cloudtasks/apiv2
Containerstablecloud.google.com/go/container/apiv1
ContainerAnalysisbetacloud.google.com/go/containeranalysis/apiv1
Dataprocstablecloud.google.com/go/dataproc/apiv1
Datastorestablecloud.google.com/go/datastore
Debuggerstablecloud.google.com/go/debugger/apiv2
Dialogflowstablecloud.google.com/go/dialogflow/apiv2
Data Loss Preventionstablecloud.google.com/go/dlp/apiv2
ErrorReportingalphacloud.google.com/go/errorreporting
Firestorestablecloud.google.com/go/firestore
IAMstablecloud.google.com/go/iam
IoTstablecloud.google.com/go/iot/apiv1
IRMalphacloud.google.com/go/irm/apiv1alpha2
KMSstablecloud.google.com/go/kms/apiv1
Natural Languagestablecloud.google.com/go/language/apiv1
Loggingstablecloud.google.com/go/logging
Memorystorealphacloud.google.com/go/redis/apiv1
Monitoringstablecloud.google.com/go/monitoring/apiv3
OS Loginstablecloud.google.com/go/oslogin/apiv1
Pub/Substablecloud.google.com/go/pubsub
Pub/Sub Litebetacloud.google.com/go/pubsublite
Phishing Protectionalphacloud.google.com/go/phishingprotection/apiv1beta1
reCAPTCHA Enterprisealphacloud.google.com/go/recaptchaenterprise/apiv1beta1
Recommenderbetacloud.google.com/go/recommender/apiv1beta1
Schedulerstablecloud.google.com/go/scheduler/apiv1
Securitycenterstablecloud.google.com/go/securitycenter/apiv1
Spannerstablecloud.google.com/go/spanner
Speechstablecloud.google.com/go/speech/apiv1
Storagestablecloud.google.com/go/storage
Talentalphacloud.google.com/go/talent/apiv4beta1
Text To Speechstablecloud.google.com/go/texttospeech/apiv1
Tracestablecloud.google.com/go/trace/apiv2
Translatestablecloud.google.com/go/translate
Video Intelligencebetacloud.google.com/go/videointelligence/apiv1beta2
Visionstablecloud.google.com/go/vision/apiv1
Webriskalphacloud.google.com/go/webrisk/apiv1beta1

Alpha status: the API is still being actively developed. As a result, it might change in backward-incompatible ways and is not recommended for production use.

Beta status: the API is largely complete, but still has outstanding features and bugs to be addressed. There may be minor backwards-incompatible changes where necessary.

Stable status: the API is mature and ready for production use. We will continue addressing bugs and feature requests.

Documentation and examples are available at pkg.go.dev/cloud.google.com/go

Go Versions Supported

We currently support Go versions 1.11 and newer.

Authorization

By default, each API will use Google Application Default Credentials for authorization credentials used in calling the API endpoints. This will allow your application to run in many environments without requiring explicit configuration.

client, err := storage.NewClient(ctx)

To authorize using a JSON key file, pass option.WithCredentialsFile to the NewClient function of the desired package. For example:

client, err := storage.NewClient(ctx, option.WithCredentialsFile("path/to/keyfile.json"))

You can exert more control over authorization by using the golang.org/x/oauth2 package to create an oauth2.TokenSource. Then pass option.WithTokenSource to the NewClient function: snip:# (auth-ts)

tokenSource := ...
client, err := storage.NewClient(ctx, option.WithTokenSource(tokenSource))

Contributing

Contributions are welcome. Please, see the CONTRIBUTING document for details.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Contributor Code of Conduct for more information.

Links