Package mls_client
Interface MlsClient.HandleCommitRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.HandleCommitRequest
,MlsClient.HandleCommitRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.HandleCommitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes commit = 3;
com.google.protobuf.ByteString
getProposal
(int index) repeated bytes proposal = 2;
int
repeated bytes proposal = 2;
List
<com.google.protobuf.ByteString> repeated bytes proposal = 2;
int
uint32 state_id = 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
-
getStateId
int getStateId()uint32 state_id = 1;
- Returns:
- The stateId.
-
getProposalList
List<com.google.protobuf.ByteString> getProposalList()repeated bytes proposal = 2;
- Returns:
- A list containing the proposal.
-
getProposalCount
int getProposalCount()repeated bytes proposal = 2;
- Returns:
- The count of proposal.
-
getProposal
com.google.protobuf.ByteString getProposal(int index) repeated bytes proposal = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The proposal at the given index.
-
getCommit
com.google.protobuf.ByteString getCommit()bytes commit = 3;
- Returns:
- The commit.
-