Interface AuthOuterClass.CredentialsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthOuterClass.CredentialsResponse
,AuthOuterClass.CredentialsResponse.Builder
- Enclosing class:
AuthOuterClass
public static interface AuthOuterClass.CredentialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring Secret = 2;
com.google.protobuf.ByteString
string Secret = 2;
string Username = 1;
com.google.protobuf.ByteString
string Username = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUsername
-
getUsernameBytes
com.google.protobuf.ByteString getUsernameBytes()string Username = 1;
- Returns:
- The bytes for username.
-
getSecret
-
getSecretBytes
com.google.protobuf.ByteString getSecretBytes()string Secret = 2;
- Returns:
- The bytes for secret.
-