Package mls_client
Interface MlsClient.GroupInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.GroupInfoResponse
,MlsClient.GroupInfoResponse.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.GroupInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
bytes group_info = 1;
com.google.protobuf.ByteString
bytes ratchet_tree = 2;
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
-
getGroupInfo
com.google.protobuf.ByteString getGroupInfo()bytes group_info = 1;
- Returns:
- The groupInfo.
-
getRatchetTree
com.google.protobuf.ByteString getRatchetTree()bytes ratchet_tree = 2;
- Returns:
- The ratchetTree.
-