Interface CompactThingsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    containsLinks(long key)
    map<uint64, string> links = 3;
    boolean
    containsThings(long key)
    map<uint64, .dev.enola.thing.CompactThing> things = 2;
    long
    uint64 id = 1;
    Deprecated.
    int
    map<uint64, string> links = 3;
    map<uint64, string> links = 3;
    getLinksOrDefault(long key, String defaultValue)
    map<uint64, string> links = 3;
    getLinksOrThrow(long key)
    map<uint64, string> links = 3;
    Deprecated.
    int
    map<uint64, .dev.enola.thing.CompactThing> things = 2;
    map<uint64, .dev.enola.thing.CompactThing> things = 2;
    getThingsOrDefault(long key, CompactThing defaultValue)
    map<uint64, .dev.enola.thing.CompactThing> things = 2;
    getThingsOrThrow(long key)
    map<uint64, .dev.enola.thing.CompactThing> things = 2;

    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