Skip to content

Commit 73f57fe

Browse files
feat(all): auto-regenerate discovery clients (#1991)
Co-authored-by: Noah Dietz <[email protected]>
1 parent 8c0e6d9 commit 73f57fe

37 files changed

+7987
-1839
lines changed

api-list.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,36 @@
4747
"documentationLink": "https://cloud.google.com/assured-workloads/access-approval/docs",
4848
"preferred": true
4949
},
50+
{
51+
"kind": "discovery#directoryItem",
52+
"id": "accesscontextmanager:v1beta",
53+
"name": "accesscontextmanager",
54+
"version": "v1beta",
55+
"title": "Access Context Manager API",
56+
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
57+
"discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1beta",
58+
"icons": {
59+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
60+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
61+
},
62+
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
63+
"preferred": false
64+
},
65+
{
66+
"kind": "discovery#directoryItem",
67+
"id": "accesscontextmanager:v1",
68+
"name": "accesscontextmanager",
69+
"version": "v1",
70+
"title": "Access Context Manager API",
71+
"description": "An API for setting attribute based access control to requests to Google Cloud services.",
72+
"discoveryRestUrl": "https://accesscontextmanager.googleapis.com/$discovery/rest?version=v1",
73+
"icons": {
74+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
75+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
76+
},
77+
"documentationLink": "https://cloud.google.com/access-context-manager/docs/reference/rest/",
78+
"preferred": true
79+
},
5080
{
5181
"kind": "discovery#directoryItem",
5282
"id": "acmedns:v1",

artifactregistry/v1/artifactregistry-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@
12571257
"type": "string"
12581258
},
12591259
"parent": {
1260-
"description": "The name of the parent resource whose tags will be listed.",
1260+
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
12611261
"location": "path",
12621262
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
12631263
"required": true,
@@ -1589,7 +1589,7 @@
15891589
}
15901590
}
15911591
},
1592-
"revision": "20230508",
1592+
"revision": "20230512",
15931593
"rootUrl": "https://artifactregistry.googleapis.com/",
15941594
"schemas": {
15951595
"AptArtifact": {

artifactregistry/v1/artifactregistry-gen.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta1/artifactregistry-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@
736736
"type": "string"
737737
},
738738
"parent": {
739-
"description": "The name of the parent resource whose tags will be listed.",
739+
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
740740
"location": "path",
741741
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
742742
"required": true,
@@ -929,7 +929,7 @@
929929
}
930930
}
931931
},
932-
"revision": "20230508",
932+
"revision": "20230512",
933933
"rootUrl": "https://artifactregistry.googleapis.com/",
934934
"schemas": {
935935
"Binding": {

artifactregistry/v1beta1/artifactregistry-gen.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@
870870
"type": "string"
871871
},
872872
"parent": {
873-
"description": "The name of the parent resource whose tags will be listed.",
873+
"description": "The name of the parent package whose tags will be listed. Example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1",
874874
"location": "path",
875875
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+$",
876876
"required": true,
@@ -1135,7 +1135,7 @@
11351135
}
11361136
}
11371137
},
1138-
"revision": "20230508",
1138+
"revision": "20230512",
11391139
"rootUrl": "https://artifactregistry.googleapis.com/",
11401140
"schemas": {
11411141
"AptArtifact": {

artifactregistry/v1beta2/artifactregistry-gen.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

batch/v1/batch-api.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
}
557557
}
558558
},
559-
"revision": "20230426",
559+
"revision": "20230509",
560560
"rootUrl": "https://batch.googleapis.com/",
561561
"schemas": {
562562
"Accelerator": {
@@ -1854,7 +1854,7 @@
18541854
"type": "object"
18551855
},
18561856
"TaskGroup": {
1857-
"description": "A TaskGroup contains one or multiple Tasks that share the same Runnable but with different runtime parameters.",
1857+
"description": "A TaskGroup defines one or more Tasks that all share the same TaskSpec.",
18581858
"id": "TaskGroup",
18591859
"properties": {
18601860
"name": {
@@ -1875,6 +1875,20 @@
18751875
"description": "When true, Batch will populate a file with a list of all VMs assigned to the TaskGroup and set the BATCH_HOSTS_FILE environment variable to the path of that file. Defaults to false.",
18761876
"type": "boolean"
18771877
},
1878+
"schedulingPolicy": {
1879+
"description": "Scheduling policy for Tasks in the TaskGroup. The default value is AS_SOON_AS_POSSIBLE.",
1880+
"enum": [
1881+
"SCHEDULING_POLICY_UNSPECIFIED",
1882+
"AS_SOON_AS_POSSIBLE",
1883+
"IN_ORDER"
1884+
],
1885+
"enumDescriptions": [
1886+
"Unspecified.",
1887+
"Run Tasks as soon as resources are available. Tasks might be executed in parallel depending on parallelism and task_count values.",
1888+
"Run Tasks sequentially with increased task index."
1889+
],
1890+
"type": "string"
1891+
},
18781892
"taskCount": {
18791893
"description": "Number of Tasks in the TaskGroup. Default is 1.",
18801894
"format": "int64",
@@ -1886,7 +1900,7 @@
18861900
"type": "string"
18871901
},
18881902
"taskEnvironments": {
1889-
"description": "An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1). task_environments supports up to 200 entries.",
1903+
"description": "An array of environment variable mappings, which are passed to Tasks with matching indices. If task_environments is used then task_count should not be specified in the request (and will be ignored). Task count will be the length of task_environments. Tasks get a BATCH_TASK_INDEX and BATCH_TASK_COUNT environment variable, in addition to any environment variables set in task_environments, specifying the number of Tasks in the Task's parent TaskGroup, and the specific Task's index in the TaskGroup (0 through BATCH_TASK_COUNT - 1).",
18901904
"items": {
18911905
"$ref": "Environment"
18921906
},

batch/v1/batch-gen.go

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)