Package pbx
Interface Model.ClientLoginOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.ClientLogin,Model.ClientLogin.Builder
- Enclosing class:
- Model
public static interface Model.ClientLoginOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Model.ClientCredgetCred(int index)Credentials for verification.intgetCredCount()Credentials for verification.java.util.List<Model.ClientCred>getCredList()Credentials for verification.java.lang.StringgetId()optional string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()optional string id = 1 [json_name = "id"];java.lang.StringgetScheme()Authentication schemecom.google.protobuf.ByteStringgetSchemeBytes()Authentication schemejava.lang.StringgetSdkKey()Organization sdk keycom.google.protobuf.ByteStringgetSdkKeyBytes()Organization sdk keycom.google.protobuf.ByteStringgetSecret()Shared secretbooleanhasId()optional string id = 1 [json_name = "id"];booleanhasSdkKey()Organization sdk key
-
-
-
Method Detail
-
hasId
boolean hasId()
optional string id = 1 [json_name = "id"];- Returns:
- Whether the id field is set.
-
getId
java.lang.String getId()
optional string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getScheme
java.lang.String getScheme()
Authentication scheme
string scheme = 2 [json_name = "scheme"];- Returns:
- The scheme.
-
getSchemeBytes
com.google.protobuf.ByteString getSchemeBytes()
Authentication scheme
string scheme = 2 [json_name = "scheme"];- Returns:
- The bytes for scheme.
-
getSecret
com.google.protobuf.ByteString getSecret()
Shared secret
bytes secret = 3 [json_name = "secret"];- Returns:
- The secret.
-
getCredList
java.util.List<Model.ClientCred> getCredList()
Credentials for verification.
repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
-
getCred
Model.ClientCred getCred(int index)
Credentials for verification.
repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
-
getCredCount
int getCredCount()
Credentials for verification.
repeated .pbx.ClientCred cred = 4 [json_name = "cred"];
-
hasSdkKey
boolean hasSdkKey()
Organization sdk key
optional string sdk_key = 5 [json_name = "sdkKey"];- Returns:
- Whether the sdkKey field is set.
-
getSdkKey
java.lang.String getSdkKey()
Organization sdk key
optional string sdk_key = 5 [json_name = "sdkKey"];- Returns:
- The sdkKey.
-
getSdkKeyBytes
com.google.protobuf.ByteString getSdkKeyBytes()
Organization sdk key
optional string sdk_key = 5 [json_name = "sdkKey"];- Returns:
- The bytes for sdkKey.
-
-