Interface CompactThingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CompactThing, CompactThing.Builder

@Generated public interface CompactThingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    TODO bytes, really?
    Map<Long,com.google.protobuf.ByteString>
    Deprecated.
    int
    TODO bytes, really?
    Map<Long,com.google.protobuf.ByteString>
    TODO bytes, really?
    com.google.protobuf.ByteString
    getPropertiesOrDefault(long key, com.google.protobuf.ByteString defaultValue)
    TODO bytes, really?
    com.google.protobuf.ByteString
    TODO bytes, really?

    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

    • getPropertiesCount

       TODO bytes, really?
       
      map<uint64, bytes> properties = 1;
    • containsProperties

      boolean containsProperties(long key)
       TODO bytes, really?
       
      map<uint64, bytes> properties = 1;
    • getProperties

      @Deprecated Map<Long,com.google.protobuf.ByteString> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<Long,com.google.protobuf.ByteString> getPropertiesMap()
       TODO bytes, really?
       
      map<uint64, bytes> properties = 1;
    • getPropertiesOrDefault

      com.google.protobuf.ByteString getPropertiesOrDefault(long key, com.google.protobuf.ByteString defaultValue)
       TODO bytes, really?
       
      map<uint64, bytes> properties = 1;
    • getPropertiesOrThrow

      com.google.protobuf.ByteString getPropertiesOrThrow(long key)
       TODO bytes, really?
       
      map<uint64, bytes> properties = 1;