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