Package proto.rpc.webrtc.v1
Class Signaling.OptionalWebRTCConfigResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Signaling.OptionalWebRTCConfigResponse,Signaling.OptionalWebRTCConfigResponse.Builder>
proto.rpc.webrtc.v1.Signaling.OptionalWebRTCConfigResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,Signaling.OptionalWebRTCConfigResponseOrBuilder
- Enclosing class:
- Signaling.OptionalWebRTCConfigResponse
public static final class Signaling.OptionalWebRTCConfigResponse.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Signaling.OptionalWebRTCConfigResponse,Signaling.OptionalWebRTCConfigResponse.Builder>
implements Signaling.OptionalWebRTCConfigResponseOrBuilder
OptionalWebRTCConfigResponse contains the optional WebRTC config to use for the peer connection.Protobuf type
proto.rpc.webrtc.v1.OptionalWebRTCConfigResponse
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescription.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
boolean
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
setConfig
(Signaling.WebRTCConfig value) .proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
setConfig
(Signaling.WebRTCConfig.Builder builderForValue) .proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasConfig
public boolean hasConfig().proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
- Specified by:
hasConfig
in interfaceSignaling.OptionalWebRTCConfigResponseOrBuilder
- Returns:
- Whether the config field is set.
-
getConfig
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
- Specified by:
getConfig
in interfaceSignaling.OptionalWebRTCConfigResponseOrBuilder
- Returns:
- The config.
-
setConfig
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
-
setConfig
public Signaling.OptionalWebRTCConfigResponse.Builder setConfig(Signaling.WebRTCConfig.Builder builderForValue) .proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
-
mergeConfig
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
-
clearConfig
.proto.rpc.webrtc.v1.WebRTCConfig config = 1 [json_name = "config"];
-