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