Uses of Class
com.google.cloud.compute.v1.InstancesClient.ListPagedResponse
-
Packages that use InstancesClient.ListPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of InstancesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstancesClient.ListPagedResponse Modifier and Type Method Description InstancesClient.ListPagedResponseInstancesClient. list(ListInstancesRequest request)Retrieves the list of instances contained within the specified zone.InstancesClient.ListPagedResponseInstancesClient. list(String project, String zone)Retrieves the list of instances contained within the specified zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstancesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstancesClient.ListPagedResponse>InstancesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,InstanceList,Instance> context, com.google.api.core.ApiFuture<InstanceList> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>InstancesClient. listPagedCallable()Retrieves the list of instances contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>InstancesSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>InstancesSettings. listSettings()Returns the object with the settings used for calls to list. -
Uses of InstancesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstancesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>HttpJsonInstancesStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,InstancesClient.ListPagedResponse>InstancesStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>InstancesStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,InstanceList,InstancesClient.ListPagedResponse>InstancesStubSettings. listSettings()Returns the object with the settings used for calls to list.
-