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 |
---|---|
InstanceClient.ListInstancesPagedResponse |
InstanceClient.listInstances(ListInstancesHttpRequest request)
Retrieves the list of instances contained within the specified zone.
|
InstanceClient.ListInstancesPagedResponse |
InstanceClient.listInstances(ProjectZoneName zone)
Retrieves the list of instances contained within the specified zone.
|
InstanceClient.ListInstancesPagedResponse |
InstanceClient.listInstances(String zone)
Retrieves the list of instances contained within the specified zone.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<ListInstancesHttpRequest,InstanceClient.ListInstancesPagedResponse> |
HttpJsonInstanceStub.listInstancesPagedCallable() |
UnaryCallable<ListInstancesHttpRequest,InstanceClient.ListInstancesPagedResponse> |
InstanceStub.listInstancesPagedCallable() |
PagedCallSettings<ListInstancesHttpRequest,InstanceList,InstanceClient.ListInstancesPagedResponse> |
InstanceStubSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
PagedCallSettings.Builder<ListInstancesHttpRequest,InstanceList,InstanceClient.ListInstancesPagedResponse> |
InstanceStubSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Copyright © 2019 Google LLC. All rights reserved.