Interface GetThingRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetThingRequest, GetThingRequest.Builder

@Generated public interface GetThingRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    IRI of Thing to get.
    com.google.protobuf.ByteString
    IRI of Thing to get.

    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

    • 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.