Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
ZoneClient.ListZonesPagedResponse |
ZoneClient.listZones(ListZonesHttpRequest request)
Retrieves the list of Zone resources available to the specified project.
|
ZoneClient.ListZonesPagedResponse |
ZoneClient.listZones(ProjectName project)
Retrieves the list of Zone resources available to the specified project.
|
ZoneClient.ListZonesPagedResponse |
ZoneClient.listZones(String project)
Retrieves the list of Zone resources available to the specified project.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ZoneClient.ListZonesPagedResponse> |
ZoneClient.ListZonesPagedResponse.createAsync(PageContext<ListZonesHttpRequest,ZoneList,Zone> context,
com.google.api.core.ApiFuture<ZoneList> futureResponse) |
UnaryCallable<ListZonesHttpRequest,ZoneClient.ListZonesPagedResponse> |
ZoneClient.listZonesPagedCallable()
Retrieves the list of Zone resources available to the specified project.
|
PagedCallSettings<ListZonesHttpRequest,ZoneList,ZoneClient.ListZonesPagedResponse> |
ZoneSettings.listZonesSettings()
Returns the object with the settings used for calls to listZones.
|
PagedCallSettings.Builder<ListZonesHttpRequest,ZoneList,ZoneClient.ListZonesPagedResponse> |
ZoneSettings.Builder.listZonesSettings()
Returns the builder for the settings used for calls to listZones.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListZonesHttpRequest,ZoneClient.ListZonesPagedResponse> |
HttpJsonZoneStub.listZonesPagedCallable() |
UnaryCallable<ListZonesHttpRequest,ZoneClient.ListZonesPagedResponse> |
ZoneStub.listZonesPagedCallable() |
PagedCallSettings<ListZonesHttpRequest,ZoneList,ZoneClient.ListZonesPagedResponse> |
ZoneStubSettings.listZonesSettings()
Returns the object with the settings used for calls to listZones.
|
PagedCallSettings.Builder<ListZonesHttpRequest,ZoneList,ZoneClient.ListZonesPagedResponse> |
ZoneStubSettings.Builder.listZonesSettings()
Returns the builder for the settings used for calls to listZones.
|
Copyright © 2019 Google LLC. All rights reserved.