Package mls_client

Interface MlsClient.AddExternalSignerRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes external_sender = 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.
    • getExternalSender

      com.google.protobuf.ByteString getExternalSender()
      bytes external_sender = 2;
      Returns:
      The externalSender.