Package mls_client

Interface MlsClient.CreateGroupRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MlsClient.CreateGroupRequest, MlsClient.CreateGroupRequest.Builder
Enclosing class:
MlsClient

public static interface MlsClient.CreateGroupRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Actually uint16
    boolean
    bool encrypt_handshake = 3;
    com.google.protobuf.ByteString
    bytes group_id = 1;
    com.google.protobuf.ByteString
    bytes identity = 4;

    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

    • getGroupId

      com.google.protobuf.ByteString getGroupId()
      bytes group_id = 1;
      Returns:
      The groupId.
    • getCipherSuite

      int getCipherSuite()
       Actually uint16
       
      uint32 cipher_suite = 2;
      Returns:
      The cipherSuite.
    • getEncryptHandshake

      boolean getEncryptHandshake()
      bool encrypt_handshake = 3;
      Returns:
      The encryptHandshake.
    • getIdentity

      com.google.protobuf.ByteString getIdentity()
      bytes identity = 4;
      Returns:
      The identity.