Skip to content

Commit 9404422

Browse files
feat(chat): update the api
#### chat:v1 The following keys were deleted: - schemas.DynamiteIntegrationLogEntry (Total Keys: 5) The following keys were added: - schemas.ChatAppLogEntry (Total Keys: 5)
1 parent 1a85de3 commit 9404422

File tree

7 files changed

+58
-58
lines changed

7 files changed

+58
-58
lines changed

docs/dyn/chat_v1.dms.conversations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ <h3>Method Details</h3>
851851
},
852852
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
853853
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
854-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
854+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
855855
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
856856
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
857857
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -863,7 +863,7 @@ <h3>Method Details</h3>
863863
}
864864

865865
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
866-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
866+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
867867
x__xgafv: string, V1 error format.
868868
Allowed values
869869
1 - v1 error format
@@ -1628,7 +1628,7 @@ <h3>Method Details</h3>
16281628
},
16291629
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
16301630
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
1631-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
1631+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
16321632
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
16331633
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
16341634
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.

docs/dyn/chat_v1.dms.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ <h3>Method Details</h3>
859859
},
860860
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
861861
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
862-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
862+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
863863
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
864864
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
865865
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -871,7 +871,7 @@ <h3>Method Details</h3>
871871
}
872872

873873
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
874-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
874+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
875875
x__xgafv: string, V1 error format.
876876
Allowed values
877877
1 - v1 error format
@@ -1636,7 +1636,7 @@ <h3>Method Details</h3>
16361636
},
16371637
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
16381638
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
1639-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
1639+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
16401640
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
16411641
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
16421642
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -2413,7 +2413,7 @@ <h3>Method Details</h3>
24132413
},
24142414
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
24152415
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
2416-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
2416+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
24172417
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
24182418
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
24192419
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -2425,7 +2425,7 @@ <h3>Method Details</h3>
24252425
}
24262426

24272427
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
2428-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
2428+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
24292429
x__xgafv: string, V1 error format.
24302430
Allowed values
24312431
1 - v1 error format
@@ -3190,7 +3190,7 @@ <h3>Method Details</h3>
31903190
},
31913191
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
31923192
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
3193-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
3193+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
31943194
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
31953195
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
31963196
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.

docs/dyn/chat_v1.rooms.conversations.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ <h3>Method Details</h3>
851851
},
852852
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
853853
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
854-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
854+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
855855
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
856856
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
857857
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -863,7 +863,7 @@ <h3>Method Details</h3>
863863
}
864864

865865
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
866-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
866+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
867867
x__xgafv: string, V1 error format.
868868
Allowed values
869869
1 - v1 error format
@@ -1628,7 +1628,7 @@ <h3>Method Details</h3>
16281628
},
16291629
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
16301630
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
1631-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
1631+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
16321632
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
16331633
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
16341634
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.

docs/dyn/chat_v1.rooms.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ <h3>Method Details</h3>
859859
},
860860
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
861861
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
862-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
862+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
863863
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
864864
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
865865
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -871,7 +871,7 @@ <h3>Method Details</h3>
871871
}
872872

873873
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
874-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
874+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
875875
x__xgafv: string, V1 error format.
876876
Allowed values
877877
1 - v1 error format
@@ -1636,7 +1636,7 @@ <h3>Method Details</h3>
16361636
},
16371637
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
16381638
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
1639-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
1639+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
16401640
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
16411641
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
16421642
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -2413,7 +2413,7 @@ <h3>Method Details</h3>
24132413
},
24142414
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
24152415
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
2416-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
2416+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
24172417
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
24182418
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
24192419
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.
@@ -2425,7 +2425,7 @@ <h3>Method Details</h3>
24252425
}
24262426

24272427
requestId: string, Optional. A unique request ID for this message. Specifying an existing request ID returns the message created with that ID instead of creating a new message.
2428-
threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves Chat apps and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
2428+
threadKey: string, Optional. Opaque thread identifier. To start or add to a thread, create a message and specify a `threadKey` instead of thread.name. (Setting thread.name has no effect.) The first message with a given `threadKey` starts a new thread. Subsequent messages with the same `threadKey` post into the same thread.
24292429
x__xgafv: string, V1 error format.
24302430
Allowed values
24312431
1 - v1 error format
@@ -3190,7 +3190,7 @@ <h3>Method Details</h3>
31903190
},
31913191
&quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat app. # The space the message belongs to.
31923192
&quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
3193-
&quot;name&quot;: &quot;A String&quot;, # Optional. Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
3193+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
31943194
&quot;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a Chat app and a single human.
31953195
&quot;threaded&quot;: True or False, # Output only. Output only. Whether the messages are threaded in this space.
31963196
&quot;type&quot;: &quot;A String&quot;, # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.

0 commit comments

Comments
 (0)