public interface ParticipantOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnonymousUser()
public abstract AnonymousUser getAnonymousUser()
Anonymous user.
.google.apps.meet.v2beta.AnonymousUser anonymous_user = 5;
Returns | |
---|---|
Type | Description |
AnonymousUser |
The anonymousUser. |
getAnonymousUserOrBuilder()
public abstract AnonymousUserOrBuilder getAnonymousUserOrBuilder()
Anonymous user.
.google.apps.meet.v2beta.AnonymousUser anonymous_user = 5;
Returns | |
---|---|
Type | Description |
AnonymousUserOrBuilder |
getEarliestStartTime()
public abstract Timestamp getEarliestStartTime()
Output only. Time when the participant joined the meeting for the first time.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The earliestStartTime. |
getEarliestStartTimeOrBuilder()
public abstract TimestampOrBuilder getEarliestStartTimeOrBuilder()
Output only. Time when the participant joined the meeting for the first time.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getLatestEndTime()
public abstract Timestamp getLatestEndTime()
Output only. Time when the participant left the meeting for the last time. This can be null if it is an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The latestEndTime. |
getLatestEndTimeOrBuilder()
public abstract TimestampOrBuilder getLatestEndTimeOrBuilder()
Output only. Time when the participant left the meeting for the last time. This can be null if it is an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getName()
public abstract String getName()
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPhoneUser()
public abstract PhoneUser getPhoneUser()
User who calls in from their phone.
.google.apps.meet.v2beta.PhoneUser phone_user = 6;
Returns | |
---|---|
Type | Description |
PhoneUser |
The phoneUser. |
getPhoneUserOrBuilder()
public abstract PhoneUserOrBuilder getPhoneUserOrBuilder()
User who calls in from their phone.
.google.apps.meet.v2beta.PhoneUser phone_user = 6;
Returns | |
---|---|
Type | Description |
PhoneUserOrBuilder |
getSignedinUser()
public abstract SignedinUser getSignedinUser()
Signed-in user.
.google.apps.meet.v2beta.SignedinUser signedin_user = 4;
Returns | |
---|---|
Type | Description |
SignedinUser |
The signedinUser. |
getSignedinUserOrBuilder()
public abstract SignedinUserOrBuilder getSignedinUserOrBuilder()
Signed-in user.
.google.apps.meet.v2beta.SignedinUser signedin_user = 4;
Returns | |
---|---|
Type | Description |
SignedinUserOrBuilder |
getUserCase()
public abstract Participant.UserCase getUserCase()
Returns | |
---|---|
Type | Description |
Participant.UserCase |
hasAnonymousUser()
public abstract boolean hasAnonymousUser()
Anonymous user.
.google.apps.meet.v2beta.AnonymousUser anonymous_user = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the anonymousUser field is set. |
hasEarliestStartTime()
public abstract boolean hasEarliestStartTime()
Output only. Time when the participant joined the meeting for the first time.
.google.protobuf.Timestamp earliest_start_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the earliestStartTime field is set. |
hasLatestEndTime()
public abstract boolean hasLatestEndTime()
Output only. Time when the participant left the meeting for the last time. This can be null if it is an active meeting.
.google.protobuf.Timestamp latest_end_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the latestEndTime field is set. |
hasPhoneUser()
public abstract boolean hasPhoneUser()
User who calls in from their phone.
.google.apps.meet.v2beta.PhoneUser phone_user = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the phoneUser field is set. |
hasSignedinUser()
public abstract boolean hasSignedinUser()
Signed-in user.
.google.apps.meet.v2beta.SignedinUser signedin_user = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the signedinUser field is set. |