|
545 | 545 | "name" |
546 | 546 | ], |
547 | 547 | "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 | | - }, |
553 | 548 | "name": { |
554 | 549 | "description": "Required. Format: customers/{customer}/connectorConfigs/{connector_config}", |
555 | 550 | "location": "path", |
|
617 | 612 | "response": { |
618 | 613 | "$ref": "GoogleChromeManagementVersionsV1ListConnectorConfigsResponse" |
619 | 614 | } |
| 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 | + } |
620 | 646 | } |
621 | 647 | } |
622 | 648 | }, |
|
1902 | 1928 | } |
1903 | 1929 | } |
1904 | 1930 | }, |
1905 | | - "revision": "20260417", |
| 1931 | + "revision": "20260424", |
1906 | 1932 | "rootUrl": "https://chromemanagement.googleapis.com/", |
1907 | 1933 | "schemas": { |
1908 | 1934 | "GoogleChromeManagementV1AndroidAppInfo": { |
|
6323 | 6349 | "description": "Required. The display name of the config.", |
6324 | 6350 | "type": "string" |
6325 | 6351 | }, |
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 | | - }, |
6330 | 6352 | "name": { |
6331 | 6353 | "description": "Identifier. Format: customers/{customer}/connectorConfigs/{connector_config}", |
6332 | 6354 | "type": "string" |
|
6362 | 6384 | "type": "object" |
6363 | 6385 | }, |
6364 | 6386 | "GoogleChromeManagementVersionsV1ConnectorConfigDetails": { |
6365 | | - "description": "The details of the connector config. LINT.IfChange", |
| 6387 | + "description": "The details of the connector config.", |
6366 | 6388 | "id": "GoogleChromeManagementVersionsV1ConnectorConfigDetails", |
6367 | 6389 | "properties": { |
6368 | 6390 | "crowdStrikeConfig": { |
|
6430 | 6452 | "type": "string" |
6431 | 6453 | }, |
6432 | 6454 | "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.", |
6434 | 6456 | "format": "google-datetime", |
6435 | 6457 | "readOnly": true, |
6436 | 6458 | "type": "string" |
|
6696 | 6718 | "nextPageToken": { |
6697 | 6719 | "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.", |
6698 | 6720 | "type": "string" |
6699 | | - }, |
6700 | | - "totalSize": { |
6701 | | - "description": "The total size of the connector configs list.", |
6702 | | - "format": "int32", |
6703 | | - "type": "integer" |
6704 | 6721 | } |
6705 | 6722 | }, |
6706 | 6723 | "type": "object" |
|
0 commit comments