-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitIngress.UpdateIngressRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetIngressId()string ingress_id = 1;abstract ByteStringgetIngressIdBytes()string ingress_id = 1;abstract StringgetName()string name = 2;abstract ByteStringgetNameBytes()string name = 2;abstract StringgetRoomName()string room_name = 3;abstract ByteStringgetRoomNameBytes()string room_name = 3;abstract StringgetParticipantIdentity()string participant_identity = 4;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 4;abstract StringgetParticipantName()string participant_name = 5;abstract ByteStringgetParticipantNameBytes()string participant_name = 5;abstract StringgetParticipantMetadata()string participant_metadata = 9;abstract ByteStringgetParticipantMetadataBytes()string participant_metadata = 9;abstract booleanhasBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];abstract booleangetBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];abstract booleanhasEnableTranscoding()optional bool enable_transcoding = 10;abstract booleangetEnableTranscoding()optional bool enable_transcoding = 10;abstract booleanhasAudio().livekit.IngressAudioOptions audio = 6;abstract LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;abstract booleanhasVideo().livekit.IngressVideoOptions video = 7;abstract LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;abstract booleanhasEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;abstract booleangetEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;-
-
Method Detail
-
getIngressId
abstract String getIngressId()
string ingress_id = 1;
-
getIngressIdBytes
abstract ByteString getIngressIdBytes()
string ingress_id = 1;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2;
-
getRoomName
abstract String getRoomName()
string room_name = 3;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 3;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 4;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 4;
-
getParticipantName
abstract String getParticipantName()
string participant_name = 5;
-
getParticipantNameBytes
abstract ByteString getParticipantNameBytes()
string participant_name = 5;
-
getParticipantMetadata
abstract String getParticipantMetadata()
string participant_metadata = 9;
-
getParticipantMetadataBytes
abstract ByteString getParticipantMetadataBytes()
string participant_metadata = 9;
-
hasBypassTranscoding
@Deprecated() abstract boolean hasBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
getBypassTranscoding
@Deprecated() abstract boolean getBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
hasEnableTranscoding
abstract boolean hasEnableTranscoding()
optional bool enable_transcoding = 10;
-
getEnableTranscoding
abstract boolean getEnableTranscoding()
optional bool enable_transcoding = 10;
-
hasAudio
abstract boolean hasAudio()
.livekit.IngressAudioOptions audio = 6;
-
getAudio
abstract LivekitIngress.IngressAudioOptions getAudio()
.livekit.IngressAudioOptions audio = 6;
-
hasVideo
abstract boolean hasVideo()
.livekit.IngressVideoOptions video = 7;
-
getVideo
abstract LivekitIngress.IngressVideoOptions getVideo()
.livekit.IngressVideoOptions video = 7;
-
hasEnabled
abstract boolean hasEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;
-
getEnabled
abstract boolean getEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;
-
-
-
-