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

feat(all): auto-regenerate discovery clients #2581

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 20 additions & 5 deletions admin/directory/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"maxResults": {
"default": "100",
"description": "Maximum number of results to return.",
"description": "Maximum number of results to return, value should not exceed 300.",
"format": "int32",
"location": "query",
"minimum": "1",
Expand Down Expand Up @@ -441,7 +441,7 @@
"type": "string"
},
"projection": {
"description": "Restrict information returned to a set of selected fields.",
"description": "Determines whether the response contains the full list of properties or only a subset.",
"enum": [
"BASIC",
"FULL"
Expand Down Expand Up @@ -535,7 +535,7 @@
"type": "string"
},
"projection": {
"description": "Restrict information returned to a set of selected fields.",
"description": "Determines whether the response contains the full list of properties or only a subset.",
"enum": [
"BASIC",
"FULL"
Expand Down Expand Up @@ -582,7 +582,7 @@
"type": "string"
},
"projection": {
"description": "Restrict information returned to a set of selected fields.",
"description": "Determines whether the response contains the full list of properties or only a subset.",
"enum": [
"BASIC",
"FULL"
Expand Down Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240507",
"revision": "20240509",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5425,6 +5425,21 @@
"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).",
"type": "string"
},
"chromeOsType": {
"description": "Output only. Chrome OS type of the device.",
"enum": [
"chromeOsTypeUnspecified",
"chromeOsFlex",
"chromeOs"
],
"enumDescriptions": [
"Chrome OS Type unspecified.",
"Chrome OS Type Chrome OS Flex.",
"Chrome OS Type Chrome OS."
],
"readOnly": true,
"type": "string"
},
"cpuInfo": {
"description": "Information regarding CPU specs in the device.",
"items": {
Expand Down
21 changes: 14 additions & 7 deletions admin/directory/v1/admin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions clouddeploy/v1/clouddeploy-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"type": "boolean"
},
"name": {
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.",
"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])?`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/customTargetTypes/[^/]+$",
"required": true,
Expand Down Expand Up @@ -685,7 +685,7 @@
"type": "boolean"
},
"name": {
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}`.",
"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])?`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/deliveryPipelines/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1968,7 +1968,7 @@
"type": "boolean"
},
"name": {
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/a-z{0,62}`.",
"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])?`",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/targets/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2065,7 +2065,7 @@
}
}
},
"revision": "20240428",
"revision": "20240505",
"rootUrl": "https://clouddeploy.googleapis.com/",
"schemas": {
"AbandonReleaseRequest": {
Expand All @@ -2091,7 +2091,7 @@
"id": "AdvanceChildRolloutJobRun",
"properties": {
"rollout": {
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -2158,7 +2158,7 @@
"readOnly": true
},
"id": {
"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}`.",
"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])?`.",
"type": "string"
},
"sourcePhases": {
Expand Down Expand Up @@ -2886,7 +2886,7 @@
"id": "CreateChildRolloutJobRun",
"properties": {
"rollout": {
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
"description": "Output only. Name of the `ChildRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -3014,7 +3014,7 @@
"type": "object"
},
"name": {
"description": "Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.",
"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])?`",
"type": "string"
},
"uid": {
Expand Down Expand Up @@ -3106,7 +3106,7 @@
"type": "object"
},
"name": {
"description": "Optional. Name of the `DeliveryPipeline`. Format is `projects/{project}/locations/{location}/deliveryPipelines/a-z{0,62}`.",
"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])?`",
"type": "string"
},
"serialPipeline": {
Expand Down Expand Up @@ -4505,7 +4505,7 @@
"type": "string"
},
"id": {
"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}`.",
"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])?`.",
"type": "string"
},
"wait": {
Expand Down Expand Up @@ -4586,7 +4586,7 @@
"type": "object"
},
"name": {
"description": "Optional. Name of the `Release`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/a-z{0,62}`.",
"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])?`",
"type": "string"
},
"renderEndTime": {
Expand Down Expand Up @@ -4915,7 +4915,7 @@
"readOnly": true
},
"id": {
"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}`.",
"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])?`.",
"type": "string"
},
"jobs": {
Expand Down Expand Up @@ -5243,7 +5243,7 @@
"type": "string"
},
"controllerRollout": {
"description": "Output only. Name of the `ControllerRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
"description": "Output only. Name of the `ControllerRollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.",
"readOnly": true,
"type": "string"
},
Expand Down Expand Up @@ -5329,7 +5329,7 @@
"readOnly": true
},
"name": {
"description": "Optional. Name of the `Rollout`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/a-z{0,62}`.",
"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])?`",
"type": "string"
},
"phases": {
Expand Down Expand Up @@ -5930,7 +5930,7 @@
"description": "Optional. Information specifying a multiTarget."
},
"name": {
"description": "Optional. Name of the `Target`. Format is `projects/{project}/locations/{location}/targets/a-z{0,62}`.",
"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])?`",
"type": "string"
},
"requireApproval": {
Expand Down
Loading