- リソース: SpaceEvent
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageBatchCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageBatchUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MessageBatchDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- SpaceUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- SpaceBatchUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipBatchCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipBatchUpdatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- MembershipBatchDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- ReactionCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- ReactionDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- ReactionBatchCreatedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- ReactionBatchDeletedEventData
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表現
- メソッド
リソース: SpaceEvent
Google Chat スペースでの変更またはアクティビティを表すイベント。詳しくは、Google Chat からの予定を管理するをご覧ください。
JSON 表現 |
---|
{ "name": string, "eventTime": string, "eventType": string, // Union field |
フィールド | |
---|---|
name |
スペース イベントのリソース名。 形式: |
eventTime |
イベントが発生した時刻。 |
eventType |
スペースのイベントの種類。各イベントタイプにはバッチ バージョンがあります。これは、短期間に発生するイベントタイプの複数のインスタンスを表します。 メッセージでサポートされるイベントタイプ:
メンバーシップでサポートされているイベントタイプ:
リアクションでサポートされているアクティビティの種類:
Space についてサポートされているイベントタイプ:
|
共用体フィールド
|
|
messageCreatedEventData |
新しいメッセージのイベント ペイロード。 イベントタイプ: |
messageUpdatedEventData |
更新されたメッセージのイベント ペイロード。 イベントタイプ: |
messageDeletedEventData |
削除されたメッセージのイベント ペイロード。 イベントタイプ: |
messageBatchCreatedEventData |
複数の新しいメッセージのイベント ペイロード。 イベントタイプ: |
messageBatchUpdatedEventData |
更新された複数のメッセージのイベント ペイロード。 イベントタイプ: |
messageBatchDeletedEventData |
複数の削除されたメッセージのイベント ペイロード。 イベントタイプ: |
spaceUpdatedEventData |
スペース更新のイベント ペイロード。 イベントタイプ: |
spaceBatchUpdatedEventData |
スペースに対する複数の更新のイベント ペイロード。 イベントタイプ: |
membershipCreatedEventData |
新しいメンバーシップのイベント ペイロード。 イベントタイプ: |
membershipUpdatedEventData |
更新されたメンバーシップのイベント ペイロード。 イベントタイプ: |
membershipDeletedEventData |
削除されたメンバーシップのイベント ペイロード。 イベントタイプ: |
membershipBatchCreatedEventData |
複数の新しいメンバーシップのイベント ペイロード。 イベントタイプ: |
membershipBatchUpdatedEventData |
更新された複数のメンバーシップのイベント ペイロード。 イベントタイプ: |
membershipBatchDeletedEventData |
複数の削除されたメンバーシップのイベント ペイロード。 イベントタイプ: |
reactionCreatedEventData |
新しいリアクションのイベント ペイロード。 イベントタイプ: |
reactionDeletedEventData |
削除されたリアクションのイベント ペイロード。 イベントタイプ: |
reactionBatchCreatedEventData |
複数の新しいリアクションのイベント ペイロード。 イベントタイプ: |
reactionBatchDeletedEventData |
複数の削除されたリアクションのイベント ペイロード。 イベントタイプ: |
MessageCreatedEventData
新しいメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.created
JSON 表現 |
---|
{
"message": {
object ( |
フィールド | |
---|---|
message |
新しいメッセージ。 |
MessageUpdatedEventData
更新されたメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.updated
JSON 表現 |
---|
{
"message": {
object ( |
フィールド | |
---|---|
message |
更新されたメッセージ。 |
MessageDeletedEventData
削除されたメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.deleted
JSON 表現 |
---|
{
"message": {
object ( |
フィールド | |
---|---|
message |
削除されたメッセージ。 |
MessageBatchCreatedEventData
複数の新しいメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.batchCreated
JSON 表現 |
---|
{
"messages": [
{
object ( |
フィールド | |
---|---|
messages[] |
新着メッセージのリスト。 |
MessageBatchUpdatedEventData
更新された複数のメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.batchUpdated
JSON 表現 |
---|
{
"messages": [
{
object ( |
フィールド | |
---|---|
messages[] |
更新されたメッセージのリスト。 |
MessageBatchDeletedEventData
複数の削除されたメッセージのイベント ペイロード。
イベントタイプ: google.workspace.chat.message.v1.batchDeleted
JSON 表現 |
---|
{
"messages": [
{
object ( |
フィールド | |
---|---|
messages[] |
削除されたメッセージのリスト。 |
SpaceUpdatedEventData
更新されたスペースのイベント ペイロード。
イベントタイプ: google.workspace.chat.space.v1.updated
JSON 表現 |
---|
{
"space": {
object ( |
フィールド | |
---|---|
space |
更新されたスペース。 |
SpaceBatchUpdatedEventData
スペースに対する複数の更新のイベント ペイロード。
イベントタイプ: google.workspace.chat.space.v1.batchUpdated
JSON 表現 |
---|
{
"spaces": [
{
object ( |
フィールド | |
---|---|
spaces[] |
更新されたスペースのリスト。 |
MembershipCreatedEventData
新しいメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.created
。
JSON 表現 |
---|
{
"membership": {
object ( |
フィールド | |
---|---|
membership |
新しいメンバーシップ。 |
MembershipUpdatedEventData
更新されたメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.updated
JSON 表現 |
---|
{
"membership": {
object ( |
フィールド | |
---|---|
membership |
更新されたメンバーシップ。 |
MembershipDeletedEventData
削除されたメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.deleted
JSON 表現 |
---|
{
"membership": {
object ( |
フィールド | |
---|---|
membership |
削除されたメンバーシップ。 |
MembershipBatchCreatedEventData
複数の新しいメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.batchCreated
JSON 表現 |
---|
{
"memberships": [
{
object ( |
フィールド | |
---|---|
memberships[] |
新しいメンバーシップのリスト。 |
MembershipBatchUpdatedEventData
更新された複数のメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.batchUpdated
JSON 表現 |
---|
{
"memberships": [
{
object ( |
フィールド | |
---|---|
memberships[] |
更新されたメンバーシップのリスト。 |
MembershipBatchDeletedEventData
複数の削除されたメンバーシップのイベント ペイロード。
イベントタイプ: google.workspace.chat.membership.v1.batchDeleted
JSON 表現 |
---|
{
"memberships": [
{
object ( |
フィールド | |
---|---|
memberships[] |
削除されたメンバーシップのリスト。 |
ReactionCreatedEventData
新しいリアクションのイベント ペイロード。
イベントタイプ: google.workspace.chat.reaction.v1.created
JSON 表現 |
---|
{
"reaction": {
object ( |
フィールド | |
---|---|
reaction |
新しいリアクション。 |
ReactionDeletedEventData
削除されたリアクションのイベント ペイロード。
タイプ: google.workspace.chat.reaction.v1.deleted
JSON 表現 |
---|
{
"reaction": {
object ( |
フィールド | |
---|---|
reaction |
削除されたリアクション。 |
ReactionBatchCreatedEventData
複数の新しいリアクションのイベント ペイロード。
イベントタイプ: google.workspace.chat.reaction.v1.batchCreated
JSON 表現 |
---|
{
"reactions": [
{
object ( |
フィールド | |
---|---|
reactions[] |
新しいリアクションのリスト。 |
ReactionBatchDeletedEventData
複数の削除されたリアクションのイベント ペイロード。
イベントタイプ: google.workspace.chat.reaction.v1.batchDeleted
JSON 表現 |
---|
{
"reactions": [
{
object ( |
フィールド | |
---|---|
reactions[] |
削除されたリアクションのリスト。 |
メソッド |
|
---|---|
|
Google Chat スペースからイベントを返します。 |
|
Google Chat スペースのイベントを一覧表示します。 |