| Package | Description |
|---|---|
| com.google.cloud.compute |
A client to Google Cloud Compute.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.NetworkFilter |
Compute.NetworkFilter.equals(Compute.NetworkField field,
boolean value)
Returns a equals filter for the given field and boolean value.
|
static Compute.NetworkFilter |
Compute.NetworkFilter.equals(Compute.NetworkField field,
String value)
Returns an equals filter for the given field and string value.
|
static Compute.NetworkFilter |
Compute.NetworkFilter.notEquals(Compute.NetworkField field,
boolean value)
Returns a not-equals filter for the given field and boolean value.
|
static Compute.NetworkFilter |
Compute.NetworkFilter.notEquals(Compute.NetworkField field,
String value)
Returns a not-equals filter for the given field and string value.
|
| Modifier and Type | Method and Description |
|---|---|
static Compute.NetworkListOption |
Compute.NetworkListOption.filter(Compute.NetworkFilter filter)
Returns an option to specify a filter on the networks being listed.
|
Copyright © 2016 Google. All rights reserved.