Interface ProtobufMessages.SignatureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Signature,ProtobufMessages.Signature.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string key_alias = 1;com.google.protobuf.ByteStringoptional string key_alias = 1;com.google.protobuf.ByteStringoptional bytes signature = 2;booleanoptional string key_alias = 1;booleanoptional bytes signature = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKeyAlias
boolean hasKeyAlias()optional string key_alias = 1;- Returns:
- Whether the keyAlias field is set.
-
getKeyAlias
String getKeyAlias()optional string key_alias = 1;- Returns:
- The keyAlias.
-
getKeyAliasBytes
com.google.protobuf.ByteString getKeyAliasBytes()optional string key_alias = 1;- Returns:
- The bytes for keyAlias.
-
hasSignature
boolean hasSignature()optional bytes signature = 2;- Returns:
- Whether the signature field is set.
-
getSignature
com.google.protobuf.ByteString getSignature()optional bytes signature = 2;- Returns:
- The signature.
-