-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,java.lang.Cloneable
,livekit.LivekitIngress.UpdateIngressRequestOrBuilder
public final class LivekitIngress.UpdateIngressRequest.Builder extends GeneratedMessageLite.Builder<LivekitIngress.UpdateIngressRequest, LivekitIngress.UpdateIngressRequest.Builder> implements LivekitIngress.UpdateIngressRequestOrBuilder
Protobuf type
{@code livekit.UpdateIngressRequest}
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom
-
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom
-
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;
-
setIngressId
LivekitIngress.UpdateIngressRequest.Builder setIngressId(String value)
string ingress_id = 1;
- Parameters:
value
- The ingressId to set.
-
clearIngressId
LivekitIngress.UpdateIngressRequest.Builder clearIngressId()
string ingress_id = 1;
-
setIngressIdBytes
LivekitIngress.UpdateIngressRequest.Builder setIngressIdBytes(ByteString value)
string ingress_id = 1;
- Parameters:
value
- The bytes for ingressId to set.
-
getNameBytes
ByteString getNameBytes()
string name = 2;
-
setName
LivekitIngress.UpdateIngressRequest.Builder setName(String value)
string name = 2;
- Parameters:
value
- The name to set.
-
clearName
LivekitIngress.UpdateIngressRequest.Builder clearName()
string name = 2;
-
setNameBytes
LivekitIngress.UpdateIngressRequest.Builder setNameBytes(ByteString value)
string name = 2;
- Parameters:
value
- The bytes for name to set.
-
getRoomName
String getRoomName()
string room_name = 3;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 3;
-
setRoomName
LivekitIngress.UpdateIngressRequest.Builder setRoomName(String value)
string room_name = 3;
- Parameters:
value
- The roomName to set.
-
clearRoomName
LivekitIngress.UpdateIngressRequest.Builder clearRoomName()
string room_name = 3;
-
setRoomNameBytes
LivekitIngress.UpdateIngressRequest.Builder setRoomNameBytes(ByteString value)
string room_name = 3;
- Parameters:
value
- The bytes for roomName to set.
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 4;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 4;
-
setParticipantIdentity
LivekitIngress.UpdateIngressRequest.Builder setParticipantIdentity(String value)
string participant_identity = 4;
- Parameters:
value
- The participantIdentity to set.
-
clearParticipantIdentity
LivekitIngress.UpdateIngressRequest.Builder clearParticipantIdentity()
string participant_identity = 4;
-
setParticipantIdentityBytes
LivekitIngress.UpdateIngressRequest.Builder setParticipantIdentityBytes(ByteString value)
string participant_identity = 4;
- Parameters:
value
- The bytes for participantIdentity to set.
-
getParticipantName
String getParticipantName()
string participant_name = 5;
-
getParticipantNameBytes
ByteString getParticipantNameBytes()
string participant_name = 5;
-
setParticipantName
LivekitIngress.UpdateIngressRequest.Builder setParticipantName(String value)
string participant_name = 5;
- Parameters:
value
- The participantName to set.
-
clearParticipantName
LivekitIngress.UpdateIngressRequest.Builder clearParticipantName()
string participant_name = 5;
-
setParticipantNameBytes
LivekitIngress.UpdateIngressRequest.Builder setParticipantNameBytes(ByteString value)
string participant_name = 5;
- Parameters:
value
- The bytes for participantName to set.
-
hasBypassTranscoding
boolean hasBypassTranscoding()
optional bool bypass_transcoding = 8;
-
getBypassTranscoding
boolean getBypassTranscoding()
optional bool bypass_transcoding = 8;
-
setBypassTranscoding
LivekitIngress.UpdateIngressRequest.Builder setBypassTranscoding(boolean value)
optional bool bypass_transcoding = 8;
- Parameters:
value
- The bypassTranscoding to set.
-
clearBypassTranscoding
LivekitIngress.UpdateIngressRequest.Builder clearBypassTranscoding()
optional bool bypass_transcoding = 8;
-
hasAudio
boolean hasAudio()
.livekit.IngressAudioOptions audio = 6;
-
getAudio
LivekitIngress.IngressAudioOptions getAudio()
.livekit.IngressAudioOptions audio = 6;
-
setAudio
LivekitIngress.UpdateIngressRequest.Builder setAudio(LivekitIngress.IngressAudioOptions value)
.livekit.IngressAudioOptions audio = 6;
-
setAudio
LivekitIngress.UpdateIngressRequest.Builder setAudio(LivekitIngress.IngressAudioOptions.Builder builderForValue)
.livekit.IngressAudioOptions audio = 6;
-
mergeAudio
LivekitIngress.UpdateIngressRequest.Builder mergeAudio(LivekitIngress.IngressAudioOptions value)
.livekit.IngressAudioOptions audio = 6;
-
clearAudio
LivekitIngress.UpdateIngressRequest.Builder clearAudio()
.livekit.IngressAudioOptions audio = 6;
-
hasVideo
boolean hasVideo()
.livekit.IngressVideoOptions video = 7;
-
getVideo
LivekitIngress.IngressVideoOptions getVideo()
.livekit.IngressVideoOptions video = 7;
-
setVideo
LivekitIngress.UpdateIngressRequest.Builder setVideo(LivekitIngress.IngressVideoOptions value)
.livekit.IngressVideoOptions video = 7;
-
setVideo
LivekitIngress.UpdateIngressRequest.Builder setVideo(LivekitIngress.IngressVideoOptions.Builder builderForValue)
.livekit.IngressVideoOptions video = 7;
-
mergeVideo
LivekitIngress.UpdateIngressRequest.Builder mergeVideo(LivekitIngress.IngressVideoOptions value)
.livekit.IngressVideoOptions video = 7;
-
clearVideo
LivekitIngress.UpdateIngressRequest.Builder clearVideo()
.livekit.IngressVideoOptions video = 7;
-
-
-
-