Package lgraph

Interface Lgraph.ListLabelsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.ListLabelsResponse, Lgraph.ListLabelsResponse.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.ListLabelsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLabels​(int index)
      repeated string labels = 1;
      com.google.protobuf.ByteString getLabelsBytes​(int index)
      repeated string labels = 1;
      int getLabelsCount()
      repeated string labels = 1;
      List<String> getLabelsList()
      repeated string labels = 1;
      • 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

      • getLabelsList

        List<String> getLabelsList()
        repeated string labels = 1;
      • getLabelsCount

        int getLabelsCount()
        repeated string labels = 1;
      • getLabels

        String getLabels​(int index)
        repeated string labels = 1;
      • getLabelsBytes

        com.google.protobuf.ByteString getLabelsBytes​(int index)
        repeated string labels = 1;