Skip to content

Commit

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

Changes:

feat(storage/internal): Add routing annotations
  docs: Clarify that IAM RPCs apply to buckets as well as objects

  feat!: Removed upload_id from DeleteObjectRequest, and in its place defined separate CancelResumableWriteRequest RPC

  feat: Added optional object_size to WriteObjectSpec, as constraint on object being written

  docs: Clarified project ID format of various RPCs

  docs: Clarified behavior of update_mask in UpdateHmacKeyRequest

  docs: Clarified meaning/behavior of fields in HmacKeyMetadata

  docs: Clarified cases where update_time is updated in Bucket message

  docs: Clarified UpdateHmacKeyRequest.update_mask behavior

  docs: Clarified meaning of <projectIdentifier> for several RPCs
  PiperOrigin-RevId: 461979598
  Source-Link: googleapis/googleapis@2938d54

feat(aiplatform): add a DeploymentResourcePool API resource_definition feat: add shared_resources for supported prediction_resources
  PiperOrigin-RevId: 461971827
  Source-Link: googleapis/googleapis@0b24d03
  • Loading branch information
yoshi-automation committed Jul 20, 2022
1 parent 2b57588 commit e76e258
Show file tree
Hide file tree
Showing 9 changed files with 2,329 additions and 1,762 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/assuredworkloads/apiv1",
"version": "1.1.0",
"version": "1.2.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/assuredworkloads/apiv1beta1",
"version": "1.1.0",
"version": "1.2.0",
"language": "GO",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "cloud.google.com/go/dataplex/apiv1",
"version": "1.0.0",
"version": "1.1.0",
"language": "GO",
"apis": [
{
Expand Down
2 changes: 1 addition & 1 deletion internal/generated/snippets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ require (
cloud.google.com/go/workflows v1.1.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
google.golang.org/api v0.87.0
google.golang.org/genproto v0.0.0-20220718134204-073382fd740c
google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f
)

require (
Expand Down
3 changes: 2 additions & 1 deletion internal/generated/snippets/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ google.golang.org/genproto v0.0.0-20220706185917-7780775163c4/go.mod h1:KEWEmljW
google.golang.org/genproto v0.0.0-20220707144311-dc4cdde2ef63/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220712132514-bdd2acd4974d/go.mod h1:KEWEmljWE5zPzLBa/oHl6DaEt9LmfH6WtH1OHIvleBA=
google.golang.org/genproto v0.0.0-20220714211235-042d03aeabc9/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE=
google.golang.org/genproto v0.0.0-20220718134204-073382fd740c h1:xDUAhRezFnKF6wopxkOfdWYvz2XCiRQzndyDdpwFgbc=
google.golang.org/genproto v0.0.0-20220718134204-073382fd740c/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE=
google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f h1:P8EiVSxZwC6xH2niv2N66aqwMtYFg+D54gbjpcqKJtM=
google.golang.org/genproto v0.0.0-20220719170305-83ca9fad585f/go.mod h1:GkXuJDJ6aQ7lnJcRF+SJVgFdQhypqgl3LB1C9vabdRE=
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY=
Expand Down
5 changes: 5 additions & 0 deletions storage/internal/apiv2/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"grpc": {
"libraryClient": "Client",
"rpcs": {
"CancelResumableWrite": {
"methods": [
"CancelResumableWrite"
]
},
"ComposeObject": {
"methods": [
"ComposeObject"
Expand Down
319 changes: 294 additions & 25 deletions storage/internal/apiv2/storage_client.go

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions storage/internal/apiv2/storage_client_example_test.go

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

Loading

0 comments on commit e76e258

Please sign in to comment.