Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6100)
Browse files Browse the repository at this point in the history
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#816

Changes:

chore(firestore/apiv1): expose new TTL / Database Admin experimental API
  PiperOrigin-RevId: 451252826
  Source-Link: googleapis/googleapis@dea7c80
  • Loading branch information
yoshi-automation committed May 27, 2022
1 parent a00d00d commit eea19d7
Show file tree
Hide file tree
Showing 15 changed files with 664 additions and 16 deletions.
162 changes: 162 additions & 0 deletions firestore/apiv1/admin/firestore_admin_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions firestore/apiv1/admin/firestore_admin_client_example_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions firestore/apiv1/admin/gapic_metadata.json
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "FirestoreAdminClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateIndex": {
"methods": [
"CreateIndex"
Expand All @@ -20,6 +25,11 @@
"DeleteIndex"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"ExportDocuments": {
"methods": [
"ExportDocuments"
Expand All @@ -40,6 +50,11 @@
"GetIndex"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ImportDocuments": {
"methods": [
"ImportDocuments"
Expand All @@ -60,6 +75,11 @@
"ListIndexes"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"UpdateDatabase": {
"methods": [
"UpdateDatabase"
Expand Down
4 changes: 2 additions & 2 deletions firestore/go.mod
Expand Up @@ -7,8 +7,8 @@ require (
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.8
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.80.0
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3
google.golang.org/api v0.81.0
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58
google.golang.org/grpc v1.46.2
google.golang.org/protobuf v1.28.0
)

0 comments on commit eea19d7

Please sign in to comment.