Skip to content

Commit b51f0f6

Browse files
gcf-owl-bot[bot]copybara-github
authored andcommitted
Copybara import of the project:
-- c2e90ed by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: chore: Update gapic-generator-python to 1.34.1 PiperOrigin-RevId: 922866844 Source-Link: googleapis/googleapis@c832807 Source-Link: googleapis/googleapis-gen@6a85068 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE4NTA2ODEzYzNkZTQ3ODI3NTAyYjk2ZTI2MzdiN2IyZjI5MjFlOCJ9 chore: Update gapic-generator-python to 1.33.0 PiperOrigin-RevId: 919828496 Source-Link: googleapis/googleapis@a528d63 Source-Link: googleapis/googleapis-gen@5c6dbcd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWM2ZGJjZDJlZWI2MjBhNzgxYjUzOTZlNDg4MThkZjcwZjc4NjkwOSJ9 chore: Update gapic-generator-python to 1.32.0 PiperOrigin-RevId: 915473784 Source-Link: googleapis/googleapis@6470fae Source-Link: googleapis/googleapis-gen@627d27e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjI3ZDI3ZWUwNWYwOTEwYzIxMDgyOGM5NGM4MTY1Y2M1NDkyODQ2ZSJ9 feat: Release ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine v1beta1 API PiperOrigin-RevId: 911519069 Source-Link: googleapis/googleapis@c264872 Source-Link: googleapis/googleapis-gen@2b26172 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmIyNjE3MjFjMjc2OTQ3NDlkMmZjMDM2Yzk0ZDlhZjcyNWZmNjcyNyJ9 feat: Release ReasoningEngineExecutionService.CancelAsyncQueryReasoningEngine v1 API PiperOrigin-RevId: 911514136 Source-Link: googleapis/googleapis@2de377a Source-Link: googleapis/googleapis-gen@f2f76c7 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjJmNzZjNzI4NDlmZWJhOGZhM2Q4NWQwZDdkY2RjYTZiNTZhYzYyMSJ9 feat: add ReasoningEngineRuntimeRevisionService and update related fields in ReasoningEngine PiperOrigin-RevId: 910707001 Source-Link: googleapis/googleapis@540f16a Source-Link: googleapis/googleapis-gen@c8f8f79 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhmOGY3OTUwNjIwNGI4MGFiNmI3NGM0ZTMxYWQ4YTkwMTIwN2M2OCJ9 chore(aiplatform/v1beta1): add missing go_package PiperOrigin-RevId: 907665451 Source-Link: googleapis/googleapis@8bd9058 Source-Link: googleapis/googleapis-gen@aaae2f8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWFhZTJmODY5ZmRiODcxOTdkOGQ3NmZhMWYxZGUwZGU1ODQ1ZmMxZSJ9 feat:Making grounding with parallel.ai available on SDK PiperOrigin-RevId: 907431932 Source-Link: googleapis/googleapis@7edd1a4 Source-Link: googleapis/googleapis-gen@23bbd80 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjNiYmQ4MDI5MTk4ZTk2ZTM2ZTFhNGQzMzM3YTE2ODQ5MTdkYThkNCJ9 feat:Making grounding with parallel.ai available on SDK PiperOrigin-RevId: 907424872 Source-Link: googleapis/googleapis@4f8296e Source-Link: googleapis/googleapis-gen@4625e4c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDYyNWU0YzFhMDA2Yzg5ZWVkOTI3MjM4YWRjMDdiMjVjNmJlYTNkOSJ9 -- e875d80 by Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>: 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md COPYBARA_INTEGRATE_REVIEW=#6709 from googleapis:owl-bot-copy 6e3ecae PiperOrigin-RevId: 930810959
1 parent 20471f3 commit b51f0f6

2,892 files changed

Lines changed: 279457 additions & 395276 deletions

File tree

Some content is hidden

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

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright 2025 Google LLC
2+
# Copyright 2026 Google LLC
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

.kokoro/samples/lint/presubmit.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
7+
8+
env_vars: {
9+
key: "TRAMPOLINE_BUILD_FILE"
10+
value: "github/python-aiplatform/.kokoro/test-samples-against-head.sh"
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
7+
8+
env_vars: {
9+
key: "TRAMPOLINE_BUILD_FILE"
10+
value: "github/python-aiplatform/.kokoro/test-samples-against-head.sh"
11+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Format: //devtools/kokoro/config/proto/build.proto
2+
3+
env_vars: {
4+
key: "INSTALL_LIBRARY_FROM_SOURCE"
5+
value: "True"
6+
}

0 commit comments

Comments
 (0)