You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DiscoveryJson/docs.v1.json
+95-1Lines changed: 95 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@
221
221
}
222
222
}
223
223
},
224
-
"revision": "20251124",
224
+
"revision": "20251215",
225
225
"rootUrl": "https://docs.googleapis.com/",
226
226
"schemas": {
227
227
"AutoText": {
@@ -673,6 +673,54 @@
673
673
},
674
674
"type": "object"
675
675
},
676
+
"DateElement": {
677
+
"description": "A date instance mentioned in a document.",
678
+
"id": "DateElement",
679
+
"properties": {
680
+
"dateElementProperties": {
681
+
"$ref": "DateElementProperties",
682
+
"description": "The properties of this DateElement."
683
+
},
684
+
"dateId": {
685
+
"description": "Output only. The unique ID of this date.",
686
+
"readOnly": true,
687
+
"type": "string"
688
+
},
689
+
"suggestedDateElementPropertiesChanges": {
690
+
"additionalProperties": {
691
+
"$ref": "SuggestedDateElementProperties"
692
+
},
693
+
"description": "The suggested changes to the date element properties, keyed by suggestion ID.",
694
+
"type": "object"
695
+
},
696
+
"suggestedDeletionIds": {
697
+
"description": "IDs for suggestions that remove this date from the document. A DateElement might have multiple deletion IDs if, for example, multiple users suggest deleting it. If empty, then this date isn't suggested for deletion.",
698
+
"items": {
699
+
"type": "string"
700
+
},
701
+
"type": "array"
702
+
},
703
+
"suggestedInsertionIds": {
704
+
"description": "IDs for suggestions that insert this date into the document. A DateElement might have multiple insertion IDs if it's a nested suggested change (a suggestion within a suggestion made by a different user, for example). If empty, then this date isn't a suggested insertion.",
705
+
"items": {
706
+
"type": "string"
707
+
},
708
+
"type": "array"
709
+
},
710
+
"suggestedTextStyleChanges": {
711
+
"additionalProperties": {
712
+
"$ref": "SuggestedTextStyle"
713
+
},
714
+
"description": "The suggested text style changes to this DateElement, keyed by suggestion ID.",
715
+
"type": "object"
716
+
},
717
+
"textStyle": {
718
+
"$ref": "TextStyle",
719
+
"description": "The text style of this DateElement."
720
+
}
721
+
},
722
+
"type": "object"
723
+
},
676
724
"DateElementProperties": {
677
725
"description": "Properties of a DateElement.",
678
726
"id": "DateElementProperties",
@@ -733,6 +781,33 @@
733
781
},
734
782
"type": "object"
735
783
},
784
+
"DateElementPropertiesSuggestionState": {
785
+
"description": "A mask that indicates which of the fields on the base DateElementProperties have been changed in this suggestion. For any field set to true, there's a new suggested value.",
786
+
"id": "DateElementPropertiesSuggestionState",
787
+
"properties": {
788
+
"dateFormatSuggested": {
789
+
"description": "Indicates if there was a suggested change to date_format.",
790
+
"type": "boolean"
791
+
},
792
+
"localeSuggested": {
793
+
"description": "Indicates if there was a suggested change to locale.",
794
+
"type": "boolean"
795
+
},
796
+
"timeFormatSuggested": {
797
+
"description": "Indicates if there was a suggested change to time_format.",
798
+
"type": "boolean"
799
+
},
800
+
"timeZoneIdSuggested": {
801
+
"description": "Indicates if there was a suggested change to time_zone_id.",
802
+
"type": "boolean"
803
+
},
804
+
"timestampSuggested": {
805
+
"description": "Indicates if there was a suggested change to timestamp.",
806
+
"type": "boolean"
807
+
}
808
+
},
809
+
"type": "object"
810
+
},
736
811
"DeleteContentRangeRequest": {
737
812
"description": "Deletes content from the document.",
738
813
"id": "DeleteContentRangeRequest",
@@ -2539,6 +2614,10 @@
2539
2614
"$ref": "ColumnBreak",
2540
2615
"description": "A column break paragraph element."
2541
2616
},
2617
+
"dateElement": {
2618
+
"$ref": "DateElement",
2619
+
"description": "A paragraph element that represents a date."
2620
+
},
2542
2621
"endIndex": {
2543
2622
"description": "The zero-base end index of this paragraph element, exclusive, in UTF-16 code units.",
2544
2623
"format": "int32",
@@ -3706,6 +3785,21 @@
3706
3785
},
3707
3786
"type": "object"
3708
3787
},
3788
+
"SuggestedDateElementProperties": {
3789
+
"description": "A suggested change to a DateElementProperties.",
3790
+
"id": "SuggestedDateElementProperties",
3791
+
"properties": {
3792
+
"dateElementProperties": {
3793
+
"$ref": "DateElementProperties",
3794
+
"description": "DateElementProperties that only includes the changes made in this suggestion. This can be used along with the date_element_properties_suggestion_state to see which fields have changed and their new values."
3795
+
},
3796
+
"dateElementPropertiesSuggestionState": {
3797
+
"$ref": "DateElementPropertiesSuggestionState",
3798
+
"description": "A mask that indicates which of the fields on the base DateElementProperties have been changed in this suggestion."
3799
+
}
3800
+
},
3801
+
"type": "object"
3802
+
},
3709
3803
"SuggestedDocumentStyle": {
3710
3804
"description": "A suggested change to the DocumentStyle.",
0 commit comments