Interface Protocol.UniteOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Protocol.Unite, Protocol.Unite.Builder
    Enclosing class:
    Protocol

    public static interface Protocol.UniteOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAddress()
      hostname
      com.google.protobuf.ByteString getAddressBytes()
      hostname
      com.google.protobuf.ByteString getPort()
      2 bytes fix
      com.google.protobuf.ByteString getPublicKey()
      33 bytes fix
      • 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 Detail

      • getPublicKey

        com.google.protobuf.ByteString getPublicKey()
         33 bytes fix
         
        bytes publicKey = 1;
        Returns:
        The publicKey.
      • getAddress

        String getAddress()
         hostname
         
        string address = 2;
        Returns:
        The address.
      • getAddressBytes

        com.google.protobuf.ByteString getAddressBytes()
         hostname
         
        string address = 2;
        Returns:
        The bytes for address.
      • getPort

        com.google.protobuf.ByteString getPort()
         2 bytes fix
         
        bytes port = 3;
        Returns:
        The port.