Package dev.enola.thing.proto
Interface LinksMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LinksMetadata,LinksMetadata.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) Map key is IRI.Deprecated.intMap key is IRI.Map key is IRI.getMetadataOrDefault(String key, ThingMetadata defaultValue) Map key is IRI.getMetadataOrThrow(String key) Map key is IRI.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
-
getMetadataCount
int getMetadataCount()Map key is IRI.
map<string, .dev.enola.thing.ThingMetadata> metadata = 1; -
containsMetadata
Map key is IRI.
map<string, .dev.enola.thing.ThingMetadata> metadata = 1; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
Map key is IRI.
map<string, .dev.enola.thing.ThingMetadata> metadata = 1; -
getMetadataOrDefault
Map key is IRI.
map<string, .dev.enola.thing.ThingMetadata> metadata = 1; -
getMetadataOrThrow
Map key is IRI.
map<string, .dev.enola.thing.ThingMetadata> metadata = 1;
-