Class GraphConstructionRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.uni_trier.recap.arg_services.mining.v1.GraphConstructionRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GraphConstructionRequestOrBuilder, Serializable

public final class GraphConstructionRequest extends com.google.protobuf.GeneratedMessageV3 implements GraphConstructionRequestOrBuilder
Protobuf type arg_services.mining.v1.GraphConstructionRequest
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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()
    • internalGetMapField

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getLanguage

      public String getLanguage()
      string language = 1 [json_name = "language"];
      Specified by:
      getLanguage in interface GraphConstructionRequestOrBuilder
      Returns:
      The language.
    • getLanguageBytes

      public com.google.protobuf.ByteString getLanguageBytes()
      string language = 1 [json_name = "language"];
      Specified by:
      getLanguageBytes in interface GraphConstructionRequestOrBuilder
      Returns:
      The bytes for language.
    • getAdusCount

      public int getAdusCount()
      Description copied from interface: GraphConstructionRequestOrBuilder
      map<string, .arg_services.mining.v1.Segment> adus = 2 [json_name = "adus"];
      Specified by:
      getAdusCount in interface GraphConstructionRequestOrBuilder
    • containsAdus

      public boolean containsAdus(String key)
      map<string, .arg_services.mining.v1.Segment> adus = 2 [json_name = "adus"];
      Specified by:
      containsAdus in interface GraphConstructionRequestOrBuilder
    • getAdus

      @Deprecated public Map<String,Segment> getAdus()
      Deprecated.
      Use getAdusMap() instead.
      Specified by:
      getAdus in interface GraphConstructionRequestOrBuilder
    • getAdusMap

      public Map<String,Segment> getAdusMap()
      map<string, .arg_services.mining.v1.Segment> adus = 2 [json_name = "adus"];
      Specified by:
      getAdusMap in interface GraphConstructionRequestOrBuilder
    • getAdusOrDefault

      public Segment getAdusOrDefault(String key, Segment defaultValue)
      map<string, .arg_services.mining.v1.Segment> adus = 2 [json_name = "adus"];
      Specified by:
      getAdusOrDefault in interface GraphConstructionRequestOrBuilder
    • getAdusOrThrow

      public Segment getAdusOrThrow(String key)
      map<string, .arg_services.mining.v1.Segment> adus = 2 [json_name = "adus"];
      Specified by:
      getAdusOrThrow in interface GraphConstructionRequestOrBuilder
    • getMajorClaimId

      public String getMajorClaimId()
      string major_claim_id = 3 [json_name = "majorClaimId"];
      Specified by:
      getMajorClaimId in interface GraphConstructionRequestOrBuilder
      Returns:
      The majorClaimId.
    • getMajorClaimIdBytes

      public com.google.protobuf.ByteString getMajorClaimIdBytes()
      string major_claim_id = 3 [json_name = "majorClaimId"];
      Specified by:
      getMajorClaimIdBytes in interface GraphConstructionRequestOrBuilder
      Returns:
      The bytes for majorClaimId.
    • getEntailmentsList

      public List<Entailment> getEntailmentsList()
      repeated .arg_services.mining.v1.Entailment entailments = 4 [json_name = "entailments"];
      Specified by:
      getEntailmentsList in interface GraphConstructionRequestOrBuilder
    • getEntailmentsOrBuilderList

      public List<? extends EntailmentOrBuilder> getEntailmentsOrBuilderList()
      repeated .arg_services.mining.v1.Entailment entailments = 4 [json_name = "entailments"];
      Specified by:
      getEntailmentsOrBuilderList in interface GraphConstructionRequestOrBuilder
    • getEntailmentsCount

      public int getEntailmentsCount()
      repeated .arg_services.mining.v1.Entailment entailments = 4 [json_name = "entailments"];
      Specified by:
      getEntailmentsCount in interface GraphConstructionRequestOrBuilder
    • getEntailments

      public Entailment getEntailments(int index)
      repeated .arg_services.mining.v1.Entailment entailments = 4 [json_name = "entailments"];
      Specified by:
      getEntailments in interface GraphConstructionRequestOrBuilder
    • getEntailmentsOrBuilder

      public EntailmentOrBuilder getEntailmentsOrBuilder(int index)
      repeated .arg_services.mining.v1.Entailment entailments = 4 [json_name = "entailments"];
      Specified by:
      getEntailmentsOrBuilder in interface GraphConstructionRequestOrBuilder
    • hasExtras

      public boolean hasExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Specified by:
      hasExtras in interface GraphConstructionRequestOrBuilder
      Returns:
      Whether the extras field is set.
    • getExtras

      public com.google.protobuf.Struct getExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Specified by:
      getExtras in interface GraphConstructionRequestOrBuilder
      Returns:
      The extras.
    • getExtrasOrBuilder

      public com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Specified by:
      getExtrasOrBuilder in interface GraphConstructionRequestOrBuilder
    • 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 GraphConstructionRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static GraphConstructionRequest parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static GraphConstructionRequest parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static GraphConstructionRequest.Builder newBuilder()
    • newBuilder

      public static GraphConstructionRequest.Builder newBuilder(GraphConstructionRequest prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GraphConstructionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static GraphConstructionRequest getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<GraphConstructionRequest> 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 GraphConstructionRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder