Skip to content

Commit

Permalink
chore(all): auto-regenerate gapics (#7208)
Browse files Browse the repository at this point in the history
* 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 <codyoss@google.com>
  • Loading branch information
yoshi-automation and codyoss committed Jan 4, 2023
1 parent 02c04a7 commit 633fead
Show file tree
Hide file tree
Showing 5,532 changed files with 316,735 additions and 79,706 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
747 changes: 746 additions & 1 deletion accessapproval/apiv1/access_approval_client.go

Large diffs are not rendered by default.

19 changes: 18 additions & 1 deletion accessapproval/apiv1/access_approval_client_example_test.go

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

23 changes: 22 additions & 1 deletion accessapproval/apiv1/doc.go

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

50 changes: 50 additions & 0 deletions accessapproval/apiv1/gapic_metadata.json
Expand Up @@ -56,6 +56,56 @@
]
}
}
},
"rest": {
"libraryClient": "Client",
"rpcs": {
"ApproveApprovalRequest": {
"methods": [
"ApproveApprovalRequest"
]
},
"DeleteAccessApprovalSettings": {
"methods": [
"DeleteAccessApprovalSettings"
]
},
"DismissApprovalRequest": {
"methods": [
"DismissApprovalRequest"
]
},
"GetAccessApprovalServiceAccount": {
"methods": [
"GetAccessApprovalServiceAccount"
]
},
"GetAccessApprovalSettings": {
"methods": [
"GetAccessApprovalSettings"
]
},
"GetApprovalRequest": {
"methods": [
"GetApprovalRequest"
]
},
"InvalidateApprovalRequest": {
"methods": [
"InvalidateApprovalRequest"
]
},
"ListApprovalRequests": {
"methods": [
"ListApprovalRequests"
]
},
"UpdateAccessApprovalSettings": {
"methods": [
"UpdateAccessApprovalSettings"
]
}
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion accessapproval/apiv1/version.go

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

0 comments on commit 633fead

Please sign in to comment.