Interface BranchCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
BranchCredentials,BranchCredentials.Builder
public interface BranchCredentialsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBranchKey()string branch_key = 1 [json_name = "branchKey"];com.google.protobuf.ByteStringgetBranchKeyBytes()string branch_key = 1 [json_name = "branchKey"];java.lang.StringgetBranchSecret()string branch_secret = 2 [json_name = "branchSecret"];com.google.protobuf.ByteStringgetBranchSecretBytes()string branch_secret = 2 [json_name = "branchSecret"];booleangetReadonly()bool readonly = 3 [json_name = "readonly"];
-
-
-
Method Detail
-
getBranchKey
java.lang.String getBranchKey()
string branch_key = 1 [json_name = "branchKey"];- Returns:
- The branchKey.
-
getBranchKeyBytes
com.google.protobuf.ByteString getBranchKeyBytes()
string branch_key = 1 [json_name = "branchKey"];- Returns:
- The bytes for branchKey.
-
getBranchSecret
java.lang.String getBranchSecret()
string branch_secret = 2 [json_name = "branchSecret"];- Returns:
- The branchSecret.
-
getBranchSecretBytes
com.google.protobuf.ByteString getBranchSecretBytes()
string branch_secret = 2 [json_name = "branchSecret"];- Returns:
- The bytes for branchSecret.
-
getReadonly
boolean getReadonly()
bool readonly = 3 [json_name = "readonly"];- Returns:
- The readonly.
-
-