Class GraphConstructionResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
de.uni_trier.recap.arg_services.mining.v1.GraphConstructionResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GraphConstructionResponseOrBuilder, Cloneable
Enclosing class:
GraphConstructionResponse

public static final class GraphConstructionResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder> implements GraphConstructionResponseOrBuilder
Protobuf type arg_services.mining.v1.GraphConstructionResponse
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • getDefaultInstanceForType

      public GraphConstructionResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public GraphConstructionResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public GraphConstructionResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • setField

      public GraphConstructionResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • clearField

      public GraphConstructionResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • clearOneof

      public GraphConstructionResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • setRepeatedField

      public GraphConstructionResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • addRepeatedField

      public GraphConstructionResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • mergeFrom

      public GraphConstructionResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GraphConstructionResponse.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • mergeFrom

      public GraphConstructionResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GraphConstructionResponse.Builder>
      Throws:
      IOException
    • hasGraph

      public boolean hasGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      Specified by:
      hasGraph in interface GraphConstructionResponseOrBuilder
      Returns:
      Whether the graph field is set.
    • getGraph

      public Graph getGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      Specified by:
      getGraph in interface GraphConstructionResponseOrBuilder
      Returns:
      The graph.
    • setGraph

      public GraphConstructionResponse.Builder setGraph(Graph value)
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
    • setGraph

      public GraphConstructionResponse.Builder setGraph(Graph.Builder builderForValue)
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
    • mergeGraph

      public GraphConstructionResponse.Builder mergeGraph(Graph value)
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
    • clearGraph

      public GraphConstructionResponse.Builder clearGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
    • getGraphBuilder

      public Graph.Builder getGraphBuilder()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
    • getGraphOrBuilder

      public GraphOrBuilder getGraphOrBuilder()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      Specified by:
      getGraphOrBuilder in interface GraphConstructionResponseOrBuilder
    • hasExtras

      public boolean hasExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
      Specified by:
      hasExtras in interface GraphConstructionResponseOrBuilder
      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 GraphConstructionResponseOrBuilder
      Returns:
      The extras.
    • setExtras

      public GraphConstructionResponse.Builder setExtras(com.google.protobuf.Struct value)
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
    • setExtras

      public GraphConstructionResponse.Builder setExtras(com.google.protobuf.Struct.Builder builderForValue)
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
    • mergeExtras

      public GraphConstructionResponse.Builder mergeExtras(com.google.protobuf.Struct value)
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
    • clearExtras

      public GraphConstructionResponse.Builder clearExtras()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "extras"];
    • getExtrasBuilder

      public com.google.protobuf.Struct.Builder getExtrasBuilder()
       Implementation-specific information can be encoded here
       
      .google.protobuf.Struct extras = 15 [json_name = "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 GraphConstructionResponseOrBuilder
    • setUnknownFields

      public final GraphConstructionResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>
    • mergeUnknownFields

      public final GraphConstructionResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GraphConstructionResponse.Builder>