Interface FigureDescriptor.BoolMapWithDefaultOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    optional bool default_bool = 1;
    getKeys(int index)
    repeated string keys = 2;
    com.google.protobuf.ByteString
    getKeysBytes(int index)
    repeated string keys = 2;
    int
    repeated string keys = 2;
    repeated string keys = 2;
    boolean
    getValues(int index)
    repeated bool values = 3;
    int
    repeated bool values = 3;
    repeated bool values = 3;
    boolean
    optional bool default_bool = 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

    • hasDefaultBool

      boolean hasDefaultBool()
      optional bool default_bool = 1;
      Returns:
      Whether the defaultBool field is set.
    • getDefaultBool

      boolean getDefaultBool()
      optional bool default_bool = 1;
      Returns:
      The defaultBool.
    • getKeysList

      List<String> getKeysList()
      repeated string keys = 2;
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
      repeated string keys = 2;
      Returns:
      The count of keys.
    • getKeys

      String getKeys(int index)
      repeated string keys = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getKeysBytes

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

      List<Boolean> getValuesList()
      repeated bool values = 3;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
      repeated bool values = 3;
      Returns:
      The count of values.
    • getValues

      boolean getValues(int index)
      repeated bool values = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.