Package dev.enola.core.proto
Interface GetThingsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetThingsRequest,GetThingsRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetIri()IRI of a Thing to get, or query for Things; e.g.com.google.protobuf.ByteStringIRI of a Thing to get, or query for Things; e.g.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
-
getIri
IRI of a Thing to get, or query for Things; e.g. https://enola.dev/query/all?inline=true&limit=7, or sparql: or sql: something else like that.
string iri = 1;- Returns:
- The iri.
-
getIriBytes
com.google.protobuf.ByteString getIriBytes()IRI of a Thing to get, or query for Things; e.g. https://enola.dev/query/all?inline=true&limit=7, or sparql: or sql: something else like that.
string iri = 1;- Returns:
- The bytes for iri.
-