Skip to content

Commit 83b941c

Browse files
chore(all): auto-regenerate gapics (#5082)
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
1 parent b78c89b commit 83b941c

File tree

70 files changed

+3641
-279
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3641
-279
lines changed

channel/apiv1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

channel/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go v0.97.0
77
github.com/googleapis/gax-go/v2 v2.1.1
88
google.golang.org/api v0.60.0
9-
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145
9+
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247
1010
google.golang.org/grpc v1.40.0
1111
google.golang.org/protobuf v1.27.1
1212
)

channel/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEc
503503
google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY=
504504
google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
505505
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
506-
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145 h1:vum3nDKdleYb+aePXKFEDT2+ghuH00EgYp9B7Q7EZZE=
507-
google.golang.org/genproto v0.0.0-20211101144312-62acf1d99145/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
506+
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 h1:ZONpjmFT5e+I/0/xE3XXbG5OIvX2hRYzol04MhKBl2E=
507+
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc=
508508
google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
509509
google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38=
510510
google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM=

compute/apiv1/backend_services_client.go

Lines changed: 6 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/firewall_policies_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/gapic_metadata.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,20 @@
797797
}
798798
}
799799
},
800+
"ImageFamilyViews": {
801+
"clients": {
802+
"rest": {
803+
"libraryClient": "ImageFamilyViewsClient",
804+
"rpcs": {
805+
"Get": {
806+
"methods": [
807+
"Get"
808+
]
809+
}
810+
}
811+
}
812+
}
813+
},
800814
"Images": {
801815
"clients": {
802816
"rest": {
@@ -1173,6 +1187,11 @@
11731187
"Reset"
11741188
]
11751189
},
1190+
"SendDiagnosticInterrupt": {
1191+
"methods": [
1192+
"SendDiagnosticInterrupt"
1193+
]
1194+
},
11761195
"SetDeletionProtection": {
11771196
"methods": [
11781197
"SetDeletionProtection"
@@ -2849,6 +2868,60 @@
28492868
}
28502869
}
28512870
},
2871+
"ServiceAttachments": {
2872+
"clients": {
2873+
"rest": {
2874+
"libraryClient": "ServiceAttachmentsClient",
2875+
"rpcs": {
2876+
"AggregatedList": {
2877+
"methods": [
2878+
"AggregatedList"
2879+
]
2880+
},
2881+
"Delete": {
2882+
"methods": [
2883+
"Delete"
2884+
]
2885+
},
2886+
"Get": {
2887+
"methods": [
2888+
"Get"
2889+
]
2890+
},
2891+
"GetIamPolicy": {
2892+
"methods": [
2893+
"GetIamPolicy"
2894+
]
2895+
},
2896+
"Insert": {
2897+
"methods": [
2898+
"Insert"
2899+
]
2900+
},
2901+
"List": {
2902+
"methods": [
2903+
"List"
2904+
]
2905+
},
2906+
"Patch": {
2907+
"methods": [
2908+
"Patch"
2909+
]
2910+
},
2911+
"SetIamPolicy": {
2912+
"methods": [
2913+
"SetIamPolicy"
2914+
]
2915+
},
2916+
"TestIamPermissions": {
2917+
"methods": [
2918+
"TestIamPermissions"
2919+
]
2920+
}
2921+
}
2922+
}
2923+
}
2924+
},
28522925
"Snapshots": {
28532926
"clients": {
28542927
"rest": {

compute/apiv1/global_forwarding_rules_client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute/apiv1/global_operations_client.go

Lines changed: 4 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)