Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(orchestration/airflow/service): A comment for method ListWorkloads in service Environments is changed #11439

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
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
Loading