Class Participant (0.11.0)

public final class Participant extends GeneratedMessageV3 implements ParticipantOrBuilder

User who attended or is attending a conference.

Protobuf type google.apps.meet.v2.Participant

Static Fields

ANONYMOUS_USER_FIELD_NUMBER

public static final int ANONYMOUS_USER_FIELD_NUMBER
Field Value
Type Description
int

EARLIEST_START_TIME_FIELD_NUMBER

public static final int EARLIEST_START_TIME_FIELD_NUMBER
Field Value
Type Description
int

LATEST_END_TIME_FIELD_NUMBER

public static final int LATEST_END_TIME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

PHONE_USER_FIELD_NUMBER

public static final int PHONE_USER_FIELD_NUMBER
Field Value
Type Description
int

SIGNEDIN_USER_FIELD_NUMBER

public static final int SIGNEDIN_USER_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Participant getDefaultInstance()
Returns
Type Description
Participant

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Participant.Builder newBuilder()
Returns
Type Description
Participant.Builder

newBuilder(Participant prototype)

public static Participant.Builder newBuilder(Participant prototype)
Parameter
Name Description
prototype Participant
Returns
Type Description
Participant.Builder

parseDelimitedFrom(InputStream input)

public static Participant parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Participant parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Participant parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Participant parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Participant parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Participant parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Participant parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Participant parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Participant parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Participant parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Participant parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Participant parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Participant
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Participant> parser()
Returns
Type Description
Parser<Participant>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAnonymousUser()

public AnonymousUser getAnonymousUser()

Anonymous user.

.google.apps.meet.v2.AnonymousUser anonymous_user = 5;

Returns
Type Description
AnonymousUser

The anonymousUser.

getAnonymousUserOrBuilder()

public AnonymousUserOrBuilder getAnonymousUserOrBuilder()

Anonymous user.

.google.apps.meet.v2.AnonymousUser anonymous_user = 5;

Returns
Type Description
AnonymousUserOrBuilder

getDefaultInstanceForType()

public Participant getDefaultInstanceForType()
Returns
Type Description
Participant

getEarliestStartTime()

public 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];

Returns
Type Description
Timestamp

The earliestStartTime.

getEarliestStartTimeOrBuilder()

public 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];

Returns
Type Description
TimestampOrBuilder

getLatestEndTime()

public 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];

Returns
Type Description
Timestamp

The latestEndTime.

getLatestEndTimeOrBuilder()

public 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];

Returns
Type Description
TimestampOrBuilder

getName()

public 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 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.

getParserForType()

public Parser<Participant> getParserForType()
Returns
Type Description
Parser<Participant>
Overrides

getPhoneUser()

public PhoneUser getPhoneUser()

User calling from their phone.

.google.apps.meet.v2.PhoneUser phone_user = 6;

Returns
Type Description
PhoneUser

The phoneUser.

getPhoneUserOrBuilder()

public PhoneUserOrBuilder getPhoneUserOrBuilder()

User calling from their phone.

.google.apps.meet.v2.PhoneUser phone_user = 6;

Returns
Type Description
PhoneUserOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSignedinUser()

public SignedinUser getSignedinUser()

Signed-in user.

.google.apps.meet.v2.SignedinUser signedin_user = 4;

Returns
Type Description
SignedinUser

The signedinUser.

getSignedinUserOrBuilder()

public SignedinUserOrBuilder getSignedinUserOrBuilder()

Signed-in user.

.google.apps.meet.v2.SignedinUser signedin_user = 4;

Returns
Type Description
SignedinUserOrBuilder

getUserCase()

public Participant.UserCase getUserCase()
Returns
Type Description
Participant.UserCase

hasAnonymousUser()

public boolean hasAnonymousUser()

Anonymous user.

.google.apps.meet.v2.AnonymousUser anonymous_user = 5;

Returns
Type Description
boolean

Whether the anonymousUser field is set.

hasEarliestStartTime()

public 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];

Returns
Type Description
boolean

Whether the earliestStartTime field is set.

hasLatestEndTime()

public 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];

Returns
Type Description
boolean

Whether the latestEndTime field is set.

hasPhoneUser()

public boolean hasPhoneUser()

User calling from their phone.

.google.apps.meet.v2.PhoneUser phone_user = 6;

Returns
Type Description
boolean

Whether the phoneUser field is set.

hasSignedinUser()

public boolean hasSignedinUser()

Signed-in user.

.google.apps.meet.v2.SignedinUser signedin_user = 4;

Returns
Type Description
boolean

Whether the signedinUser field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Participant.Builder newBuilderForType()
Returns
Type Description
Participant.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Participant.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Participant.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Participant.Builder toBuilder()
Returns
Type Description
Participant.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException