Interface ThreeDNode.PropertiesFilter.Categories.CategoriesValuesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ThreeDNode.PropertiesFilter.Categories.CategoriesValues, ThreeDNode.PropertiesFilter.Categories.CategoriesValues.Builder
Enclosing class:
ThreeDNode.PropertiesFilter.Categories

public static interface ThreeDNode.PropertiesFilter.Categories.CategoriesValuesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValuesString(int index)
    repeated string valuesString = 1;
    com.google.protobuf.ByteString
    repeated string valuesString = 1;
    int
    repeated string valuesString = 1;
    repeated string valuesString = 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 Details

    • getValuesStringList

      List<String> getValuesStringList()
      repeated string valuesString = 1;
      Returns:
      A list containing the valuesString.
    • getValuesStringCount

      int getValuesStringCount()
      repeated string valuesString = 1;
      Returns:
      The count of valuesString.
    • getValuesString

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

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