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

chore: Update generation configuration at Tue Aug 20 02:15:45 UTC 2024 #11058

Merged
merged 33 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7b1ab88
chore: Update generation configuration at Fri Aug 2 02:15:16 UTC 2024
cloud-java-bot Aug 2, 2024
7c4d62d
chore: generate libraries at Fri Aug 2 02:18:42 UTC 2024
cloud-java-bot Aug 2, 2024
6160555
chore: Update generation configuration at Sat Aug 3 02:14:25 UTC 2024
cloud-java-bot Aug 3, 2024
7ed60b0
chore: generate libraries at Sat Aug 3 02:16:05 UTC 2024
cloud-java-bot Aug 3, 2024
5efd735
chore: Update generation configuration at Tue Aug 6 02:15:22 UTC 2024
cloud-java-bot Aug 6, 2024
01bae1f
chore: generate libraries at Tue Aug 6 02:17:03 UTC 2024
cloud-java-bot Aug 6, 2024
9db1b88
chore: Update generation configuration at Wed Aug 7 02:16:18 UTC 2024
cloud-java-bot Aug 7, 2024
047fcc4
chore: generate libraries at Wed Aug 7 02:18:00 UTC 2024
cloud-java-bot Aug 7, 2024
719f34f
chore: Update generation configuration at Thu Aug 8 02:15:43 UTC 2024
cloud-java-bot Aug 8, 2024
a201f33
chore: generate libraries at Thu Aug 8 02:17:23 UTC 2024
cloud-java-bot Aug 8, 2024
9b53dcd
chore: Update generation configuration at Fri Aug 9 02:16:22 UTC 2024
cloud-java-bot Aug 9, 2024
0a91528
chore: generate libraries at Fri Aug 9 02:18:03 UTC 2024
cloud-java-bot Aug 9, 2024
5d610f1
chore: Update generation configuration at Sat Aug 10 02:15:53 UTC 2024
cloud-java-bot Aug 10, 2024
de34fa7
chore: generate libraries at Sat Aug 10 02:17:32 UTC 2024
cloud-java-bot Aug 10, 2024
a982182
chore: Update generation configuration at Tue Aug 13 02:16:44 UTC 2024
cloud-java-bot Aug 13, 2024
8f685ce
chore: generate libraries at Tue Aug 13 02:19:36 UTC 2024
cloud-java-bot Aug 13, 2024
a71061a
chore: Update generation configuration at Wed Aug 14 02:16:03 UTC 2024
cloud-java-bot Aug 14, 2024
be2ccdc
chore: generate libraries at Wed Aug 14 02:18:58 UTC 2024
cloud-java-bot Aug 14, 2024
89e7f22
chore: Update generation configuration at Thu Aug 15 02:13:07 UTC 2024
cloud-java-bot Aug 15, 2024
47118cb
chore: generate libraries at Thu Aug 15 02:16:07 UTC 2024
cloud-java-bot Aug 15, 2024
b22a15a
chore: Update generation configuration at Fri Aug 16 02:15:49 UTC 2024
cloud-java-bot Aug 16, 2024
ffa21ec
chore: Update generation configuration at Sat Aug 17 02:14:28 UTC 2024
cloud-java-bot Aug 17, 2024
cc22dd5
chore: generate libraries at Sat Aug 17 02:17:28 UTC 2024
cloud-java-bot Aug 17, 2024
1561be8
chore: Update generation configuration at Sun Aug 18 02:17:21 UTC 2024
cloud-java-bot Aug 18, 2024
c51f8ff
chore: generate libraries at Sun Aug 18 02:20:16 UTC 2024
cloud-java-bot Aug 18, 2024
b74c2ed
chore: Update generation configuration at Tue Aug 20 02:15:45 UTC 2024
cloud-java-bot Aug 20, 2024
f548812
chore: generate libraries at Tue Aug 20 02:19:05 UTC 2024
cloud-java-bot Aug 20, 2024
f3986de
add guava and api-common deps
mpeddada1 Aug 20, 2024
0493b06
fix network management
mpeddada1 Aug 20, 2024
55e68c5
restore memcache to original state
mpeddada1 Aug 20, 2024
900e95f
add manual @ignore to get/set iam tests
mpeddada1 Aug 20, 2024
147bdcd
add ignore annotation before test
mpeddada1 Aug 20, 2024
d66a198
add ignore to http/json iam tests in network-management
mpeddada1 Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: generate libraries at Fri Aug 9 02:18:03 UTC 2024
  • Loading branch information
cloud-java-bot committed Aug 9, 2024
commit 0a915286e574f32fcf36570dcbf020e324a9aac7
Original file line number Diff line number Diff line change
Expand Up @@ -15956,6 +15956,24 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.RagFileParsingConfig",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.RagFileParsingConfig$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.cloud.aiplatform.v1beta1.RagQuery",
"queryAllDeclaredConstructors": true,
Expand Down
Loading
Loading