Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(all): auto-regenerate gapics #6100

Merged
merged 1 commit into from
May 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
)
Loading