Package mls_client
Interface MlsClient.AddExternalSignerResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.AddExternalSignerResponse,MlsClient.AddExternalSignerResponse.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.AddExternalSignerResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes proposal = 1;intuint32 signer_index = 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
-
getProposal
com.google.protobuf.ByteString getProposal()bytes proposal = 1;- Returns:
- The proposal.
-
getSignerIndex
int getSignerIndex()uint32 signer_index = 2;- Returns:
- The signerIndex.
-