Package dev.enola.thing.proto
Interface CompactThingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompactThings,CompactThings.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsLinks(long key) map<uint64, string> links = 3;booleancontainsThings(long key) map<uint64, .dev.enola.thing.CompactThing> things = 2;longgetId()uint64 id = 1;getLinks()Deprecated.intmap<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.intmap<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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
long getId()uint64 id = 1;- Returns:
- The id.
-
getThingsCount
int getThingsCount()map<uint64, .dev.enola.thing.CompactThing> things = 2; -
containsThings
map<uint64, .dev.enola.thing.CompactThing> things = 2; -
getThings
Deprecated.UsegetThingsMap()instead. -
getThingsMap
map<uint64, .dev.enola.thing.CompactThing> things = 2; -
getThingsOrDefault
map<uint64, .dev.enola.thing.CompactThing> things = 2; -
getThingsOrThrow
map<uint64, .dev.enola.thing.CompactThing> things = 2; -
getLinksCount
int getLinksCount()map<uint64, string> links = 3; -
containsLinks
map<uint64, string> links = 3; -
getLinks
Deprecated.UsegetLinksMap()instead. -
getLinksMap
Map<Long,String> getLinksMap()map<uint64, string> links = 3; -
getLinksOrDefault
map<uint64, string> links = 3; -
getLinksOrThrow
map<uint64, string> links = 3;
-