Uses of Class
com.google.cloud.compute.v1.TargetInstancesClient.ListPagedResponse
-
Packages that use TargetInstancesClient.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 TargetInstancesClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetInstancesClient.ListPagedResponse Modifier and Type Method Description TargetInstancesClient.ListPagedResponse
TargetInstancesClient. list(ListTargetInstancesRequest request)
Retrieves a list of TargetInstance resources available to the specified project and zone.TargetInstancesClient.ListPagedResponse
TargetInstancesClient. list(String project, String zone)
Retrieves a list of TargetInstance resources available to the specified project and zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetInstancesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TargetInstancesClient.ListPagedResponse>
TargetInstancesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetInstancesRequest,TargetInstanceList,TargetInstance> context, com.google.api.core.ApiFuture<TargetInstanceList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstancesClient.ListPagedResponse>
TargetInstancesClient. listPagedCallable()
Retrieves a list of TargetInstance resources available to the specified project and zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetInstancesRequest,TargetInstanceList,TargetInstancesClient.ListPagedResponse>
TargetInstancesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetInstancesRequest,TargetInstanceList,TargetInstancesClient.ListPagedResponse>
TargetInstancesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of TargetInstancesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetInstancesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstancesClient.ListPagedResponse>
HttpJsonTargetInstancesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetInstancesRequest,TargetInstancesClient.ListPagedResponse>
TargetInstancesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetInstancesRequest,TargetInstanceList,TargetInstancesClient.ListPagedResponse>
TargetInstancesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetInstancesRequest,TargetInstanceList,TargetInstancesClient.ListPagedResponse>
TargetInstancesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-