| Package | Description | 
|---|---|
| com.google.cloud.compute.deprecated | 
 A client for Google Compute Engine – High-performance, scalable virtual machines. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Compute.InstanceField | 
Compute.InstanceField.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Compute.InstanceField[] | 
Compute.InstanceField.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Compute.InstanceFilter | 
Compute.InstanceFilter.equals(Compute.InstanceField field,
      boolean value)
Returns a equals filter for the given field and boolean value. 
 | 
static Compute.InstanceFilter | 
Compute.InstanceFilter.equals(Compute.InstanceField field,
      String value)
Returns an equals filter for the given field and string value. 
 | 
static Compute.InstanceOption | 
Compute.InstanceOption.fields(Compute.InstanceField... fields)
Returns an option to specify the instance's fields to be returned by the RPC call. 
 | 
static Compute.InstanceListOption | 
Compute.InstanceListOption.fields(Compute.InstanceField... fields)
Returns an option to specify the instance's fields to be returned by the RPC call. 
 | 
static Compute.InstanceFilter | 
Compute.InstanceFilter.notEquals(Compute.InstanceField field,
         boolean value)
Returns a not-equals filter for the given field and boolean value. 
 | 
static Compute.InstanceFilter | 
Compute.InstanceFilter.notEquals(Compute.InstanceField field,
         String value)
Returns a not-equals filter for the given field and string value. 
 | 
Copyright © 2019 Google LLC. All rights reserved.