Class BranchCredentials
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<BranchCredentials,BranchCredentials.Builder>
-
- com.streamlayer.sdkSettings.organization.branch.BranchCredentials
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,BranchCredentialsOrBuilder
public final class BranchCredentials extends com.google.protobuf.GeneratedMessageLite<BranchCredentials,BranchCredentials.Builder> implements BranchCredentialsOrBuilder
Protobuf typestreamlayer.sdkSettings.organization.branch.BranchCredentials
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBranchCredentials.BuilderProtobuf typestreamlayer.sdkSettings.organization.branch.BranchCredentials-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intBRANCH_KEY_FIELD_NUMBERstatic intBRANCH_SECRET_FIELD_NUMBERstatic intREADONLY_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)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"];static BranchCredentialsgetDefaultInstance()booleangetReadonly()bool readonly = 3 [json_name = "readonly"];static BranchCredentials.BuildernewBuilder()static BranchCredentials.BuildernewBuilder(BranchCredentials prototype)static BranchCredentialsparseDelimitedFrom(java.io.InputStream input)static BranchCredentialsparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BranchCredentialsparseFrom(byte[] data)static BranchCredentialsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BranchCredentialsparseFrom(com.google.protobuf.ByteString data)static BranchCredentialsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BranchCredentialsparseFrom(com.google.protobuf.CodedInputStream input)static BranchCredentialsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BranchCredentialsparseFrom(java.io.InputStream input)static BranchCredentialsparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BranchCredentialsparseFrom(java.nio.ByteBuffer data)static BranchCredentialsparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BranchCredentials>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
BRANCH_KEY_FIELD_NUMBER
public static final int BRANCH_KEY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BRANCH_SECRET_FIELD_NUMBER
public static final int BRANCH_SECRET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
READONLY_FIELD_NUMBER
public static final int READONLY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getBranchKey
public java.lang.String getBranchKey()
string branch_key = 1 [json_name = "branchKey"];- Specified by:
getBranchKeyin interfaceBranchCredentialsOrBuilder- Returns:
- The branchKey.
-
getBranchKeyBytes
public com.google.protobuf.ByteString getBranchKeyBytes()
string branch_key = 1 [json_name = "branchKey"];- Specified by:
getBranchKeyBytesin interfaceBranchCredentialsOrBuilder- Returns:
- The bytes for branchKey.
-
getBranchSecret
public java.lang.String getBranchSecret()
string branch_secret = 2 [json_name = "branchSecret"];- Specified by:
getBranchSecretin interfaceBranchCredentialsOrBuilder- Returns:
- The branchSecret.
-
getBranchSecretBytes
public com.google.protobuf.ByteString getBranchSecretBytes()
string branch_secret = 2 [json_name = "branchSecret"];- Specified by:
getBranchSecretBytesin interfaceBranchCredentialsOrBuilder- Returns:
- The bytes for branchSecret.
-
getReadonly
public boolean getReadonly()
bool readonly = 3 [json_name = "readonly"];- Specified by:
getReadonlyin interfaceBranchCredentialsOrBuilder- Returns:
- The readonly.
-
parseFrom
public static BranchCredentials parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BranchCredentials parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BranchCredentials parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BranchCredentials parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BranchCredentials parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BranchCredentials parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BranchCredentials parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static BranchCredentials.Builder newBuilder()
-
newBuilder
public static BranchCredentials.Builder newBuilder(BranchCredentials prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<BranchCredentials,BranchCredentials.Builder>
-
getDefaultInstance
public static BranchCredentials getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BranchCredentials> parser()
-
-