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