Skip to content

Commit 75c4346

Browse files
feat(shopping/merchant/issueresolution): add AggregateProductStatuses (#12397)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 767093664 Source-Link: https://togithub.com/googleapis/googleapis/commit/d4b3a8f0a9080724a2fe0866effc8478ce3efec2 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6c82f28985ad6f6fb2b13d5c4d7f655868d1c9f8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmM4MmYyODk4NWFkNmY2ZmIyYjEzZDVjNGQ3ZjY1NTg2OGQxYzlmOCJ9 BEGIN_NESTED_COMMIT fix(lustre): Changed field behavior for an existing field per_unit_storage_throughput. It is now required docs(lustre): expand on and update various comments PiperOrigin-RevId: 766812120 Source-Link: https://togithub.com/googleapis/googleapis/commit/85d120d7cf5e006ac07789d2fd8fa2f831ca5388 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/40a2bce87a3af7ba906de6bef15220e308e84c60 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDBhMmJjZTg3YTNhZjdiYTkwNmRlNmJlZjE1MjIwZTMwOGU4NGM2MCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(discoveryengine): add CMEK config service feat(discoveryengine): add identity mapping service feat(discoveryengine): add user license config service feat(discoveryengine): add HealthcareFhirConfig to FHIR data store feat(discoveryengine): add ConnectorRunErrorContext to error log feat(discoveryengine): support structured content for chunk feat(discoveryengine): support ACL data store and document feat(discoveryengine): add more options for layout parser config feat(discoveryengine): support media recommendation engine feat(discoveryengine): enable claim level score for grounding feat(discoveryengine): add custom search operators for Workspace search feat(discoveryengine): add more indexing state for site search engine docs(discoveryengine): keep the API doc up-to-date with recent changes PiperOrigin-RevId: 766759284 Source-Link: https://togithub.com/googleapis/googleapis/commit/9953dde4a273208881c5ccd139992f131f259c2e Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2a4efee770c32840026a022e3a938850f609caad Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmE0ZWZlZTc3MGMzMjg0MDAyNmEwMjJlM2E5Mzg4NTBmNjA5Y2FhZCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(compute): Update Compute Engine v1 API to revision 20250601 (#1052) Source-Link: https://togithub.com/googleapis/googleapis/commit/79d04b75d975d942b6477b144c5b3547dc9b7f30 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/08507bdb7b89021ffa0cb5e72a781f165d57c1f7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDg1MDdiZGI3Yjg5MDIxZmZhMGNiNWU3MmE3ODFmMTY1ZDU3YzFmNyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(compute): Update Compute Engine v1beta API to revision 20250601 (#1051) Source-Link: https://togithub.com/googleapis/googleapis/commit/9bc08405ee54fc96727c81b8368dbfcb8d9038eb Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/ca76ebaf1528286ea182e8a6b278e77823918c9d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E3NmViYWYxNTI4Mjg2ZWExODJlOGE2YjI3OGU3NzgyMzkxOGM5ZCJ9 END_NESTED_COMMIT
1 parent c2af696 commit 75c4346

File tree

93 files changed

+133375
-113211
lines changed

Some content is hidden

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

93 files changed

+133375
-113211
lines changed

compute/apiv1/auxiliary.go

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

compute/apiv1/auxiliary_go123.go

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

compute/apiv1/computepb/compute.pb.go

Lines changed: 53871 additions & 52236 deletions
Large diffs are not rendered by default.

compute/apiv1/disks_client.go

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

compute/apiv1/disks_client_example_test.go

Lines changed: 28 additions & 0 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@
319319
"BulkInsert"
320320
]
321321
},
322+
"BulkSetLabels": {
323+
"methods": [
324+
"BulkSetLabels"
325+
]
326+
},
322327
"CreateSnapshot": {
323328
"methods": [
324329
"CreateSnapshot"
@@ -3759,6 +3764,25 @@
37593764
}
37603765
}
37613766
},
3767+
"ReservationSubBlocks": {
3768+
"clients": {
3769+
"rest": {
3770+
"libraryClient": "ReservationSubBlocksClient",
3771+
"rpcs": {
3772+
"Get": {
3773+
"methods": [
3774+
"Get"
3775+
]
3776+
},
3777+
"List": {
3778+
"methods": [
3779+
"List"
3780+
]
3781+
}
3782+
}
3783+
}
3784+
}
3785+
},
37623786
"Reservations": {
37633787
"clients": {
37643788
"rest": {

0 commit comments

Comments
 (0)