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