Interface UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeCountWhereOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeCountWhere, UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeCountWhere.Builder
Enclosing class:
UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec

public static interface UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeCountWhereOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFilters(int index)
    The filters tp apply before counting
    com.google.protobuf.ByteString
    getFiltersBytes(int index)
    The filters tp apply before counting
    int
    The filters tp apply before counting
    The filters tp apply before counting
    The output column name
    com.google.protobuf.ByteString
    The output column name

    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

    • getResultColumn

      String getResultColumn()
       The output column name
       
      string result_column = 1;
      Returns:
      The resultColumn.
    • getResultColumnBytes

      com.google.protobuf.ByteString getResultColumnBytes()
       The output column name
       
      string result_column = 1;
      Returns:
      The bytes for resultColumn.
    • getFiltersList

      List<String> getFiltersList()
       The filters tp apply before counting
       
      repeated string filters = 2;
      Returns:
      A list containing the filters.
    • getFiltersCount

      int getFiltersCount()
       The filters tp apply before counting
       
      repeated string filters = 2;
      Returns:
      The count of filters.
    • getFilters

      String getFilters(int index)
       The filters tp apply before counting
       
      repeated string filters = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The filters at the given index.
    • getFiltersBytes

      com.google.protobuf.ByteString getFiltersBytes(int index)
       The filters tp apply before counting
       
      repeated string filters = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filters at the given index.