Skip to content

Commit bc6990e

Browse files
feat(all): auto-regenerate discovery clients (#3579)
1 parent 8be033e commit bc6990e

2 files changed

Lines changed: 150 additions & 35 deletions

File tree

chromemanagement/v1/chromemanagement-api.json

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -545,11 +545,6 @@
545545
"name"
546546
],
547547
"parameters": {
548-
"etag": {
549-
"description": "Optional. The etag of the connector config. If an etag is provided and does not match the current etag of the connector config, deletion will be blocked and an ABORTED error will be returned.",
550-
"location": "query",
551-
"type": "string"
552-
},
553548
"name": {
554549
"description": "Required. Format: customers/{customer}/connectorConfigs/{connector_config}",
555550
"location": "path",
@@ -617,6 +612,37 @@
617612
"response": {
618613
"$ref": "GoogleChromeManagementVersionsV1ListConnectorConfigsResponse"
619614
}
615+
},
616+
"patch": {
617+
"description": "Updates a connector config.",
618+
"flatPath": "v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}",
619+
"httpMethod": "PATCH",
620+
"id": "chromemanagement.customers.connectorConfigs.patch",
621+
"parameterOrder": [
622+
"name"
623+
],
624+
"parameters": {
625+
"name": {
626+
"description": "Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}",
627+
"location": "path",
628+
"pattern": "^customers/[^/]+/connectorConfigs/[^/]+$",
629+
"required": true,
630+
"type": "string"
631+
},
632+
"updateMask": {
633+
"description": "Optional. The update mask that can be used to specify which fields to update.",
634+
"format": "google-fieldmask",
635+
"location": "query",
636+
"type": "string"
637+
}
638+
},
639+
"path": "v1/{+name}",
640+
"request": {
641+
"$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
642+
},
643+
"response": {
644+
"$ref": "GoogleChromeManagementVersionsV1ConnectorConfig"
645+
}
620646
}
621647
}
622648
},
@@ -1902,7 +1928,7 @@
19021928
}
19031929
}
19041930
},
1905-
"revision": "20260417",
1931+
"revision": "20260424",
19061932
"rootUrl": "https://chromemanagement.googleapis.com/",
19071933
"schemas": {
19081934
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -6323,10 +6349,6 @@
63236349
"description": "Required. The display name of the config.",
63246350
"type": "string"
63256351
},
6326-
"etag": {
6327-
"description": "Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.",
6328-
"type": "string"
6329-
},
63306352
"name": {
63316353
"description": "Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}",
63326354
"type": "string"
@@ -6362,7 +6384,7 @@
63626384
"type": "object"
63636385
},
63646386
"GoogleChromeManagementVersionsV1ConnectorConfigDetails": {
6365-
"description": "The details of the connector config. LINT.IfChange",
6387+
"description": "The details of the connector config.",
63666388
"id": "GoogleChromeManagementVersionsV1ConnectorConfigDetails",
63676389
"properties": {
63686390
"crowdStrikeConfig": {
@@ -6430,7 +6452,7 @@
64306452
"type": "string"
64316453
},
64326454
"updateTime": {
6433-
"description": "Output only. Field recording time of most recent modification of the status. For ENABLED, this is the time the status was changed to ENABLED. For DISABLED_BY_FAILURES, this is the time of the most recent failed attempt to send an event to this config.",
6455+
"description": "Output only. Field recording time of most recent modification of the status. For `ENABLED`, this is the time the status was changed to `ENABLED`. For `DISABLED_BY_FAILURES`, this is the time of the most recent failed attempt to send an event to this config.",
64346456
"format": "google-datetime",
64356457
"readOnly": true,
64366458
"type": "string"
@@ -6696,11 +6718,6 @@
66966718
"nextPageToken": {
66976719
"description": "The page token used to retrieve the next page of the listing request. If the token is empty, there are no more pages to retrieve.",
66986720
"type": "string"
6699-
},
6700-
"totalSize": {
6701-
"description": "The total size of the connector configs list.",
6702-
"format": "int32",
6703-
"type": "integer"
67046721
}
67056722
},
67066723
"type": "object"

chromemanagement/v1/chromemanagement-gen.go

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

0 commit comments

Comments
 (0)