Interface Protocol.ClearStateEntryMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getKey()
      bytes key = 1;
      java.lang.String getName()
      Entry name
      com.google.protobuf.ByteString getNameBytes()
      Entry name
      • 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

      • getKey

        com.google.protobuf.ByteString getKey()
        bytes key = 1;
        Returns:
        The key.
      • getName

        java.lang.String getName()
         Entry name
         
        string name = 12;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Entry name
         
        string name = 12;
        Returns:
        The bytes for name.