public static class Compute.RegionFilter extends Compute.ListFilter
| Modifier and Type | Method and Description |
|---|---|
static Compute.RegionFilter |
equals(Compute.RegionField field,
String value)
Returns an equals filter for the given field and string value.
|
static Compute.RegionFilter |
notEquals(Compute.RegionField field,
String value)
Returns a not-equals filter for the given field and string value.
|
equals, hashCode, toStringpublic static Compute.RegionFilter equals(Compute.RegionField field, String value)
value is interpreted as a regular expression using RE2 syntax. value must
match the entire field.public static Compute.RegionFilter notEquals(Compute.RegionField field, String value)
value is interpreted as a regular expression using RE2 syntax. value must
match the entire field.Copyright © 2018 Google LLC. All rights reserved.