-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitIngress.UpdateIngressRequestOrBuilder
public final class LivekitIngress.UpdateIngressRequest extends GeneratedMessageLite<LivekitIngress.UpdateIngressRequest, LivekitIngress.UpdateIngressRequest.Builder> implements LivekitIngress.UpdateIngressRequestOrBuilder
Protobuf type
{@code livekit.UpdateIngressRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitIngress.UpdateIngressRequest.BuilderProtobuf type
{@code livekit.UpdateIngressRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intINGRESS_ID_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intROOM_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intPARTICIPANT_NAME_FIELD_NUMBERpublic final static intPARTICIPANT_METADATA_FIELD_NUMBERpublic final static intBYPASS_TRANSCODING_FIELD_NUMBERpublic final static intENABLE_TRANSCODING_FIELD_NUMBERpublic final static intAUDIO_FIELD_NUMBERpublic final static intVIDEO_FIELD_NUMBERpublic final static intENABLED_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetIngressId()string ingress_id = 1;ByteStringgetIngressIdBytes()string ingress_id = 1;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;StringgetRoomName()string room_name = 3;ByteStringgetRoomNameBytes()string room_name = 3;StringgetParticipantIdentity()string participant_identity = 4;ByteStringgetParticipantIdentityBytes()string participant_identity = 4;StringgetParticipantName()string participant_name = 5;ByteStringgetParticipantNameBytes()string participant_name = 5;StringgetParticipantMetadata()string participant_metadata = 9;ByteStringgetParticipantMetadataBytes()string participant_metadata = 9;booleanhasBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];booleangetBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];booleanhasEnableTranscoding()optional bool enable_transcoding = 10;booleangetEnableTranscoding()optional bool enable_transcoding = 10;booleanhasAudio().livekit.IngressAudioOptions audio = 6;LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;booleanhasVideo().livekit.IngressVideoOptions video = 7;LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;static LivekitIngress.UpdateIngressRequestparseFrom(ByteBuffer data)static LivekitIngress.UpdateIngressRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequestparseFrom(ByteString data)static LivekitIngress.UpdateIngressRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequestparseFrom(Array<byte> data)static LivekitIngress.UpdateIngressRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequestparseFrom(InputStream input)static LivekitIngress.UpdateIngressRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequestparseDelimitedFrom(InputStream input)static LivekitIngress.UpdateIngressRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequestparseFrom(CodedInputStream input)static LivekitIngress.UpdateIngressRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitIngress.UpdateIngressRequest.BuildernewBuilder()static LivekitIngress.UpdateIngressRequest.BuildernewBuilder(LivekitIngress.UpdateIngressRequest prototype)static LivekitIngress.UpdateIngressRequestgetDefaultInstance()static Parser<LivekitIngress.UpdateIngressRequest>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
-
getIngressId
String getIngressId()
string ingress_id = 1;
-
getIngressIdBytes
ByteString getIngressIdBytes()
string ingress_id = 1;
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
getRoomName
String getRoomName()
string room_name = 3;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 3;
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 4;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 4;
-
getParticipantName
String getParticipantName()
string participant_name = 5;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
string participant_name = 5;
-
getParticipantMetadata
String getParticipantMetadata()
string participant_metadata = 9;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
string participant_metadata = 9;
-
hasBypassTranscoding
@Deprecated() boolean hasBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
getBypassTranscoding
@Deprecated() boolean getBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
hasEnableTranscoding
boolean hasEnableTranscoding()
optional bool enable_transcoding = 10;
-
getEnableTranscoding
boolean getEnableTranscoding()
optional bool enable_transcoding = 10;
-
hasAudio
boolean hasAudio()
.livekit.IngressAudioOptions audio = 6;
-
getAudio
LivekitIngress.IngressAudioOptions getAudio()
.livekit.IngressAudioOptions audio = 6;
-
hasVideo
boolean hasVideo()
.livekit.IngressVideoOptions video = 7;
-
getVideo
LivekitIngress.IngressVideoOptions getVideo()
.livekit.IngressVideoOptions video = 7;
-
hasEnabled
boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;
-
getEnabled
boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(ByteString data)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(InputStream input)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitIngress.UpdateIngressRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitIngress.UpdateIngressRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitIngress.UpdateIngressRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitIngress.UpdateIngressRequest.Builder newBuilder()
-
newBuilder
static LivekitIngress.UpdateIngressRequest.Builder newBuilder(LivekitIngress.UpdateIngressRequest prototype)
-
getDefaultInstance
static LivekitIngress.UpdateIngressRequest getDefaultInstance()
-
parser
static Parser<LivekitIngress.UpdateIngressRequest> parser()
-
-
-
-