chore: release main (#8080)

:robot: I have created a release *beep* *boop*
---


<details><summary>gkebackup: 1.2.0</summary>

## [1.2.0](https://togithub.com/googleapis/google-cloud-go/compare/gkebackup/v1.1.0...gkebackup/v1.2.0) (2023-06-12)


### Features

* **gkebackup:** Add operation, location, iampolicy mixin methods ([#8083](https://togithub.com/googleapis/google-cloud-go/issues/8083)) ([fd27617](https://togithub.com/googleapis/google-cloud-go/commit/fd2761778637cdfcf7be82960119698fd8f9c81e))


### Documentation

* **gkebackup:** Minor documentation fixes ([fa91b47](https://togithub.com/googleapis/google-cloud-go/commit/fa91b478a55d6347f5c4fd29f2490316b2f31072))
</details>

<details><summary>migrationcenter: 0.1.0</summary>

## 0.1.0 (2023-06-12)


### Features

* **migrationcenter:** Migration Center API ([fa91b47](https://togithub.com/googleapis/google-cloud-go/commit/fa91b478a55d6347f5c4fd29f2490316b2f31072))
</details>

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
5 files changed
tree: 173ae09741e1d9bb4c8d113961bfcb2420bd6883
  1. .github/
  2. accessapproval/
  3. accesscontextmanager/
  4. advisorynotifications/
  5. aiplatform/
  6. alloydb/
  7. analytics/
  8. apigateway/
  9. apigeeconnect/
  10. apigeeregistry/
  11. apikeys/
  12. appengine/
  13. area120/
  14. artifactregistry/
  15. asset/
  16. assuredworkloads/
  17. automl/
  18. baremetalsolution/
  19. batch/
  20. beyondcorp/
  21. bigquery/
  22. bigtable/
  23. billing/
  24. binaryauthorization/
  25. certificatemanager/
  26. channel/
  27. civil/
  28. cloudbuild/
  29. clouddms/
  30. cloudtasks/
  31. compute/
  32. confidentialcomputing/
  33. contactcenterinsights/
  34. container/
  35. containeranalysis/
  36. datacatalog/
  37. dataflow/
  38. dataform/
  39. datafusion/
  40. datalabeling/
  41. dataplex/
  42. dataproc/
  43. dataqna/
  44. datastore/
  45. datastream/
  46. debugger/
  47. deploy/
  48. dialogflow/
  49. discoveryengine/
  50. dlp/
  51. documentai/
  52. domains/
  53. edgecontainer/
  54. errorreporting/
  55. essentialcontacts/
  56. eventarc/
  57. filestore/
  58. firestore/
  59. functions/
  60. gaming/
  61. gkebackup/
  62. gkeconnect/
  63. gkehub/
  64. gkemulticloud/
  65. grafeas/
  66. gsuiteaddons/
  67. httpreplay/
  68. iam/
  69. iap/
  70. ids/
  71. internal/
  72. iot/
  73. kms/
  74. language/
  75. lifesciences/
  76. logging/
  77. longrunning/
  78. managedidentities/
  79. maps/
  80. mediatranslation/
  81. memcache/
  82. metastore/
  83. migrationcenter/
  84. monitoring/
  85. networkconnectivity/
  86. networkmanagement/
  87. networksecurity/
  88. notebooks/
  89. optimization/
  90. orchestration/
  91. orgpolicy/
  92. osconfig/
  93. oslogin/
  94. phishingprotection/
  95. policytroubleshooter/
  96. privatecatalog/
  97. profiler/
  98. pubsub/
  99. pubsublite/
  100. rapidmigrationassessment/
  101. recaptchaenterprise/
  102. recommendationengine/
  103. recommender/
  104. redis/
  105. resourcemanager/
  106. resourcesettings/
  107. retail/
  108. rpcreplay/
  109. run/
  110. scheduler/
  111. secretmanager/
  112. security/
  113. securitycenter/
  114. servicecontrol/
  115. servicedirectory/
  116. servicemanagement/
  117. serviceusage/
  118. shell/
  119. spanner/
  120. speech/
  121. storage/
  122. storageinsights/
  123. storagetransfer/
  124. support/
  125. talent/
  126. texttospeech/
  127. third_party/
  128. tpu/
  129. trace/
  130. translate/
  131. video/
  132. videointelligence/
  133. vision/
  134. vmmigration/
  135. vmwareengine/
  136. vpcaccess/
  137. webrisk/
  138. websecurityscanner/
  139. workflows/
  140. workstations/
  141. .gitignore
  142. .release-please-manifest-individual.json
  143. .release-please-manifest-submodules.json
  144. .release-please-manifest.json
  145. CHANGES.md
  146. CODE_OF_CONDUCT.md
  147. CONTRIBUTING.md
  148. debug.md
  149. doc.go
  150. go.mod
  151. go.sum
  152. go.work
  153. go.work.sum
  154. LICENSE
  155. migration.md
  156. README.md
  157. release-please-config-individual.json
  158. release-please-config-yoshi-submodules.json
  159. release-please-config.json
  160. RELEASING.md
  161. SECURITY.md
  162. testing.md
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

For an updated list of all of our released APIs please see our reference docs.

Go Versions Supported

Our libraries are compatible with at least the three most recent, major Go releases. They are currently compatible with:

  • Go 1.20
  • Go 1.19
  • Go 1.18
  • Go 1.17

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