Interface FigureDescriptor.OneClickDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FigureDescriptor.OneClickDescriptor, FigureDescriptor.OneClickDescriptor.Builder
Enclosing class:
FigureDescriptor

public static interface FigureDescriptor.OneClickDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getColumns(int index)
    repeated string columns = 1;
    com.google.protobuf.ByteString
    getColumnsBytes(int index)
    repeated string columns = 1;
    int
    repeated string columns = 1;
    repeated string columns = 1;
    getColumnTypes(int index)
    repeated string column_types = 2;
    com.google.protobuf.ByteString
    repeated string column_types = 2;
    int
    repeated string column_types = 2;
    repeated string column_types = 2;
    boolean
    bool require_all_filters_to_display = 3;

    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 Details

    • getColumnsList

      List<String> getColumnsList()
      repeated string columns = 1;
      Returns:
      A list containing the columns.
    • getColumnsCount

      int getColumnsCount()
      repeated string columns = 1;
      Returns:
      The count of columns.
    • getColumns

      String getColumns(int index)
      repeated string columns = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columns at the given index.
    • getColumnsBytes

      com.google.protobuf.ByteString getColumnsBytes(int index)
      repeated string columns = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columns at the given index.
    • getColumnTypesList

      List<String> getColumnTypesList()
      repeated string column_types = 2;
      Returns:
      A list containing the columnTypes.
    • getColumnTypesCount

      int getColumnTypesCount()
      repeated string column_types = 2;
      Returns:
      The count of columnTypes.
    • getColumnTypes

      String getColumnTypes(int index)
      repeated string column_types = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columnTypes at the given index.
    • getColumnTypesBytes

      com.google.protobuf.ByteString getColumnTypesBytes(int index)
      repeated string column_types = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columnTypes at the given index.
    • getRequireAllFiltersToDisplay

      boolean getRequireAllFiltersToDisplay()
      bool require_all_filters_to_display = 3;
      Returns:
      The requireAllFiltersToDisplay.