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 |
---|---|
ListInstancesHttpRequest |
ListInstancesHttpRequest.Builder.build() |
static ListInstancesHttpRequest |
ListInstancesHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceList> |
InstanceClient.listInstancesCallable()
Retrieves the list of instances contained within the specified zone.
|
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceClient.ListInstancesPagedResponse> |
InstanceClient.listInstancesPagedCallable()
Retrieves the list of instances contained within the specified zone.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesHttpRequest,InstanceList,InstanceClient.ListInstancesPagedResponse> |
InstanceSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesHttpRequest,InstanceList,InstanceClient.ListInstancesPagedResponse> |
InstanceSettings.Builder.listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.
|
Modifier and Type | Method and Description |
---|---|
InstanceClient.ListInstancesPagedResponse |
InstanceClient.listInstances(ListInstancesHttpRequest request)
Retrieves the list of instances contained within the specified zone.
|
ListInstancesHttpRequest.Builder |
ListInstancesHttpRequest.Builder.mergeFrom(ListInstancesHttpRequest other) |
static ListInstancesHttpRequest.Builder |
ListInstancesHttpRequest.newBuilder(ListInstancesHttpRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<InstanceClient.ListInstancesPagedResponse> |
InstanceClient.ListInstancesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
com.google.api.core.ApiFuture<InstanceList> futureResponse) |
protected InstanceClient.ListInstancesPage |
InstanceClient.ListInstancesPage.createPage(com.google.api.gax.rpc.PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
InstanceList response) |
com.google.api.core.ApiFuture<InstanceClient.ListInstancesPage> |
InstanceClient.ListInstancesPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesHttpRequest,InstanceList,Instance> context,
com.google.api.core.ApiFuture<InstanceList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<ListInstancesHttpRequest,InstanceList> |
HttpJsonInstanceStub.listInstancesMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceList> |
HttpJsonInstanceStub.listInstancesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceList> |
InstanceStub.listInstancesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceClient.ListInstancesPagedResponse> |
HttpJsonInstanceStub.listInstancesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListInstancesHttpRequest,InstanceClient.ListInstancesPagedResponse> |
InstanceStub.listInstancesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListInstancesHttpRequest,InstanceList,InstanceClient.ListInstancesPagedResponse> |
InstanceStubSettings.listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.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.