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 |
---|---|
ListZonesHttpRequest |
ListZonesHttpRequest.Builder.build() |
static ListZonesHttpRequest |
ListZonesHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListZonesHttpRequest,ZoneList> |
ZoneClient.listZonesCallable()
Retrieves the list of Zone resources available to the specified project.
|
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 |
---|---|
ZoneClient.ListZonesPagedResponse |
ZoneClient.listZones(ListZonesHttpRequest request)
Retrieves the list of Zone resources available to the specified project.
|
ListZonesHttpRequest.Builder |
ListZonesHttpRequest.Builder.mergeFrom(ListZonesHttpRequest other) |
static ListZonesHttpRequest.Builder |
ListZonesHttpRequest.newBuilder(ListZonesHttpRequest prototype) |
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) |
protected ZoneClient.ListZonesPage |
ZoneClient.ListZonesPage.createPage(PageContext<ListZonesHttpRequest,ZoneList,Zone> context,
ZoneList response) |
com.google.api.core.ApiFuture<ZoneClient.ListZonesPage> |
ZoneClient.ListZonesPage.createPageAsync(PageContext<ListZonesHttpRequest,ZoneList,Zone> context,
com.google.api.core.ApiFuture<ZoneList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<ListZonesHttpRequest,ZoneList> |
HttpJsonZoneStub.listZonesMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListZonesHttpRequest,ZoneList> |
HttpJsonZoneStub.listZonesCallable() |
UnaryCallable<ListZonesHttpRequest,ZoneList> |
ZoneStub.listZonesCallable() |
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.