Package proto.rpc.webrtc.v1
Class Signaling.AnswerRequestInitStage.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
com.google.protobuf.GeneratedMessageLite.Builder<Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder>
proto.rpc.webrtc.v1.Signaling.AnswerRequestInitStage.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Signaling.AnswerRequestInitStageOrBuilder
- Enclosing class:
Signaling.AnswerRequestInitStage
public static final class Signaling.AnswerRequestInitStage.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<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-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptioncaller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];clearSdp()string sdp = 1 [json_name = "sdp"];booleancaller_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_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"];mergeDeadline(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];putAllCallerAuthMetadata(Map<String, String> values) 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.putCallerAuthMetadata(String key, String value) 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.setCallerAuthEntity(String value) caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.setCallerAuthEntityBytes(com.google.protobuf.ByteString value) caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.setDeadline(com.google.protobuf.Timestamp value) optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];setDeadline(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];setOptionalConfig(Signaling.WebRTCConfig.Builder builderForValue) .proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];string sdp = 1 [json_name = "sdp"];setSdpBytes(com.google.protobuf.ByteString value) string sdp = 1 [json_name = "sdp"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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.
-
setSdp
string sdp = 1 [json_name = "sdp"];- Parameters:
value- The sdp to set.- Returns:
- This builder for chaining.
-
clearSdp
string sdp = 1 [json_name = "sdp"];- Returns:
- This builder for chaining.
-
setSdpBytes
string sdp = 1 [json_name = "sdp"];- Parameters:
value- The bytes for sdp to set.- Returns:
- This builder for chaining.
-
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.
-
setOptionalConfig
.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"]; -
setOptionalConfig
public Signaling.AnswerRequestInitStage.Builder setOptionalConfig(Signaling.WebRTCConfig.Builder builderForValue) .proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"]; -
mergeOptionalConfig
.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"]; -
clearOptionalConfig
.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "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.
-
setDeadline
optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"]; -
setDeadline
public Signaling.AnswerRequestInitStage.Builder setDeadline(com.google.protobuf.Timestamp.Builder builderForValue) optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"]; -
mergeDeadline
optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"]; -
clearDeadline
optional .google.protobuf.Timestamp deadline = 3 [json_name = "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.
-
setCallerAuthEntity
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"];- Parameters:
value- The callerAuthEntity to set.- Returns:
- This builder for chaining.
-
clearCallerAuthEntity
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"];- Returns:
- This builder for chaining.
-
setCallerAuthEntityBytes
public Signaling.AnswerRequestInitStage.Builder setCallerAuthEntityBytes(com.google.protobuf.ByteString value) 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"];- Parameters:
value- The bytes for callerAuthEntity to set.- Returns:
- This builder for chaining.
-
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
-
clearCallerAuthMetadata
-
removeCallerAuthMetadata
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"]; -
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
-
putCallerAuthMetadata
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"]; -
putAllCallerAuthMetadata
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"];
-