Package dev.enola.core.proto
Interface GetThingRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetThingRequest,GetThingRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetIri()IRI of Thing to get.com.google.protobuf.ByteStringIRI of Thing to get.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 Thing to get. This may use an enola: scheme, see https://docs.enola.dev/concepts/uri.
string iri = 1;- Returns:
- The iri.
-
getIriBytes
com.google.protobuf.ByteString getIriBytes()IRI of Thing to get. This may use an enola: scheme, see https://docs.enola.dev/concepts/uri.
string iri = 1;- Returns:
- The bytes for iri.
-