Interface MlsClient.HandleBranchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.HandleBranchRequest, MlsClient.HandleBranchRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.HandleBranchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes ratchet_tree = 4;intuint32 state_id = 1;intuint32 transaction_id = 2;com.google.protobuf.ByteStringbytes welcome = 3;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
-
getStateId
int getStateId()uint32 state_id = 1;- Returns:
- The stateId.
-
getTransactionId
int getTransactionId()uint32 transaction_id = 2;- Returns:
- The transactionId.
-
getWelcome
com.google.protobuf.ByteString getWelcome()bytes welcome = 3;- Returns:
- The welcome.
-
getRatchetTree
com.google.protobuf.ByteString getRatchetTree()bytes ratchet_tree = 4;- Returns:
- The ratchetTree.
-