Package dev.enola.thing.proto
Interface TextThingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextThing,TextThing.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperties(String key) map<string, string> properties = 1;Deprecated.intmap<string, string> properties = 1;map<string, string> properties = 1;getPropertiesOrDefault(String key, String defaultValue) map<string, string> properties = 1;map<string, string> properties = 1;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
-
getPropertiesCount
int getPropertiesCount()map<string, string> properties = 1; -
containsProperties
map<string, string> properties = 1; -
getProperties
Deprecated.UsegetPropertiesMap()instead. -
getPropertiesMap
map<string, string> properties = 1; -
getPropertiesOrDefault
map<string, string> properties = 1; -
getPropertiesOrThrow
map<string, string> properties = 1;
-