Package com.mux.spaces.api.proto.signals
Interface Signals.ICEServerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.ICEServer,Signals.ICEServer.Builder
- Enclosing class:
- Signals
public static interface Signals.ICEServerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCredential()string credential = 4;com.google.protobuf.ByteStringgetCredentialBytes()string credential = 4;java.lang.StringgetCredentialType()string credential_type = 2;com.google.protobuf.ByteStringgetCredentialTypeBytes()string credential_type = 2;java.lang.StringgetUrls(int index)repeated string urls = 1;com.google.protobuf.ByteStringgetUrlsBytes(int index)repeated string urls = 1;intgetUrlsCount()repeated string urls = 1;java.util.List<java.lang.String>getUrlsList()repeated string urls = 1;java.lang.StringgetUsername()string username = 3;com.google.protobuf.ByteStringgetUsernameBytes()string username = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrlsList
java.util.List<java.lang.String> getUrlsList()
repeated string urls = 1;- Returns:
- A list containing the urls.
-
getUrlsCount
int getUrlsCount()
repeated string urls = 1;- Returns:
- The count of urls.
-
getUrls
java.lang.String getUrls(int index)
repeated string urls = 1;- 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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the urls at the given index.
-
getCredentialType
java.lang.String getCredentialType()
string credential_type = 2;- Returns:
- The credentialType.
-
getCredentialTypeBytes
com.google.protobuf.ByteString getCredentialTypeBytes()
string credential_type = 2;- Returns:
- The bytes for credentialType.
-
getUsername
java.lang.String getUsername()
string username = 3;- Returns:
- The username.
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()
string username = 3;- Returns:
- The bytes for username.
-
getCredential
java.lang.String getCredential()
string credential = 4;- Returns:
- The credential.
-
getCredentialBytes
com.google.protobuf.ByteString getCredentialBytes()
string credential = 4;- Returns:
- The bytes for credential.
-
-