REST Resource: conferenceRecords.participants
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: Participant
JSON 表現 |
{
"name": string,
"earliestStartTime": string,
"latestEndTime": string,
// Union field user can be only one of the following:
"signedinUser": {
object (SignedinUser )
},
"anonymousUser": {
object (AnonymousUser )
},
"phoneUser": {
object (PhoneUser )
}
// End of list of possible types for union field user .
} |
フィールド |
name |
string
出力専用。参加者のリソース名。形式: conferenceRecords/{conferenceRecord}/participants/{participant}
|
earliestStartTime |
string (Timestamp format)
出力専用。参加者が最初に会議に参加した時刻。
|
latestEndTime |
string (Timestamp format)
出力専用。参加者が会議を最後に退出した時刻。アクティブな会議の場合は null になることがあります。
|
共用体フィールド user 。 user は次のいずれかになります。
|
signedinUser |
object (SignedinUser )
ログイン ユーザー。
|
anonymousUser |
object (AnonymousUser )
匿名ユーザー。
|
phoneUser |
object (PhoneUser )
お客様がスマートフォンから電話をかけている。
|
SignedinUser
ログイン済みのユーザーは、a)個人のパソコン、モバイル デバイス、コンパニオン モードから参加する個人、b)会議室デバイスで使用されるロボット アカウントのいずれかです。
JSON 表現 |
{
"user": string,
"displayName": string
} |
フィールド |
user |
string
出力専用。ユーザーの一意の ID。Admin SDK API と People API と相互運用できます。形式: users/{user}
|
displayName |
string
出力専用。個人のデバイスの場合は、ユーザーの氏名です。ロボット アカウントの場合は、管理者が指定したデバイス名です。たとえば、「Altostrat Room」などです。
|
AnonymousUser
匿名で参加するユーザー(Google アカウントにログインしていないユーザー)。
JSON 表現 |
{
"displayName": string
} |
フィールド |
displayName |
string
出力専用。ユーザーが匿名で会議に参加する際に指定した名前。
|
PhoneUser
Google アカウントでログインしていないため、ユーザーの身元が不明な電話からダイヤルインしているユーザー。
JSON 表現 |
{
"displayName": string
} |
フィールド |
displayName |
string
出力専用。通話中のユーザーの電話番号の一部が除去されます。
|
メソッド |
|
参加者 ID で参加者を取得します。 |
|
会議レコードの参加者を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],[],null,["# REST Resource: conferenceRecords.participants\n\n- [Resource: Participant](#Participant)\n - [JSON representation](#Participant.SCHEMA_REPRESENTATION)\n- [SignedinUser](#SignedinUser)\n - [JSON representation](#SignedinUser.SCHEMA_REPRESENTATION)\n- [AnonymousUser](#AnonymousUser)\n - [JSON representation](#AnonymousUser.SCHEMA_REPRESENTATION)\n- [PhoneUser](#PhoneUser)\n - [JSON representation](#PhoneUser.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Participant\n---------------------\n\nUser who attended or is attending a conference.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"earliestStartTime\": string, \"latestEndTime\": string, // Union field `user` can be only one of the following: \"signedinUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser) }, \"anonymousUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser) }, \"phoneUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser) } // End of list of possible types for union field `user`. } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| `earliestStartTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant first joined the meeting. |\n| `latestEndTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting. |\n| Union field `user`. `user` can be only one of the following: ||\n| `signedinUser` | `object (`[SignedinUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser)`)` Signed-in user. |\n| `anonymousUser` | `object (`[AnonymousUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser)`)` Anonymous user. |\n| `phoneUser` | `object (`[PhoneUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser)`)` User calling from their phone. |\n\nSignedinUser\n------------\n\nA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"user\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `user` | `string` Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}` |\n| `displayName` | `string` Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\". |\n\nAnonymousUser\n-------------\n\nUser who joins anonymously (meaning not signed into a Google Account).\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. User provided name when they join a conference anonymously. |\n\nPhoneUser\n---------\n\nUser dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------|\n| `displayName` | `string` Output only. Partially redacted user's phone number when calling. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | Gets a participant by participant ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | Lists the participants in a conference record. |"]]