This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Commit 23d3a5e
authored
feat(v1): Add support for scheduling_policy (#115)
* feat: implement minCpuPlatform
---
feat: Enable scheduling_policy in v1
---
feat: update TaskGroup doc
PiperOrigin-RevId: 540043151
Source-Link: googleapis/googleapis@50a39ef
Source-Link: https://github.com/googleapis/googleapis-gen/commit/5bdc561934be9a4ad3244358288bae8ea65b8bd1
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWJkYzU2MTkzNGJlOWE0YWQzMjQ0MzU4Mjg4YmFlOGVhNjViOGJkMSJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat(v1): Add support for scheduling_policy
docs(v1): Minor clarifications for TaskGroup and min_cpu_platform
PiperOrigin-RevId: 540265821
Source-Link: googleapis/googleapis@71856b9
Source-Link: https://github.com/googleapis/googleapis-gen/commit/f194a119b94d3b1b96043e74ea6fef7eb42eb798
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjE5NGExMTliOTRkM2IxYjk2MDQzZTc0ZWE2ZmVmN2ViNDJlYjc5OCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>1 parent 8561b02 commit 23d3a5e
File tree
5 files changed
+36
-13
lines changed- google/cloud
- batch_v1alpha/types
- batch_v1/types
- samples/generated_samples
- tests/unit/gapic/batch_v1
5 files changed
+36
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
626 | 625 | | |
627 | 626 | | |
628 | 627 | | |
| |||
841 | 840 | | |
842 | 841 | | |
843 | 842 | | |
844 | | - | |
845 | | - | |
| 843 | + | |
| 844 | + | |
846 | 845 | | |
847 | 846 | | |
848 | 847 | | |
| |||
860 | 859 | | |
861 | 860 | | |
862 | 861 | | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
863 | 865 | | |
864 | 866 | | |
865 | 867 | | |
| |||
873 | 875 | | |
874 | 876 | | |
875 | 877 | | |
876 | | - | |
877 | | - | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
894 | 914 | | |
895 | 915 | | |
896 | 916 | | |
| |||
908 | 928 | | |
909 | 929 | | |
910 | 930 | | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
911 | 936 | | |
912 | 937 | | |
913 | 938 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
747 | 746 | | |
748 | 747 | | |
749 | 748 | | |
| |||
993 | 992 | | |
994 | 993 | | |
995 | 994 | | |
996 | | - | |
997 | | - | |
| 995 | + | |
| 996 | + | |
998 | 997 | | |
999 | 998 | | |
1000 | 999 | | |
| |||
1039 | 1038 | | |
1040 | 1039 | | |
1041 | 1040 | | |
1042 | | - | |
1043 | | - | |
1044 | 1041 | | |
1045 | 1042 | | |
1046 | 1043 | | |
| |||
1072 | 1069 | | |
1073 | 1070 | | |
1074 | 1071 | | |
1075 | | - | |
1076 | 1072 | | |
1077 | 1073 | | |
1078 | 1074 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2582 | 2582 | | |
2583 | 2583 | | |
2584 | 2584 | | |
| 2585 | + | |
2585 | 2586 | | |
2586 | 2587 | | |
2587 | 2588 | | |
| |||
2931 | 2932 | | |
2932 | 2933 | | |
2933 | 2934 | | |
| 2935 | + | |
2934 | 2936 | | |
2935 | 2937 | | |
2936 | 2938 | | |
| |||
0 commit comments