-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitTokenSource.TokenSourceRequestOrBuilder
public final class LivekitTokenSource.TokenSourceRequest extends GeneratedMessageLite<LivekitTokenSource.TokenSourceRequest, LivekitTokenSource.TokenSourceRequest.Builder> implements LivekitTokenSource.TokenSourceRequestOrBuilder
Protobuf type
{@code livekit.TokenSourceRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitTokenSource.TokenSourceRequest.BuilderProtobuf type
{@code livekit.TokenSourceRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intPARTICIPANT_METADATA_FIELD_NUMBERpublic final static intPARTICIPANT_ATTRIBUTES_FIELD_NUMBERpublic final static intROOM_CONFIG_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasRoomName()The name of the room being requested when generating credentialsoptional string room_name = 1;StringgetRoomName()The name of the room being requested when generating credentialsoptional string room_name = 1;ByteStringgetRoomNameBytes()The name of the room being requested when generating credentialsoptional string room_name = 1;booleanhasParticipantName()The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;StringgetParticipantName()The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;ByteStringgetParticipantNameBytes()The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;booleanhasParticipantIdentity()The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;StringgetParticipantIdentity()The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;ByteStringgetParticipantIdentityBytes()The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;booleanhasParticipantMetadata()Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;StringgetParticipantMetadata()Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;ByteStringgetParticipantMetadataBytes()Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;intgetParticipantAttributesCount()Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;booleancontainsParticipantAttributes(String key)Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;Map<String, String>getParticipantAttributes()Use getParticipantAttributesMap instead. Map<String, String>getParticipantAttributesMap()Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;StringgetParticipantAttributesOrDefault(String key, String defaultValue)Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;StringgetParticipantAttributesOrThrow(String key)Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;booleanhasRoomConfig()A RoomConfiguration object can be passed to request extra parameters should be included when generating connection credentials - dispatching agents, defining egress settings, etc More info: https://docs.livekit.io/home/get-started/authentication/#room-configurationoptional .livekit.RoomConfiguration room_config = 6;LivekitRoom.RoomConfigurationgetRoomConfig()A RoomConfiguration object can be passed to request extra parameters should be included when generating connection credentials - dispatching agents, defining egress settings, etc More info: https://docs.livekit.io/home/get-started/authentication/#room-configurationoptional .livekit.RoomConfiguration room_config = 6;static LivekitTokenSource.TokenSourceRequestparseFrom(ByteBuffer data)static LivekitTokenSource.TokenSourceRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequestparseFrom(ByteString data)static LivekitTokenSource.TokenSourceRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequestparseFrom(Array<byte> data)static LivekitTokenSource.TokenSourceRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequestparseFrom(InputStream input)static LivekitTokenSource.TokenSourceRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequestparseDelimitedFrom(InputStream input)static LivekitTokenSource.TokenSourceRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequestparseFrom(CodedInputStream input)static LivekitTokenSource.TokenSourceRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitTokenSource.TokenSourceRequest.BuildernewBuilder()static LivekitTokenSource.TokenSourceRequest.BuildernewBuilder(LivekitTokenSource.TokenSourceRequest prototype)static LivekitTokenSource.TokenSourceRequestgetDefaultInstance()static Parser<LivekitTokenSource.TokenSourceRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasRoomName
boolean hasRoomName()
The name of the room being requested when generating credentialsoptional string room_name = 1;
-
getRoomName
String getRoomName()
The name of the room being requested when generating credentialsoptional string room_name = 1;
-
getRoomNameBytes
ByteString getRoomNameBytes()
The name of the room being requested when generating credentialsoptional string room_name = 1;
-
hasParticipantName
boolean hasParticipantName()
The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;
-
getParticipantName
String getParticipantName()
The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
The name of the participant being requested for this client when generating credentialsoptional string participant_name = 2;
-
hasParticipantIdentity
boolean hasParticipantIdentity()
The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;
-
getParticipantIdentity
String getParticipantIdentity()
The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
The identity of the participant being requested for this client when generating credentialsoptional string participant_identity = 3;
-
hasParticipantMetadata
boolean hasParticipantMetadata()
Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;
-
getParticipantMetadata
String getParticipantMetadata()
Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
Any participant metadata being included along with the credentials generation operationoptional string participant_metadata = 4;
-
getParticipantAttributesCount
int getParticipantAttributesCount()
Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;
-
containsParticipantAttributes
boolean containsParticipantAttributes(String key)
Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;
-
getParticipantAttributes
@Deprecated() Map<String, String> getParticipantAttributes()
Use getParticipantAttributesMap instead.
-
getParticipantAttributesMap
Map<String, String> getParticipantAttributesMap()
Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;
-
getParticipantAttributesOrDefault
String getParticipantAttributesOrDefault(String key, String defaultValue)
Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;
-
getParticipantAttributesOrThrow
String getParticipantAttributesOrThrow(String key)
Any participant attributes being included along with the credentials generation operationmap<string, string> participant_attributes = 5;
-
hasRoomConfig
boolean hasRoomConfig()
A RoomConfiguration object can be passed to request extra parameters should be included when generating connection credentials - dispatching agents, defining egress settings, etc More info: https://docs.livekit.io/home/get-started/authentication/#room-configurationoptional .livekit.RoomConfiguration room_config = 6;
-
getRoomConfig
LivekitRoom.RoomConfiguration getRoomConfig()
A RoomConfiguration object can be passed to request extra parameters should be included when generating connection credentials - dispatching agents, defining egress settings, etc More info: https://docs.livekit.io/home/get-started/authentication/#room-configurationoptional .livekit.RoomConfiguration room_config = 6;
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(ByteString data)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(InputStream input)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitTokenSource.TokenSourceRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitTokenSource.TokenSourceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitTokenSource.TokenSourceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitTokenSource.TokenSourceRequest.Builder newBuilder()
-
newBuilder
static LivekitTokenSource.TokenSourceRequest.Builder newBuilder(LivekitTokenSource.TokenSourceRequest prototype)
-
getDefaultInstance
static LivekitTokenSource.TokenSourceRequest getDefaultInstance()
-
parser
static Parser<LivekitTokenSource.TokenSourceRequest> parser()
-
-
-
-