|
606 | 606 | "operations": {
|
607 | 607 | "methods": {
|
608 | 608 | "cancel": {
|
609 |
| - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 609 | + "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
610 | 610 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
|
611 | 611 | "httpMethod": "POST",
|
612 | 612 | "id": "looker.projects.locations.operations.cancel",
|
|
731 | 731 | }
|
732 | 732 | }
|
733 | 733 | },
|
734 |
| - "revision": "20240910", |
| 734 | + "revision": "20250108", |
735 | 735 | "rootUrl": "https://looker.googleapis.com/",
|
736 | 736 | "schemas": {
|
737 | 737 | "AdminSettings": {
|
|
1077 | 1077 | "type": "string"
|
1078 | 1078 | },
|
1079 | 1079 | "customDomain": {
|
1080 |
| - "$ref": "CustomDomain" |
| 1080 | + "$ref": "CustomDomain", |
| 1081 | + "description": "Custom domain configuration for the instance." |
1081 | 1082 | },
|
1082 | 1083 | "denyMaintenancePeriod": {
|
1083 | 1084 | "$ref": "DenyMaintenancePeriod",
|
|
1155 | 1156 | "LOOKER_CORE_STANDARD",
|
1156 | 1157 | "LOOKER_CORE_STANDARD_ANNUAL",
|
1157 | 1158 | "LOOKER_CORE_ENTERPRISE_ANNUAL",
|
1158 |
| - "LOOKER_CORE_EMBED_ANNUAL" |
| 1159 | + "LOOKER_CORE_EMBED_ANNUAL", |
| 1160 | + "LOOKER_CORE_NONPROD_STANDARD_ANNUAL", |
| 1161 | + "LOOKER_CORE_NONPROD_ENTERPRISE_ANNUAL", |
| 1162 | + "LOOKER_CORE_NONPROD_EMBED_ANNUAL" |
1159 | 1163 | ],
|
1160 | 1164 | "enumDescriptions": [
|
1161 | 1165 | "Platform edition is unspecified.",
|
1162 | 1166 | "Trial.",
|
1163 | 1167 | "Standard.",
|
1164 | 1168 | "Subscription Standard.",
|
1165 | 1169 | "Subscription Enterprise.",
|
1166 |
| - "Subscription Embed." |
| 1170 | + "Subscription Embed.", |
| 1171 | + "Nonprod Subscription Standard.", |
| 1172 | + "Nonprod Subscription Enterprise.", |
| 1173 | + "Nonprod Subscription Embed." |
1167 | 1174 | ],
|
1168 | 1175 | "type": "string"
|
1169 | 1176 | },
|
|
1222 | 1229 | },
|
1223 | 1230 | "userMetadata": {
|
1224 | 1231 | "$ref": "UserMetadata",
|
1225 |
| - "description": "User metadata." |
| 1232 | + "description": "Optional. User metadata." |
1226 | 1233 | }
|
1227 | 1234 | },
|
1228 | 1235 | "type": "object"
|
|
1636 | 1643 | "id": "TimeOfDay",
|
1637 | 1644 | "properties": {
|
1638 | 1645 | "hours": {
|
1639 |
| - "description": "Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.", |
| 1646 | + "description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.", |
1640 | 1647 | "format": "int32",
|
1641 | 1648 | "type": "integer"
|
1642 | 1649 | },
|
1643 | 1650 | "minutes": {
|
1644 |
| - "description": "Minutes of hour of day. Must be from 0 to 59.", |
| 1651 | + "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.", |
1645 | 1652 | "format": "int32",
|
1646 | 1653 | "type": "integer"
|
1647 | 1654 | },
|
1648 | 1655 | "nanos": {
|
1649 |
| - "description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.", |
| 1656 | + "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.", |
1650 | 1657 | "format": "int32",
|
1651 | 1658 | "type": "integer"
|
1652 | 1659 | },
|
1653 | 1660 | "seconds": {
|
1654 |
| - "description": "Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.", |
| 1661 | + "description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.", |
1655 | 1662 | "format": "int32",
|
1656 | 1663 | "type": "integer"
|
1657 | 1664 | }
|
|
0 commit comments