Package proto.rpc.webrtc.v1
Interface Signaling.ICEServerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Signaling.ICEServer
,Signaling.ICEServer.Builder
- Enclosing class:
- Signaling
public static interface Signaling.ICEServerOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring credential = 3 [json_name = "credential"];
com.google.protobuf.ByteString
string credential = 3 [json_name = "credential"];
getUrls
(int index) repeated string urls = 1 [json_name = "urls"];
com.google.protobuf.ByteString
getUrlsBytes
(int index) repeated string urls = 1 [json_name = "urls"];
int
repeated string urls = 1 [json_name = "urls"];
repeated string urls = 1 [json_name = "urls"];
string username = 2 [json_name = "username"];
com.google.protobuf.ByteString
string username = 2 [json_name = "username"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getUrlsList
repeated string urls = 1 [json_name = "urls"];
- Returns:
- A list containing the urls.
-
getUrlsCount
int getUrlsCount()repeated string urls = 1 [json_name = "urls"];
- Returns:
- The count of urls.
-
getUrls
repeated string urls = 1 [json_name = "urls"];
- Parameters:
index
- The index of the element to return.- Returns:
- The urls at the given index.
-
getUrlsBytes
com.google.protobuf.ByteString getUrlsBytes(int index) repeated string urls = 1 [json_name = "urls"];
- Parameters:
index
- The index of the element to return.- Returns:
- The urls at the given index.
-
getUsername
String getUsername()string username = 2 [json_name = "username"];
- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string username = 2 [json_name = "username"];
- Returns:
- The bytes for username.
-
getCredential
String getCredential()string credential = 3 [json_name = "credential"];
- Returns:
- The credential.
-
getCredentialBytes
com.google.protobuf.ByteString getCredentialBytes()string credential = 3 [json_name = "credential"];
- Returns:
- The bytes for credential.
-