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 TypeMethodDescriptiongetFilters
(int index) The filters tp apply before countingcom.google.protobuf.ByteString
getFiltersBytes
(int index) The filters tp apply before countingint
The filters tp apply before countingThe filters tp apply before countingThe output column namecom.google.protobuf.ByteString
The output column nameMethods 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
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
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.
-