public static final class ParticipantSession.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder> implements ParticipantSessionOrBuilder
Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.Protobuf type
google.apps.meet.v2.ParticipantSession| Modifier and Type | Method and Description |
|---|---|
ParticipantSession.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ParticipantSession |
build() |
ParticipantSession |
buildPartial() |
ParticipantSession.Builder |
clear() |
ParticipantSession.Builder |
clearEndTime()
Output only.
|
ParticipantSession.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ParticipantSession.Builder |
clearName()
Identifier.
|
ParticipantSession.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ParticipantSession.Builder |
clearStartTime()
Output only.
|
ParticipantSession.Builder |
clone() |
ParticipantSession |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getEndTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasStartTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ParticipantSession.Builder |
mergeEndTime(com.google.protobuf.Timestamp value)
Output only.
|
ParticipantSession.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ParticipantSession.Builder |
mergeFrom(com.google.protobuf.Message other) |
ParticipantSession.Builder |
mergeFrom(ParticipantSession other) |
ParticipantSession.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
Output only.
|
ParticipantSession.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ParticipantSession.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
ParticipantSession.Builder |
setEndTime(com.google.protobuf.Timestamp value)
Output only.
|
ParticipantSession.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ParticipantSession.Builder |
setName(String value)
Identifier.
|
ParticipantSession.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Identifier.
|
ParticipantSession.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ParticipantSession.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
ParticipantSession.Builder |
setStartTime(com.google.protobuf.Timestamp value)
Output only.
|
ParticipantSession.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ParticipantSession build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ParticipantSession buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ParticipantSession.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ParticipantSession.Builder>public ParticipantSession.Builder mergeFrom(ParticipantSession other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public ParticipantSession.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ParticipantSession.Builder>IOExceptionpublic String getName()
Identifier. Session id.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];getName in interface ParticipantSessionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Identifier. Session id.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];getNameBytes in interface ParticipantSessionOrBuilderpublic ParticipantSession.Builder setName(String value)
Identifier. Session id.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];value - The name to set.public ParticipantSession.Builder clearName()
Identifier. Session id.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];public ParticipantSession.Builder setNameBytes(com.google.protobuf.ByteString value)
Identifier. Session id.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];value - The bytes for name to set.public boolean hasStartTime()
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStartTime in interface ParticipantSessionOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTime in interface ParticipantSessionOrBuilderpublic ParticipantSession.Builder setStartTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder mergeStartTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder clearStartTime()
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Timestamp when the user session starts.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder in interface ParticipantSessionOrBuilderpublic boolean hasEndTime()
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasEndTime in interface ParticipantSessionOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTime in interface ParticipantSessionOrBuilderpublic ParticipantSession.Builder setEndTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ParticipantSession.Builder clearEndTime()
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder in interface ParticipantSessionOrBuilderpublic final ParticipantSession.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>public final ParticipantSession.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ParticipantSession.Builder>Copyright © 2024 Google LLC. All rights reserved.