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.OperationListOption |
Compute.OperationListOption.fields(Compute.OperationField... fields)
Returns an option to specify the operation's fields to be returned by the RPC call.
|
static Compute.OperationListOption |
Compute.OperationListOption.filter(Compute.OperationFilter filter)
Returns an option to specify a filter on the operations being listed.
|
static Compute.OperationListOption |
Compute.OperationListOption.pageSize(long pageSize)
Returns an option to specify the maximum number of operations returned per page.
|
static Compute.OperationListOption |
Compute.OperationListOption.pageToken(String pageToken)
Returns an option to specify the page token from which to start listing operations.
|
Modifier and Type | Method and Description |
---|---|
Page<Operation> |
Compute.listGlobalOperations(Compute.OperationListOption... options)
Lists the global operations.
|
Page<Operation> |
Compute.listRegionOperations(String region,
Compute.OperationListOption... options)
Lists the operations for the provided region.
|
Page<Operation> |
Compute.listZoneOperations(String zone,
Compute.OperationListOption... options)
Lists the operations for the provided zone.
|
Copyright © 2019 Google LLC. All rights reserved.