Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#6117)
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#820

Changes:

feat(talent): add methods for Long Running Operations service
  PiperOrigin-RevId: 452382366
  Source-Link: googleapis/googleapis@c19c963

chore(gkebackup): Configuration for Ruby gkebackup clients
  PiperOrigin-RevId: 452310108
  Source-Link: googleapis/googleapis@38a6540

docs(datastore/admin): clarifications for `DatastoreFirestoreMigraitonMetadata` feat: new enum value `OPTIMISTIC_WITH_ENTITY_GROUPS` for `ConcurrencyMode`
  PiperOrigin-RevId: 452220654
  Source-Link: googleapis/googleapis@454ad5e
  • Loading branch information
yoshi-automation committed Jun 7, 2022
1 parent 498c84b commit 1a0b09a
Show file tree
Hide file tree
Showing 33 changed files with 948 additions and 39 deletions.
174 changes: 168 additions & 6 deletions datastore/admin/apiv1/datastore_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 datastore/admin/apiv1/datastore_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 datastore/admin/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "DatastoreAdminClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateIndex": {
"methods": [
"CreateIndex"
Expand All @@ -20,6 +25,11 @@
"DeleteIndex"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"ExportEntities": {
"methods": [
"ExportEntities"
Expand All @@ -30,6 +40,11 @@
"GetIndex"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ImportEntities": {
"methods": [
"ImportEntities"
Expand All @@ -39,6 +54,11 @@
"methods": [
"ListIndexes"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion datastore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-cmp v0.5.8
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.82.0
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)
3 changes: 2 additions & 1 deletion datastore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,9 @@ google.golang.org/genproto v0.0.0-20220429170224-98d788798c3e/go.mod h1:8w6bsBMX
google.golang.org/genproto v0.0.0-20220505152158-f39f71e6c8f3/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220523171625-347a074981d8/go.mod h1:RAyBrSAP7Fh3Nc84ghnVLDPuV51xc9agzmm4Ph6i0Q4=
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58 h1:a221mAAEAzq4Lz6ZWRkcS8ptb2mxoxYSt4N68aRyQHM=
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58/go.mod h1:yKyY4AMRwFiC8yMMNaMi+RkCnjZJt9LoWuvhXjMs+To=
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 h1:qRu95HZ148xXw+XeZ3dvqe85PxH4X8+jIo0iRPKcEnM=
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8/go.mod h1:yKyY4AMRwFiC8yMMNaMi+RkCnjZJt9LoWuvhXjMs+To=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=
Expand Down
2 changes: 1 addition & 1 deletion gkebackup/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.102.0
github.com/googleapis/gax-go/v2 v2.4.0
google.golang.org/api v0.82.0
google.golang.org/genproto v0.0.0-20220527130721-00d5c0f3be58
google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
)
Expand Down
Loading

0 comments on commit 1a0b09a

Please sign in to comment.