Modifier and Type | Method and Description |
---|---|
Filters.Filter |
exactMatch(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(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 ByteString value)
public Filters.Filter regex(@Nonnull ByteString regex)
public Filters.ValueRangeFilter range()
Filters.ValueRangeFilter
public Filters.Filter strip()
Copyright © 2019 Google LLC. All rights reserved.