|
870 | 870 | }
|
871 | 871 | }
|
872 | 872 | },
|
873 |
| - "revision": "20240917", |
| 873 | + "revision": "20250106", |
874 | 874 | "rootUrl": "https://sheets.googleapis.com/",
|
875 | 875 | "schemas": {
|
876 | 876 | "AddBandingRequest": {
|
|
3941 | 3941 | "type": "object"
|
3942 | 3942 | },
|
3943 | 3943 | "DeleteDimensionRequest": {
|
3944 |
| - "description": "Deletes the dimensions from the sheet.", |
| 3944 | + "description": " Deletes the dimensions from the sheet.", |
3945 | 3945 | "id": "DeleteDimensionRequest",
|
3946 | 3946 | "properties": {
|
3947 | 3947 | "range": {
|
|
4195 | 4195 | "type": "string"
|
4196 | 4196 | },
|
4197 | 4197 | "visibility": {
|
4198 |
| - "description": "Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visibile to the requesting project is considered.", |
| 4198 | + "description": "Limits the selected developer metadata to that which has a matching DeveloperMetadata.visibility. If left unspecified, all developer metadata visible to the requesting project is considered.", |
4199 | 4199 | "enum": [
|
4200 | 4200 | "DEVELOPER_METADATA_VISIBILITY_UNSPECIFIED",
|
4201 | 4201 | "DOCUMENT",
|
|
6538 | 6538 | "description": "Sets a data validation rule to every cell in the range. To clear validation in a range, call this with no rule specified.",
|
6539 | 6539 | "id": "SetDataValidationRequest",
|
6540 | 6540 | "properties": {
|
| 6541 | + "filteredRowsIncluded": { |
| 6542 | + "description": "Optional. If true, the data validation rule will be applied to the filtered rows as well.", |
| 6543 | + "type": "boolean" |
| 6544 | + }, |
6541 | 6545 | "range": {
|
6542 | 6546 | "$ref": "GridRange",
|
6543 | 6547 | "description": "The range the data validation rule should apply to."
|
|
7182 | 7186 | "id": "TimeOfDay",
|
7183 | 7187 | "properties": {
|
7184 | 7188 | "hours": {
|
7185 |
| - "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.", |
| 7189 | + "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.", |
7186 | 7190 | "format": "int32",
|
7187 | 7191 | "type": "integer"
|
7188 | 7192 | },
|
7189 | 7193 | "minutes": {
|
7190 |
| - "description": "Minutes of hour of day. Must be from 0 to 59.", |
| 7194 | + "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.", |
7191 | 7195 | "format": "int32",
|
7192 | 7196 | "type": "integer"
|
7193 | 7197 | },
|
7194 | 7198 | "nanos": {
|
7195 |
| - "description": "Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.", |
| 7199 | + "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.", |
7196 | 7200 | "format": "int32",
|
7197 | 7201 | "type": "integer"
|
7198 | 7202 | },
|
7199 | 7203 | "seconds": {
|
7200 |
| - "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.", |
| 7204 | + "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.", |
7201 | 7205 | "format": "int32",
|
7202 | 7206 | "type": "integer"
|
7203 | 7207 | }
|
|
0 commit comments