public static final class Filters.ValueFilter extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
Filters.Filter |
exactMatch(com.google.protobuf.ByteString value)
Matches only cells with values that match the given value.
|
Filters.Filter |
exactMatch(String value)
Matches only cells with values that match the given value.
|
Filters.ValueRangeFilter |
range()
|
Filters.Filter |
regex(com.google.protobuf.ByteString regex)
Matches only cells with values that satisfy the given RE2 regex.
|
Filters.Filter |
regex(String regex)
Matches only cells with values that satisfy the given RE2 regex.
|
Filters.Filter |
strip()
Replaces each cell's value with the empty string.
|
public Filters.Filter regex(@Nonnull String regex)
public Filters.Filter exactMatch(@Nonnull String value)
public Filters.Filter exactMatch(@Nonnull com.google.protobuf.ByteString value)
public Filters.Filter regex(@Nonnull com.google.protobuf.ByteString regex)
public Filters.ValueRangeFilter range()
Filters.ValueRangeFilterpublic Filters.Filter strip()
Copyright © 2020 Google LLC. All rights reserved.