Skip to content

Commit 6923ec8

Browse files
feat(all): auto-regenerate discovery clients (#2581)
1 parent 6feeaaf commit 6923ec8

28 files changed

+716
-1125
lines changed

admin/directory/v1/admin-api.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
},
404404
"maxResults": {
405405
"default": "100",
406-
"description": "Maximum number of results to return.",
406+
"description": "Maximum number of results to return, value should not exceed 300.",
407407
"format": "int32",
408408
"location": "query",
409409
"minimum": "1",
@@ -441,7 +441,7 @@
441441
"type": "string"
442442
},
443443
"projection": {
444-
"description": "Restrict information returned to a set of selected fields.",
444+
"description": "Determines whether the response contains the full list of properties or only a subset.",
445445
"enum": [
446446
"BASIC",
447447
"FULL"
@@ -535,7 +535,7 @@
535535
"type": "string"
536536
},
537537
"projection": {
538-
"description": "Restrict information returned to a set of selected fields.",
538+
"description": "Determines whether the response contains the full list of properties or only a subset.",
539539
"enum": [
540540
"BASIC",
541541
"FULL"
@@ -582,7 +582,7 @@
582582
"type": "string"
583583
},
584584
"projection": {
585-
"description": "Restrict information returned to a set of selected fields.",
585+
"description": "Determines whether the response contains the full list of properties or only a subset.",
586586
"enum": [
587587
"BASIC",
588588
"FULL"
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20240507",
4674+
"revision": "20240509",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5425,6 +5425,21 @@
54255425
"description": "The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).",
54265426
"type": "string"
54275427
},
5428+
"chromeOsType": {
5429+
"description": "Output only. Chrome OS type of the device.",
5430+
"enum": [
5431+
"chromeOsTypeUnspecified",
5432+
"chromeOsFlex",
5433+
"chromeOs"
5434+
],
5435+
"enumDescriptions": [
5436+
"Chrome OS Type unspecified.",
5437+
"Chrome OS Type Chrome OS Flex.",
5438+
"Chrome OS Type Chrome OS."
5439+
],
5440+
"readOnly": true,
5441+
"type": "string"
5442+
},
54285443
"cpuInfo": {
54295444
"description": "Information regarding CPU specs in the device.",
54305445
"items": {

admin/directory/v1/admin-gen.go

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

clouddeploy/v1/clouddeploy-api.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@
409409
"type": "boolean"
410410
},
411411
"name": {
412-
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.",
412+
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
413413
"location": "path",
414414
"pattern": "^projects/[^/]+/locations/[^/]+/customTargetTypes/[^/]+$",
415415
"required": true,
@@ -685,7 +685,7 @@
685685
"type": "boolean"
686686
},
687687
"name": {
688-
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}`.",
688+
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
689689
"location": "path",
690690
"pattern": "^projects/[^/]+/locations/[^/]+/deliveryPipelines/[^/]+$",
691691
"required": true,
@@ -1968,7 +1968,7 @@
19681968
"type": "boolean"
19691969
},
19701970
"name": {
1971-
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/a-z{0,62}`.",
1971+
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/{target}`. The `target` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
19721972
"location": "path",
19731973
"pattern": "^projects/[^/]+/locations/[^/]+/targets/[^/]+$",
19741974
"required": true,
@@ -2065,7 +2065,7 @@
20652065
}
20662066
}
20672067
},
2068-
"revision": "20240428",
2068+
"revision": "20240505",
20692069
"rootUrl": "https://clouddeploy.googleapis.com/",
20702070
"schemas": {
20712071
"AbandonReleaseRequest": {
@@ -2091,7 +2091,7 @@
20912091
"id": "AdvanceChildRolloutJobRun",
20922092
"properties": {
20932093
"rollout": {
2094-
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
2094+
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
20952095
"readOnly": true,
20962096
"type": "string"
20972097
},
@@ -2158,7 +2158,7 @@
21582158
"readOnly": true
21592159
},
21602160
"id": {
2161-
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `a-z{0,62}`.",
2161+
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
21622162
"type": "string"
21632163
},
21642164
"sourcePhases": {
@@ -2886,7 +2886,7 @@
28862886
"id": "CreateChildRolloutJobRun",
28872887
"properties": {
28882888
"rollout": {
2889-
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
2889+
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
28902890
"readOnly": true,
28912891
"type": "string"
28922892
},
@@ -3014,7 +3014,7 @@
30143014
"type": "object"
30153015
},
30163016
"name": {
3017-
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.",
3017+
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/{customTargetType}`. The `customTargetType` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
30183018
"type": "string"
30193019
},
30203020
"uid": {
@@ -3106,7 +3106,7 @@
31063106
"type": "object"
31073107
},
31083108
"name": {
3109-
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}`.",
3109+
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}`. The `deliveryPipeline` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
31103110
"type": "string"
31113111
},
31123112
"serialPipeline": {
@@ -4505,7 +4505,7 @@
45054505
"type": "string"
45064506
},
45074507
"id": {
4508-
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `a-z{0,62}`.",
4508+
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
45094509
"type": "string"
45104510
},
45114511
"wait": {
@@ -4586,7 +4586,7 @@
45864586
"type": "object"
45874587
},
45884588
"name": {
4589-
"description": "Optional. Name of the `Release`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/a-z{0,62}`.",
4589+
"description": "Optional. Name of the `Release`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}`. The `release` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
45904590
"type": "string"
45914591
},
45924592
"renderEndTime": {
@@ -4915,7 +4915,7 @@
49154915
"readOnly": true
49164916
},
49174917
"id": {
4918-
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `a-z{0,62}`.",
4918+
"description": "Required. ID of the rule. This id must be unique in the `Automation` resource to which this rule belongs. The format is `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.",
49194919
"type": "string"
49204920
},
49214921
"jobs": {
@@ -5243,7 +5243,7 @@
52435243
"type": "string"
52445244
},
52455245
"controllerRollout": {
5246-
"description": "Output only. Name of the `ControllerRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
5246+
"description": "Output only. Name of the `ControllerRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
52475247
"readOnly": true,
52485248
"type": "string"
52495249
},
@@ -5329,7 +5329,7 @@
53295329
"readOnly": true
53305330
},
53315331
"name": {
5332-
"description": "Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
5332+
"description": "Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`. The `rollout` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
53335333
"type": "string"
53345334
},
53355335
"phases": {
@@ -5930,7 +5930,7 @@
59305930
"description": "Optional. Information specifying a multiTarget."
59315931
},
59325932
"name": {
5933-
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/a-z{0,62}`.",
5933+
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/{target}`. The `target` component must match `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`",
59345934
"type": "string"
59355935
},
59365936
"requireApproval": {

0 commit comments

Comments
 (0)