Interface AnnotatedGraphOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Graph getGraph()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      GraphOrBuilder getGraphOrBuilder()
      .arg_services.graph.v1.Graph graph = 1 [json_name = "graph"];
      java.lang.String getText()
      string text = 2 [json_name = "text"];
      com.google.protobuf.ByteString getTextBytes()
      string text = 2 [json_name = "text"];
      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"];
      • getText

        java.lang.String getText()
        string text = 2 [json_name = "text"];
        Returns:
        The text.
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        string text = 2 [json_name = "text"];
        Returns:
        The bytes for text.