Package proto.rpc.webrtc.v1
Class Signaling.AnswerRequestInitStage
java.lang.Object
com.google.protobuf.AbstractMessageLite<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
com.google.protobuf.GeneratedMessageLite<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
proto.rpc.webrtc.v1.Signaling.AnswerRequestInitStage
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Signaling.AnswerRequestInitStageOrBuilder
- Enclosing class:
Signaling
public static final class Signaling.AnswerRequestInitStage
extends com.google.protobuf.GeneratedMessageLite<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
implements Signaling.AnswerRequestInitStageOrBuilder
AnswerRequestInitStage is the first and a one time stage that represents the callers initial SDP request to the controlled (answerer) side.Protobuf type
proto.rpc.webrtc.v1.AnswerRequestInitStage-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAnswerRequestInitStage is the first and a one time stage that represents the callers initial SDP request to the controlled (answerer) side.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>, 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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleancaller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.protected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.com.google.protobuf.ByteStringcaller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.Deprecated.intcaller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.getCallerAuthMetadataOrDefault(String key, String defaultValue) caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.com.google.protobuf.Timestampoptional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];getSdp()string sdp = 1 [json_name = "sdp"];com.google.protobuf.ByteStringstring sdp = 1 [json_name = "sdp"];booleanoptional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];boolean.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];newBuilder(Signaling.AnswerRequestInitStage prototype) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Signaling.AnswerRequestInitStage> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, 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, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
SDP_FIELD_NUMBER
public static final int SDP_FIELD_NUMBER- See Also:
-
OPTIONAL_CONFIG_FIELD_NUMBER
public static final int OPTIONAL_CONFIG_FIELD_NUMBER- See Also:
-
DEADLINE_FIELD_NUMBER
public static final int DEADLINE_FIELD_NUMBER- See Also:
-
CALLER_AUTH_ENTITY_FIELD_NUMBER
public static final int CALLER_AUTH_ENTITY_FIELD_NUMBER- See Also:
-
CALLER_AUTH_METADATA_FIELD_NUMBER
public static final int CALLER_AUTH_METADATA_FIELD_NUMBER- See Also:
-
-
Method Details
-
getSdp
string sdp = 1 [json_name = "sdp"];- Specified by:
getSdpin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The sdp.
-
getSdpBytes
public com.google.protobuf.ByteString getSdpBytes()string sdp = 1 [json_name = "sdp"];- Specified by:
getSdpBytesin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The bytes for sdp.
-
hasOptionalConfig
public boolean hasOptionalConfig().proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];- Specified by:
hasOptionalConfigin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- Whether the optionalConfig field is set.
-
getOptionalConfig
.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];- Specified by:
getOptionalConfigin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The optionalConfig.
-
hasDeadline
public boolean hasDeadline()optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];- Specified by:
hasDeadlinein interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- Whether the deadline field is set.
-
getDeadline
public com.google.protobuf.Timestamp getDeadline()optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];- Specified by:
getDeadlinein interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The deadline.
-
getCallerAuthEntity
caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server. Only the caller's identity is forwarded to the answerer, not its bearer token. Empty when the caller was unauthenticated.
string caller_auth_entity = 4 [json_name = "callerAuthEntity"];- Specified by:
getCallerAuthEntityin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The callerAuthEntity.
-
getCallerAuthEntityBytes
public com.google.protobuf.ByteString getCallerAuthEntityBytes()caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server. Only the caller's identity is forwarded to the answerer, not its bearer token. Empty when the caller was unauthenticated.
string caller_auth_entity = 4 [json_name = "callerAuthEntity"];- Specified by:
getCallerAuthEntityBytesin interfaceSignaling.AnswerRequestInitStageOrBuilder- Returns:
- The bytes for callerAuthEntity.
-
getCallerAuthMetadataCount
public int getCallerAuthMetadataCount()Description copied from interface:Signaling.AnswerRequestInitStageOrBuildercaller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];- Specified by:
getCallerAuthMetadataCountin interfaceSignaling.AnswerRequestInitStageOrBuilder
-
containsCallerAuthMetadata
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];- Specified by:
containsCallerAuthMetadatain interfaceSignaling.AnswerRequestInitStageOrBuilder
-
getCallerAuthMetadata
Deprecated.UsegetCallerAuthMetadataMap()instead.- Specified by:
getCallerAuthMetadatain interfaceSignaling.AnswerRequestInitStageOrBuilder
-
getCallerAuthMetadataMap
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];- Specified by:
getCallerAuthMetadataMapin interfaceSignaling.AnswerRequestInitStageOrBuilder
-
getCallerAuthMetadataOrDefault
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];- Specified by:
getCallerAuthMetadataOrDefaultin interfaceSignaling.AnswerRequestInitStageOrBuilder
-
getCallerAuthMetadataOrThrow
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];- Specified by:
getCallerAuthMetadataOrThrowin interfaceSignaling.AnswerRequestInitStageOrBuilder
-
parseFrom
public static Signaling.AnswerRequestInitStage parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.AnswerRequestInitStage parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.AnswerRequestInitStage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.AnswerRequestInitStage 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.AnswerRequestInitStage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Signaling.AnswerRequestInitStage 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.AnswerRequestInitStage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Signaling.AnswerRequestInitStage parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Signaling.AnswerRequestInitStage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Signaling.AnswerRequestInitStage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Signaling.AnswerRequestInitStage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Signaling.AnswerRequestInitStage.Builder newBuilder(Signaling.AnswerRequestInitStage prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
-
getDefaultInstance
-
parser
-