Skip to content

Commit

Permalink
feat(webrisk): add SubmitUri endpoint (#7953)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 533110799

Source-Link: https://togithub.com/googleapis/googleapis/commit/3f5d0c91f96df8666fd4c58e5aad6d4e17469f9e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/530de5758e4e2cdb6af6d0cab7ad829171142a1f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTMwZGU1NzU4ZTRlMmNkYjZhZjZkMGNhYjdhZDgyOTE3MTE0MmExZiJ9
BEGIN_NESTED_COMMIT
feat(clouddms): add Oracle to PostgreSQL migration APIs

PiperOrigin-RevId: 533037268

Source-Link: https://togithub.com/googleapis/googleapis/commit/d45c9a2409c9e362d163d899f8479cd92959f93e

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/40c33043e3d79a0dd38ec29dabde66490dcce809
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDBjMzMwNDNlM2Q3OWEwZGQzOGVjMjlkYWJkZTY2NDkwZGNjZTgwOSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add match service in aiplatform v1

PiperOrigin-RevId: 533008702

Source-Link: https://togithub.com/googleapis/googleapis/commit/2f00988bfd99bbb3e268d1d6f3fec37514538020

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3ccb5f69dee03f37c58d0f4c0f87b40936457e5c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2NjYjVmNjlkZWUwM2YzN2M1OGQwZjRjMGY4N2I0MDkzNjQ1N2U1YyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs(container): clarified release channel defaulting behavior for create cluster requests when release channel is unspecified

If release channel is left unspecified on cluster creation and a version is specified, the cluster is now enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID) instead of being enrolled in STATIC. This only affects clusters with node auto upgrades enabled and no explicit node version specified. To ensure new clusters are enrolled in static, explicitly specify that the cluster should not be enrolled in a channel.

PiperOrigin-RevId: 532773421

Source-Link: https://togithub.com/googleapis/googleapis/commit/633d3c16bfd53f2ed2e41a7180691cff97432398

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f779f562476199d1f02156ac28f97ec9e37067eb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjc3OWY1NjI0NzYxOTlkMWYwMjE1NmFjMjhmOTdlYzllMzcwNjdlYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): Add updateSchedule method to ScheduleService

PiperOrigin-RevId: 532625344

Source-Link: https://togithub.com/googleapis/googleapis/commit/bd634c7ac1a441e5a2cb1c071f9311734493f00b

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/51f9883d651376151693de90771f2b8ae6785268
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTFmOTg4M2Q2NTEzNzYxNTE2OTNkZTkwNzcxZjJiOGFlNjc4NTI2OCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix(discoveryengine): fix the field name typo for search service user_labels

Note: this might be a breaking change for libraries that already released the previous change. Since it's a beta API, we will make it a minor version bump.
PiperOrigin-RevId: 532522130

Source-Link: https://togithub.com/googleapis/googleapis/commit/11b9e3940fd8e379fb40c979d94893721632a162

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3a58021b188ff7ede193a7b3fe6ad0f13ff30f9a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2E1ODAyMWIxODhmZjdlZGUxOTNhN2IzZmU2YWQwZjEzZmYzMGY5YSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed May 19, 2023
1 parent 913c584 commit 2b3e7d9
Show file tree
Hide file tree
Showing 125 changed files with 23,185 additions and 3,354 deletions.
941 changes: 941 additions & 0 deletions aiplatform/apiv1/aiplatformpb/match_service.pb.go

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,75 @@
}
}
},
"MatchService": {
"clients": {
"grpc": {
"libraryClient": "MatchClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"FindNeighbors": {
"methods": [
"FindNeighbors"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"ReadIndexDatapoints": {
"methods": [
"ReadIndexDatapoints"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
}
}
},
"MetadataService": {
"clients": {
"grpc": {
Expand Down

0 comments on commit 2b3e7d9

Please sign in to comment.