Skip to content

Commit 2703122

Browse files
feat(chat): update the api
#### chat:v1 The following keys were added: - schemas.Message.properties.lastUpdateTime (Total Keys: 3)
1 parent c174570 commit 2703122

File tree

7 files changed

+26
-1
lines changed

7 files changed

+26
-1
lines changed

docs/dyn/chat_v1.dms.conversations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ <h3>Method Details</h3>
834834
],
835835
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
836836
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
837+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
837838
&quot;name&quot;: &quot;A String&quot;,
838839
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
839840
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1607,6 +1608,7 @@ <h3>Method Details</h3>
16071608
],
16081609
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16091610
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1611+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16101612
&quot;name&quot;: &quot;A String&quot;,
16111613
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16121614
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

docs/dyn/chat_v1.dms.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ <h3>Method Details</h3>
842842
],
843843
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
844844
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
845+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
845846
&quot;name&quot;: &quot;A String&quot;,
846847
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
847848
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1615,6 +1616,7 @@ <h3>Method Details</h3>
16151616
],
16161617
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16171618
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1619+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16181620
&quot;name&quot;: &quot;A String&quot;,
16191621
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16201622
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -2389,6 +2391,7 @@ <h3>Method Details</h3>
23892391
],
23902392
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
23912393
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
2394+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
23922395
&quot;name&quot;: &quot;A String&quot;,
23932396
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
23942397
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -3162,6 +3165,7 @@ <h3>Method Details</h3>
31623165
],
31633166
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
31643167
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
3168+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
31653169
&quot;name&quot;: &quot;A String&quot;,
31663170
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
31673171
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

docs/dyn/chat_v1.rooms.conversations.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ <h3>Method Details</h3>
834834
],
835835
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
836836
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
837+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
837838
&quot;name&quot;: &quot;A String&quot;,
838839
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
839840
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1607,6 +1608,7 @@ <h3>Method Details</h3>
16071608
],
16081609
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16091610
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1611+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16101612
&quot;name&quot;: &quot;A String&quot;,
16111613
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16121614
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

docs/dyn/chat_v1.rooms.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ <h3>Method Details</h3>
842842
],
843843
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
844844
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
845+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
845846
&quot;name&quot;: &quot;A String&quot;,
846847
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
847848
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1615,6 +1616,7 @@ <h3>Method Details</h3>
16151616
],
16161617
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16171618
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1619+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16181620
&quot;name&quot;: &quot;A String&quot;,
16191621
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16201622
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -2389,6 +2391,7 @@ <h3>Method Details</h3>
23892391
],
23902392
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
23912393
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
2394+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
23922395
&quot;name&quot;: &quot;A String&quot;,
23932396
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
23942397
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -3162,6 +3165,7 @@ <h3>Method Details</h3>
31623165
],
31633166
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
31643167
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
3168+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
31653169
&quot;name&quot;: &quot;A String&quot;,
31663170
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
31673171
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

docs/dyn/chat_v1.spaces.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,7 @@ <h3>Method Details</h3>
919919
],
920920
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
921921
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
922+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
922923
&quot;name&quot;: &quot;A String&quot;,
923924
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
924925
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1692,6 +1693,7 @@ <h3>Method Details</h3>
16921693
],
16931694
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16941695
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1696+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16951697
&quot;name&quot;: &quot;A String&quot;,
16961698
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16971699
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

docs/dyn/chat_v1.spaces.messages.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ <h3>Method Details</h3>
848848
],
849849
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
850850
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
851+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
851852
&quot;name&quot;: &quot;A String&quot;,
852853
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
853854
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -1621,6 +1622,7 @@ <h3>Method Details</h3>
16211622
],
16221623
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
16231624
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
1625+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
16241626
&quot;name&quot;: &quot;A String&quot;,
16251627
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
16261628
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -2418,6 +2420,7 @@ <h3>Method Details</h3>
24182420
],
24192421
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
24202422
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
2423+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
24212424
&quot;name&quot;: &quot;A String&quot;,
24222425
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
24232426
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -3192,6 +3195,7 @@ <h3>Method Details</h3>
31923195
],
31933196
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
31943197
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
3198+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
31953199
&quot;name&quot;: &quot;A String&quot;,
31963200
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
31973201
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
@@ -3965,6 +3969,7 @@ <h3>Method Details</h3>
39653969
],
39663970
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Hangouts Chat server.
39673971
&quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
3972+
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
39683973
&quot;name&quot;: &quot;A String&quot;,
39693974
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
39703975
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.

googleapiclient/discovery_cache/documents/chat.v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
}
602602
}
603603
},
604-
"revision": "20210731",
604+
"revision": "20210806",
605605
"rootUrl": "https://chat.googleapis.com/",
606606
"schemas": {
607607
"ActionParameter": {
@@ -2210,6 +2210,12 @@
22102210
"description": "A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).",
22112211
"type": "string"
22122212
},
2213+
"lastUpdateTime": {
2214+
"description": "Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.",
2215+
"format": "google-datetime",
2216+
"readOnly": true,
2217+
"type": "string"
2218+
},
22132219
"name": {
22142220
"type": "string"
22152221
},

0 commit comments

Comments
 (0)