Class PB_RDF.RDF_StreamRow

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.apache.jena.riot.protobuf.wire.PB_RDF.RDF_StreamRow
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, PB_RDF.RDF_StreamRowOrBuilder
Enclosing class:
PB_RDF

public static final class PB_RDF.RDF_StreamRow extends com.google.protobuf.GeneratedMessageV3 implements PB_RDF.RDF_StreamRowOrBuilder
 StreamRDF
 
Protobuf type RDF_StreamRow
See Also:
  • Field Details

  • Method Details

    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • getRowCase

      public PB_RDF.RDF_StreamRow.RowCase getRowCase()
      Specified by:
      getRowCase in interface PB_RDF.RDF_StreamRowOrBuilder
    • hasPrefixDecl

      public boolean hasPrefixDecl()
      .RDF_PrefixDecl prefixDecl = 1;
      Specified by:
      hasPrefixDecl in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      Whether the prefixDecl field is set.
    • getPrefixDecl

      public PB_RDF.RDF_PrefixDecl getPrefixDecl()
      .RDF_PrefixDecl prefixDecl = 1;
      Specified by:
      getPrefixDecl in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      The prefixDecl.
    • getPrefixDeclOrBuilder

      public PB_RDF.RDF_PrefixDeclOrBuilder getPrefixDeclOrBuilder()
      .RDF_PrefixDecl prefixDecl = 1;
      Specified by:
      getPrefixDeclOrBuilder in interface PB_RDF.RDF_StreamRowOrBuilder
    • hasTriple

      public boolean hasTriple()
      .RDF_Triple triple = 2;
      Specified by:
      hasTriple in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      Whether the triple field is set.
    • getTriple

      public PB_RDF.RDF_Triple getTriple()
      .RDF_Triple triple = 2;
      Specified by:
      getTriple in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      The triple.
    • getTripleOrBuilder

      public PB_RDF.RDF_TripleOrBuilder getTripleOrBuilder()
      .RDF_Triple triple = 2;
      Specified by:
      getTripleOrBuilder in interface PB_RDF.RDF_StreamRowOrBuilder
    • hasQuad

      public boolean hasQuad()
      .RDF_Quad quad = 3;
      Specified by:
      hasQuad in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      Whether the quad field is set.
    • getQuad

      public PB_RDF.RDF_Quad getQuad()
      .RDF_Quad quad = 3;
      Specified by:
      getQuad in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      The quad.
    • getQuadOrBuilder

      public PB_RDF.RDF_QuadOrBuilder getQuadOrBuilder()
      .RDF_Quad quad = 3;
      Specified by:
      getQuadOrBuilder in interface PB_RDF.RDF_StreamRowOrBuilder
    • hasBase

      public boolean hasBase()
      .RDF_IRI base = 4;
      Specified by:
      hasBase in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      Whether the base field is set.
    • getBase

      public PB_RDF.RDF_IRI getBase()
      .RDF_IRI base = 4;
      Specified by:
      getBase in interface PB_RDF.RDF_StreamRowOrBuilder
      Returns:
      The base.
    • getBaseOrBuilder

      public PB_RDF.RDF_IRIOrBuilder getBaseOrBuilder()
      .RDF_IRI base = 4;
      Specified by:
      getBaseOrBuilder in interface PB_RDF.RDF_StreamRowOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PB_RDF.RDF_StreamRow parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PB_RDF.RDF_StreamRow parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PB_RDF.RDF_StreamRow parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PB_RDF.RDF_StreamRow.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PB_RDF.RDF_StreamRow.Builder newBuilder()
    • newBuilder

      public static PB_RDF.RDF_StreamRow.Builder newBuilder(PB_RDF.RDF_StreamRow prototype)
    • toBuilder

      public PB_RDF.RDF_StreamRow.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • getDefaultInstance

      public static PB_RDF.RDF_StreamRow getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PB_RDF.RDF_StreamRow> parser()
    • getParserForType

      public com.google.protobuf.Parser<PB_RDF.RDF_StreamRow> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PB_RDF.RDF_StreamRow getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder