Skip to content

Commit

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

Changes:

feat(dialogflow/cx): added support for comparing between versions docs: clarified security settings API reference
  PiperOrigin-RevId: 407624272
  Source-Link: googleapis/googleapis@eb773f2

docs(channel): clarified usage of entitlement parameters
  PiperOrigin-RevId: 407463572
  Source-Link: googleapis/googleapis@e4c5b78

feat(osconfig): OSConfig: add OS policy assignment rpcs
  Committer: @adjackura
  PiperOrigin-RevId: 407422484
  Source-Link: googleapis/googleapis@c11bc3e

fix(security/privateca): repair service config to enable mixins
  PiperOrigin-RevId: 407356040
  Source-Link: googleapis/googleapis@171e2c7
  • Loading branch information
yoshi-automation committed Nov 4, 2021
1 parent b78c89b commit 83b941c
Show file tree
Hide file tree
Showing 70 changed files with 3,641 additions and 279 deletions.
2 changes: 1 addition & 1 deletion channel/apiv1/doc.go

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

2 changes: 1 addition & 1 deletion channel/go.mod
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go v0.97.0
github.com/googleapis/gax-go/v2 v2.1.1
google.golang.org/api v0.60.0
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
)
4 changes: 2 additions & 2 deletions channel/go.sum
Expand Up @@ -503,8 +503,8 @@ google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEc
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145 h1:vum3nDKdleYb+aePXKFEDT2+ghuH00EgYp9B7Q7EZZE=
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 h1:ZONpjmFT5e+I/0/xE3XXbG5OIvX2hRYzol04MhKBl2E=
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
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
20 changes: 6 additions & 14 deletions compute/apiv1/backend_services_client.go

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

2 changes: 1 addition & 1 deletion compute/apiv1/doc.go

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

4 changes: 2 additions & 2 deletions compute/apiv1/firewall_policies_client.go

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

73 changes: 73 additions & 0 deletions compute/apiv1/gapic_metadata.json
Expand Up @@ -797,6 +797,20 @@
}
}
},
"ImageFamilyViews": {
"clients": {
"rest": {
"libraryClient": "ImageFamilyViewsClient",
"rpcs": {
"Get": {
"methods": [
"Get"
]
}
}
}
}
},
"Images": {
"clients": {
"rest": {
Expand Down Expand Up @@ -1173,6 +1187,11 @@
"Reset"
]
},
"SendDiagnosticInterrupt": {
"methods": [
"SendDiagnosticInterrupt"
]
},
"SetDeletionProtection": {
"methods": [
"SetDeletionProtection"
Expand Down Expand Up @@ -2849,6 +2868,60 @@
}
}
},
"ServiceAttachments": {
"clients": {
"rest": {
"libraryClient": "ServiceAttachmentsClient",
"rpcs": {
"AggregatedList": {
"methods": [
"AggregatedList"
]
},
"Delete": {
"methods": [
"Delete"
]
},
"Get": {
"methods": [
"Get"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"Insert": {
"methods": [
"Insert"
]
},
"List": {
"methods": [
"List"
]
},
"Patch": {
"methods": [
"Patch"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
}
}
}
}
},
"Snapshots": {
"clients": {
"rest": {
Expand Down
4 changes: 2 additions & 2 deletions compute/apiv1/global_forwarding_rules_client.go

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

20 changes: 4 additions & 16 deletions compute/apiv1/global_operations_client.go

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

0 comments on commit 83b941c

Please sign in to comment.