Interface WrappedAuthenticationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WrappedAuthenticationRequest
,WrappedAuthenticationRequest.Builder
public interface WrappedAuthenticationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
The serialized payload of the protobuf instance.getType()
The type of the protobuf the auth payload protobuf.com.google.protobuf.ByteString
The type of the protobuf the auth payload protobuf.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
-
getType
String getType()The type of the protobuf the auth payload protobuf.
string type = 4;
- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()The type of the protobuf the auth payload protobuf.
string type = 4;
- Returns:
- The bytes for type.
-
getPayload
com.google.protobuf.ByteString getPayload()The serialized payload of the protobuf instance.
bytes payload = 5;
- Returns:
- The payload.
-