public interface ParticipantOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnonymousUser |
getAnonymousUser()
Anonymous user.
|
AnonymousUserOrBuilder |
getAnonymousUserOrBuilder()
Anonymous user.
|
com.google.protobuf.Timestamp |
getEarliestStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEarliestStartTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getLatestEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLatestEndTimeOrBuilder()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
PhoneUser |
getPhoneUser()
User calling from their phone.
|
PhoneUserOrBuilder |
getPhoneUserOrBuilder()
User calling from their phone.
|
SignedinUser |
getSignedinUser()
Signed-in user.
|
SignedinUserOrBuilder |
getSignedinUserOrBuilder()
Signed-in user.
|
Participant.UserCase |
getUserCase() |
boolean |
hasAnonymousUser()
Anonymous user.
|
boolean |
hasEarliestStartTime()
Output only.
|
boolean |
hasLatestEndTime()
Output only.
|
boolean |
hasPhoneUser()
User calling from their phone.
|
boolean |
hasSignedinUser()
Signed-in user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSignedinUser()
Signed-in user.
.google.apps.meet.v2.SignedinUser signedin_user = 4;SignedinUser getSignedinUser()
Signed-in user.
.google.apps.meet.v2.SignedinUser signedin_user = 4;SignedinUserOrBuilder getSignedinUserOrBuilder()
Signed-in user.
.google.apps.meet.v2.SignedinUser signedin_user = 4;boolean hasAnonymousUser()
Anonymous user.
.google.apps.meet.v2.AnonymousUser anonymous_user = 5;AnonymousUser getAnonymousUser()
Anonymous user.
.google.apps.meet.v2.AnonymousUser anonymous_user = 5;AnonymousUserOrBuilder getAnonymousUserOrBuilder()
Anonymous user.
.google.apps.meet.v2.AnonymousUser anonymous_user = 5;boolean hasPhoneUser()
User calling from their phone.
.google.apps.meet.v2.PhoneUser phone_user = 6;PhoneUser getPhoneUser()
User calling from their phone.
.google.apps.meet.v2.PhoneUser phone_user = 6;PhoneUserOrBuilder getPhoneUserOrBuilder()
User calling from their phone.
.google.apps.meet.v2.PhoneUser phone_user = 6;String getName()
Output only. Resource name of the participant.
Format: `conferenceRecords/{conference_record}/participants/{participant}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Resource name of the participant.
Format: `conferenceRecords/{conference_record}/participants/{participant}`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasEarliestStartTime()
Output only. Time when the participant first joined the meeting.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEarliestStartTime()
Output only. Time when the participant first joined the meeting.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEarliestStartTimeOrBuilder()
Output only. Time when the participant first joined the meeting.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasLatestEndTime()
Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getLatestEndTime()
Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getLatestEndTimeOrBuilder()
Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Participant.UserCase getUserCase()
Copyright © 2024 Google LLC. All rights reserved.