-
- 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
Modifier and Type Method Description StringgetIngressId()string ingress_id = 1;ByteStringgetIngressIdBytes()string ingress_id = 1;LivekitIngress.UpdateIngressRequest.BuildersetIngressId(String value)string ingress_id = 1;LivekitIngress.UpdateIngressRequest.BuilderclearIngressId()string ingress_id = 1;LivekitIngress.UpdateIngressRequest.BuildersetIngressIdBytes(ByteString value)string ingress_id = 1;StringgetName()string name = 2;ByteStringgetNameBytes()string name = 2;LivekitIngress.UpdateIngressRequest.BuildersetName(String value)string name = 2;LivekitIngress.UpdateIngressRequest.BuilderclearName()string name = 2;LivekitIngress.UpdateIngressRequest.BuildersetNameBytes(ByteString value)string name = 2;StringgetRoomName()string room_name = 3;ByteStringgetRoomNameBytes()string room_name = 3;LivekitIngress.UpdateIngressRequest.BuildersetRoomName(String value)string room_name = 3;LivekitIngress.UpdateIngressRequest.BuilderclearRoomName()string room_name = 3;LivekitIngress.UpdateIngressRequest.BuildersetRoomNameBytes(ByteString value)string room_name = 3;StringgetParticipantIdentity()string participant_identity = 4;ByteStringgetParticipantIdentityBytes()string participant_identity = 4;LivekitIngress.UpdateIngressRequest.BuildersetParticipantIdentity(String value)string participant_identity = 4;LivekitIngress.UpdateIngressRequest.BuilderclearParticipantIdentity()string participant_identity = 4;LivekitIngress.UpdateIngressRequest.BuildersetParticipantIdentityBytes(ByteString value)string participant_identity = 4;StringgetParticipantName()string participant_name = 5;ByteStringgetParticipantNameBytes()string participant_name = 5;LivekitIngress.UpdateIngressRequest.BuildersetParticipantName(String value)string participant_name = 5;LivekitIngress.UpdateIngressRequest.BuilderclearParticipantName()string participant_name = 5;LivekitIngress.UpdateIngressRequest.BuildersetParticipantNameBytes(ByteString value)string participant_name = 5;StringgetParticipantMetadata()string participant_metadata = 9;ByteStringgetParticipantMetadataBytes()string participant_metadata = 9;LivekitIngress.UpdateIngressRequest.BuildersetParticipantMetadata(String value)string participant_metadata = 9;LivekitIngress.UpdateIngressRequest.BuilderclearParticipantMetadata()string participant_metadata = 9;LivekitIngress.UpdateIngressRequest.BuildersetParticipantMetadataBytes(ByteString value)string participant_metadata = 9;booleanhasBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];booleangetBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];LivekitIngress.UpdateIngressRequest.BuildersetBypassTranscoding(boolean value)optional bool bypass_transcoding = 8 [deprecated = true];LivekitIngress.UpdateIngressRequest.BuilderclearBypassTranscoding()optional bool bypass_transcoding = 8 [deprecated = true];booleanhasEnableTranscoding()optional bool enable_transcoding = 10;booleangetEnableTranscoding()optional bool enable_transcoding = 10;LivekitIngress.UpdateIngressRequest.BuildersetEnableTranscoding(boolean value)optional bool enable_transcoding = 10;LivekitIngress.UpdateIngressRequest.BuilderclearEnableTranscoding()optional bool enable_transcoding = 10;booleanhasAudio().livekit.IngressAudioOptions audio = 6;LivekitIngress.IngressAudioOptionsgetAudio().livekit.IngressAudioOptions audio = 6;LivekitIngress.UpdateIngressRequest.BuildersetAudio(LivekitIngress.IngressAudioOptions value).livekit.IngressAudioOptions audio = 6;LivekitIngress.UpdateIngressRequest.BuildersetAudio(LivekitIngress.IngressAudioOptions.Builder builderForValue).livekit.IngressAudioOptions audio = 6;LivekitIngress.UpdateIngressRequest.BuildermergeAudio(LivekitIngress.IngressAudioOptions value).livekit.IngressAudioOptions audio = 6;LivekitIngress.UpdateIngressRequest.BuilderclearAudio().livekit.IngressAudioOptions audio = 6;booleanhasVideo().livekit.IngressVideoOptions video = 7;LivekitIngress.IngressVideoOptionsgetVideo().livekit.IngressVideoOptions video = 7;LivekitIngress.UpdateIngressRequest.BuildersetVideo(LivekitIngress.IngressVideoOptions value).livekit.IngressVideoOptions video = 7;LivekitIngress.UpdateIngressRequest.BuildersetVideo(LivekitIngress.IngressVideoOptions.Builder builderForValue).livekit.IngressVideoOptions video = 7;LivekitIngress.UpdateIngressRequest.BuildermergeVideo(LivekitIngress.IngressVideoOptions value).livekit.IngressVideoOptions video = 7;LivekitIngress.UpdateIngressRequest.BuilderclearVideo().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;LivekitIngress.UpdateIngressRequest.BuildersetEnabled(boolean value)The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;LivekitIngress.UpdateIngressRequest.BuilderclearEnabled()The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;-
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.
-
getParticipantMetadata
String getParticipantMetadata()
string participant_metadata = 9;
-
getParticipantMetadataBytes
ByteString getParticipantMetadataBytes()
string participant_metadata = 9;
-
setParticipantMetadata
LivekitIngress.UpdateIngressRequest.Builder setParticipantMetadata(String value)
string participant_metadata = 9;- Parameters:
value- The participantMetadata to set.
-
clearParticipantMetadata
LivekitIngress.UpdateIngressRequest.Builder clearParticipantMetadata()
string participant_metadata = 9;
-
setParticipantMetadataBytes
LivekitIngress.UpdateIngressRequest.Builder setParticipantMetadataBytes(ByteString value)
string participant_metadata = 9;- Parameters:
value- The bytes for participantMetadata to set.
-
hasBypassTranscoding
@Deprecated() boolean hasBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
getBypassTranscoding
@Deprecated() boolean getBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
setBypassTranscoding
@Deprecated() LivekitIngress.UpdateIngressRequest.Builder setBypassTranscoding(boolean value)
optional bool bypass_transcoding = 8 [deprecated = true];- Parameters:
value- The bypassTranscoding to set.
-
clearBypassTranscoding
@Deprecated() LivekitIngress.UpdateIngressRequest.Builder clearBypassTranscoding()
optional bool bypass_transcoding = 8 [deprecated = true];
-
hasEnableTranscoding
boolean hasEnableTranscoding()
optional bool enable_transcoding = 10;
-
getEnableTranscoding
boolean getEnableTranscoding()
optional bool enable_transcoding = 10;
-
setEnableTranscoding
LivekitIngress.UpdateIngressRequest.Builder setEnableTranscoding(boolean value)
optional bool enable_transcoding = 10;- Parameters:
value- The enableTranscoding to set.
-
clearEnableTranscoding
LivekitIngress.UpdateIngressRequest.Builder clearEnableTranscoding()
optional bool enable_transcoding = 10;
-
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;
-
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;
-
setEnabled
LivekitIngress.UpdateIngressRequest.Builder setEnabled(boolean value)
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;- Parameters:
value- The enabled to set.
-
clearEnabled
LivekitIngress.UpdateIngressRequest.Builder clearEnabled()
The default value is true and when set to false, the new connection attempts will be rejectedoptional bool enabled = 11;
-
-
-
-