Package proto.rpc.webrtc.v1
Class Signaling.CallResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Signaling.CallResponse,Signaling.CallResponse.Builder>
proto.rpc.webrtc.v1.Signaling.CallResponse
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Signaling.CallResponseOrBuilder
- Enclosing class:
- Signaling
public static final class Signaling.CallResponse
extends com.google.protobuf.GeneratedMessageLite<Signaling.CallResponse,Signaling.CallResponse.Builder>
implements Signaling.CallResponseOrBuilder
CallResponse is the SDP answer that the controlled side responds with.Protobuf type
proto.rpc.webrtc.v1.CallResponse
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
CallResponse is the SDP answer that the controlled side responds with.static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,
?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) static Signaling.CallResponse
getInit()
.proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
.proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
getUuid()
string uuid = 1 [json_name = "uuid"];
com.google.protobuf.ByteString
string uuid = 1 [json_name = "uuid"];
boolean
hasInit()
.proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
boolean
.proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
newBuilder
(Signaling.CallResponse prototype) static Signaling.CallResponse
parseDelimitedFrom
(InputStream input) static Signaling.CallResponse
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Signaling.CallResponse
parseFrom
(byte[] data) static Signaling.CallResponse
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Signaling.CallResponse
parseFrom
(com.google.protobuf.ByteString data) static Signaling.CallResponse
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Signaling.CallResponse
parseFrom
(com.google.protobuf.CodedInputStream input) static Signaling.CallResponse
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Signaling.CallResponse
parseFrom
(InputStream input) static Signaling.CallResponse
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Signaling.CallResponse
parseFrom
(ByteBuffer data) static Signaling.CallResponse
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Signaling.CallResponse>
parser()
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
UUID_FIELD_NUMBER
public static final int UUID_FIELD_NUMBER- See Also:
-
INIT_FIELD_NUMBER
public static final int INIT_FIELD_NUMBER- See Also:
-
UPDATE_FIELD_NUMBER
public static final int UPDATE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getStageCase
- Specified by:
getStageCase
in interfaceSignaling.CallResponseOrBuilder
-
getUuid
string uuid = 1 [json_name = "uuid"];
- Specified by:
getUuid
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- The uuid.
-
getUuidBytes
public com.google.protobuf.ByteString getUuidBytes()string uuid = 1 [json_name = "uuid"];
- Specified by:
getUuidBytes
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- The bytes for uuid.
-
hasInit
public boolean hasInit().proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
- Specified by:
hasInit
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- Whether the init field is set.
-
getInit
.proto.rpc.webrtc.v1.CallResponseInitStage init = 2 [json_name = "init"];
- Specified by:
getInit
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- The init.
-
hasUpdate
public boolean hasUpdate().proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
- Specified by:
hasUpdate
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- Whether the update field is set.
-
getUpdate
.proto.rpc.webrtc.v1.CallResponseUpdateStage update = 3 [json_name = "update"];
- Specified by:
getUpdate
in interfaceSignaling.CallResponseOrBuilder
- Returns:
- The update.
-
parseFrom
public static Signaling.CallResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.CallResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.CallResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.CallResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.CallResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.CallResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Signaling.CallResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Signaling.CallResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Signaling.CallResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Signaling.CallResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Signaling.CallResponse,
Signaling.CallResponse.Builder>
-
getDefaultInstance
-
parser
-