Skip to content

Commit

Permalink
docs(orchestration/airflow/service): A comment for method `ListWorklo…
Browse files Browse the repository at this point in the history
…ads` in service `Environments` is changed (#11439)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 715463286

Source-Link: https://togithub.com/googleapis/googleapis/commit/8a75da84d67d7dc194ff81fbf8f48a2b07eee595

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c20d7984c5fd784825c71b3cb1539cd447008544
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzIwZDc5ODRjNWZkNzg0ODI1YzcxYjNjYjE1MzljZDQ0NzAwODU0NCJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add retrieval_config to ToolConfig v1beta1
PiperOrigin-RevId: 715248038

Source-Link: https://togithub.com/googleapis/googleapis/commit/79d2e1371246e5d5453e0a4394c7b503413bdeea

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/d82f0eb63ddc783663fc7e5193bab0396c84f1d1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDgyZjBlYjYzZGRjNzgzNjYzZmM3ZTUxOTNiYWIwMzk2Yzg0ZjFkMSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add retrieval_config to ToolConfig v1
PiperOrigin-RevId: 715245748

Source-Link: https://togithub.com/googleapis/googleapis/commit/870b703e12dccfa4da364f284bacaa3bb170cea2

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/0273c42d07f9fec09bc6b40f9b7b9674d651dd3b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDI3M2M0MmQwN2Y5ZmVjMDliYzZiNDBmOWI3Yjk2NzRkNjUxZGQzYiJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(aiplatform): add Context Cache to v1
PiperOrigin-RevId: 714842212

Source-Link: https://togithub.com/googleapis/googleapis/commit/51b75ed8bf6d5f432abd42cf4fddbb862cd2b6a5

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2689f70d2bda18f226a7ede6483de11967e81154
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjY4OWY3MGQyYmRhMThmMjI2YTdlZGU2NDgzZGUxMTk2N2U4MTE1NCJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(networkmanagement): expose the new v1 vpcflowlogs api proto
PiperOrigin-RevId: 714651625

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

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/69425b97403a679a9e892cadad666ab1a0c23601
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjk0MjViOTc0MDNhNjc5YTllODkyY2FkYWQ2NjZhYjFhMGMyMzYwMSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] authored Jan 15, 2025
1 parent c2eccfe commit 973e3d2
Show file tree
Hide file tree
Showing 53 changed files with 11,147 additions and 858 deletions.
489 changes: 489 additions & 0 deletions aiplatform/apiv1/aiplatformpb/cached_content.pb.go

Large diffs are not rendered by default.

856 changes: 856 additions & 0 deletions aiplatform/apiv1/aiplatformpb/gen_ai_cache_service.pb.go

Large diffs are not rendered by default.

610 changes: 321 additions & 289 deletions aiplatform/apiv1/aiplatformpb/prediction_service.pb.go

Large diffs are not rendered by default.

494 changes: 291 additions & 203 deletions aiplatform/apiv1/aiplatformpb/tool.pb.go

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions aiplatform/apiv1/auxiliary.go

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

6 changes: 6 additions & 0 deletions aiplatform/apiv1/auxiliary_go123.go

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

84 changes: 84 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,90 @@
}
}
},
"GenAiCacheService": {
"clients": {
"grpc": {
"libraryClient": "GenAiCacheClient",
"rpcs": {
"CancelOperation": {
"methods": [
"CancelOperation"
]
},
"CreateCachedContent": {
"methods": [
"CreateCachedContent"
]
},
"DeleteCachedContent": {
"methods": [
"DeleteCachedContent"
]
},
"DeleteOperation": {
"methods": [
"DeleteOperation"
]
},
"GetCachedContent": {
"methods": [
"GetCachedContent"
]
},
"GetIamPolicy": {
"methods": [
"GetIamPolicy"
]
},
"GetLocation": {
"methods": [
"GetLocation"
]
},
"GetOperation": {
"methods": [
"GetOperation"
]
},
"ListCachedContents": {
"methods": [
"ListCachedContents"
]
},
"ListLocations": {
"methods": [
"ListLocations"
]
},
"ListOperations": {
"methods": [
"ListOperations"
]
},
"SetIamPolicy": {
"methods": [
"SetIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"TestIamPermissions"
]
},
"UpdateCachedContent": {
"methods": [
"UpdateCachedContent"
]
},
"WaitOperation": {
"methods": [
"WaitOperation"
]
}
}
}
}
},
"GenAiTuningService": {
"clients": {
"grpc": {
Expand Down
Loading

0 comments on commit 973e3d2

Please sign in to comment.