Package dev.enola.thing.proto
Interface TextThingOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,MessageOrBuilder
- All Known Implementing Classes:
TextThing
,TextThing.Builder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperties
(String key) map<string, string> properties = 1;
Deprecated.int
map<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
isInitialized
Methods 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;
-