Interface MlsClient.CommitResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.CommitResponse, MlsClient.CommitResponse.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.CommitResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes commit = 1;com.google.protobuf.ByteStringbytes ratchet_tree = 3;com.google.protobuf.ByteStringbytes welcome = 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
-
getCommit
com.google.protobuf.ByteString getCommit()bytes commit = 1;- Returns:
- The commit.
-
getWelcome
com.google.protobuf.ByteString getWelcome()bytes welcome = 2;- Returns:
- The welcome.
-
getRatchetTree
com.google.protobuf.ByteString getRatchetTree()bytes ratchet_tree = 3;- Returns:
- The ratchetTree.
-