Skip to content

Commit 1ec48a0

Browse files
committed
1 parent 91af696 commit 1ec48a0

25 files changed

Lines changed: 91 additions & 780 deletions

.librarian/state.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: gcr.io/chingor-test/go-librariangen:latest
22
libraries:
33
- id: secretmanager
44
version: 1.15.0
5-
last_generated_commit: 8fe8f9f460fe5dd1df95057659d2520ceca3c9c6
5+
last_generated_commit: 2e51d4ddf7ca6c659b053e26ca8ffb47678c85a7
66
apis:
77
- path: google/cloud/secretmanager/v1
88
service_config: secretmanager_v1.yaml
@@ -18,4 +18,4 @@ libraries:
1818
- secretmanager/apiv1/iam_example_test.go
1919
remove_regex:
2020
- secretmanager
21-
- internal/generated/snippets/secretmanager
21+
- internal/generated/snippets/secretmanager

internal/generated/snippets/secretmanager/apiv1/snippet_metadata.google.cloud.secretmanager.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/secretmanager/apiv1",
4-
"version": "1.15.0",
4+
"version": "$VERSION",
55
"language": "GO",
66
"apis": [
77
{

internal/generated/snippets/secretmanager/apiv1beta2/snippet_metadata.google.cloud.secretmanager.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "cloud.google.com/go/secretmanager/apiv1beta2",
4-
"version": "1.15.0",
4+
"version": "$VERSION",
55
"language": "GO",
66
"apis": [
77
{

secretmanager/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,21 @@ However, a `v1+` module may have breaking changes in two scenarios:
1919
* Packages with `alpha` or `beta` in the import path
2020
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).
2121

22+
### Which package to use?
23+
24+
Generated client library surfaces can be found in packages who's import path
25+
ends in `.../apivXXX`. The `XXX` could be something like `1` or `2` in the case
26+
of a stable service backend or may be like `1beta2` or `2beta` in the case of a
27+
more experimental service backend. Because of this fact, a given module can have
28+
multiple clients for different service backends. In these cases it is generally
29+
recommend to use clients with stable service backends, with import suffixes like
30+
`apiv1`, unless you need to use features that are only present in a beta backend
31+
or there is not yet a stable backend available.
32+
33+
## Google Cloud Samples
34+
35+
To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).
36+
2237
## Go Version Support
2338

2439
See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)

secretmanager/apiv1/auxiliary.go

100755100644
File mode changed.

secretmanager/apiv1/auxiliary_go123.go

100755100644
File mode changed.

secretmanager/apiv1/doc.go

100755100644
File mode changed.

secretmanager/apiv1/helpers.go

100755100644
File mode changed.

secretmanager/apiv1/secret_manager_client.go

100755100644
File mode changed.

secretmanager/apiv1/secretmanagerpb/resources.pb.go

100755100644
Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)