Interface GraphConstructionResponseOrBuilder

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

    public interface GraphConstructionResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      Graph getGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      GraphOrBuilder getGraphOrBuilder()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      boolean hasGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      • 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 Detail

      • hasGraph

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

        Graph getGraph()
        .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
        Returns:
        The graph.
      • getGraphOrBuilder

        GraphOrBuilder getGraphOrBuilder()
        .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      • hasExtras

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

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

        com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];