Package dev.enola.thing.proto
Interface TextThingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextThings,TextThings.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPrefixes(String key) map<string, string> prefixes = 3;booleancontainsThings(String key) map<string, .dev.enola.thing.TextThing> things = 4;getImports(int index) repeated string imports = 2;com.google.protobuf.ByteStringgetImportsBytes(int index) repeated string imports = 2;intrepeated string imports = 2;repeated string imports = 2;Deprecated.intmap<string, string> prefixes = 3;map<string, string> prefixes = 3;getPrefixesOrDefault(String key, String defaultValue) map<string, string> prefixes = 3;getPrefixesOrThrow(String key) map<string, string> prefixes = 3;Deprecated.intmap<string, .dev.enola.thing.TextThing> things = 4;map<string, .dev.enola.thing.TextThing> things = 4;getThingsOrDefault(String key, TextThing defaultValue) map<string, .dev.enola.thing.TextThing> things = 4;getThingsOrThrow(String key) map<string, .dev.enola.thing.TextThing> things = 4;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
-
getImportsList
repeated string imports = 2;- Returns:
- A list containing the imports.
-
getImportsCount
int getImportsCount()repeated string imports = 2;- Returns:
- The count of imports.
-
getImports
repeated string imports = 2;- Parameters:
index- The index of the element to return.- Returns:
- The imports at the given index.
-
getImportsBytes
repeated string imports = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the imports at the given index.
-
getPrefixesCount
int getPrefixesCount()map<string, string> prefixes = 3; -
containsPrefixes
map<string, string> prefixes = 3; -
getPrefixes
Deprecated.UsegetPrefixesMap()instead. -
getPrefixesMap
map<string, string> prefixes = 3; -
getPrefixesOrDefault
map<string, string> prefixes = 3; -
getPrefixesOrThrow
map<string, string> prefixes = 3; -
getThingsCount
int getThingsCount()map<string, .dev.enola.thing.TextThing> things = 4; -
containsThings
map<string, .dev.enola.thing.TextThing> things = 4; -
getThings
Deprecated.UsegetThingsMap()instead. -
getThingsMap
map<string, .dev.enola.thing.TextThing> things = 4; -
getThingsOrDefault
map<string, .dev.enola.thing.TextThing> things = 4; -
getThingsOrThrow
map<string, .dev.enola.thing.TextThing> things = 4;
-