Go Client Library for Backup and DR Service API.
go get cloud.google.com/go/backupdr
The stability of this module is indicated by SemVer.
However, a v1+
module may have breaking changes in two scenarios:
- Packages with
alpha
orbeta
in the import path - The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
Generated client library surfaces can be found in packages who's import path
ends in .../apivXXX
. The XXX
could be something like 1
or 2
in the case
of a stable service backend or may be like 1beta2
or 2beta
in the case of a
more experimental service backend. Because of this fact, a given module can have
multiple clients for different service backends. In these cases it is generally
recommend to use clients with stable service backends, with import suffixes like
apiv1
, unless you need to use features that are only present in a beta backend
or there is not yet a stable backend available.
To browse ready to use code samples check Google Cloud Samples.
See the Go Versions Supported section in the root directory's README.
See the Authorization section in the root directory's README.
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.