Skip to content

Commit 633fead

Browse files
chore(all): auto-regenerate gapics (#7208)
* chore(all): auto-regenerate gapics 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#957 Changes: docs(notebooks): Minor formatting fixes to reference documentation PiperOrigin-RevId: 499362676 Source-Link: googleapis/googleapis@870a5ed chore(gsuiteaddons): Configure Ruby client library generation for gsuiteaddons PiperOrigin-RevId: 499356666 Source-Link: googleapis/googleapis@c3845dd feat(batch): support secret and encrypted environment variables in v1 PiperOrigin-RevId: 499338464 Source-Link: googleapis/googleapis@af050dc feat(bigquery/datatransfer): Add location methods PiperOrigin-RevId: 499272288 Source-Link: googleapis/googleapis@62c5867 feat(artifactregistry): Add location methods PiperOrigin-RevId: 499263614 Source-Link: googleapis/googleapis@ba2db0d feat(container): add etags for cluster and node pool update operations Clients may now optionally specify the previously read etag for a cluster or node pool during update requests. The etag is regenerated every time the object is updated. If an etag is provided, it will be checked against the current etag, and the request will be rejected on mismatch. This is particularly useful for allowing two clients to concurrently update a repeated field without overwriting each other. PiperOrigin-RevId: 498249600 Source-Link: googleapis/googleapis@9a294bf * go mod tidy Co-authored-by: Cody Oss <[email protected]>
1 parent 02c04a7 commit 633fead

File tree

5,532 files changed

+316735
-79706
lines changed

Some content is hidden

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

5,532 files changed

+316735
-79706
lines changed

accessapproval/apiv1/access_approval_client.go

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

accessapproval/apiv1/access_approval_client_example_test.go

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

accessapproval/apiv1/doc.go

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

accessapproval/apiv1/gapic_metadata.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,56 @@
5656
]
5757
}
5858
}
59+
},
60+
"rest": {
61+
"libraryClient": "Client",
62+
"rpcs": {
63+
"ApproveApprovalRequest": {
64+
"methods": [
65+
"ApproveApprovalRequest"
66+
]
67+
},
68+
"DeleteAccessApprovalSettings": {
69+
"methods": [
70+
"DeleteAccessApprovalSettings"
71+
]
72+
},
73+
"DismissApprovalRequest": {
74+
"methods": [
75+
"DismissApprovalRequest"
76+
]
77+
},
78+
"GetAccessApprovalServiceAccount": {
79+
"methods": [
80+
"GetAccessApprovalServiceAccount"
81+
]
82+
},
83+
"GetAccessApprovalSettings": {
84+
"methods": [
85+
"GetAccessApprovalSettings"
86+
]
87+
},
88+
"GetApprovalRequest": {
89+
"methods": [
90+
"GetApprovalRequest"
91+
]
92+
},
93+
"InvalidateApprovalRequest": {
94+
"methods": [
95+
"InvalidateApprovalRequest"
96+
]
97+
},
98+
"ListApprovalRequests": {
99+
"methods": [
100+
"ListApprovalRequests"
101+
]
102+
},
103+
"UpdateAccessApprovalSettings": {
104+
"methods": [
105+
"UpdateAccessApprovalSettings"
106+
]
107+
}
108+
}
59109
}
60110
}
61111
}

accessapproval/apiv1/version.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.

0 commit comments

Comments
 (0)