Uses of Class
com.google.cloud.compute.v1.InstanceGroupsClient.ListPagedResponse
-
Packages that use InstanceGroupsClient.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 InstanceGroupsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceGroupsClient.ListPagedResponse Modifier and Type Method Description InstanceGroupsClient.ListPagedResponse
InstanceGroupsClient. list(ListInstanceGroupsRequest request)
Retrieves the list of zonal instance group resources contained within the specified zone.InstanceGroupsClient.ListPagedResponse
InstanceGroupsClient. list(String project, String zone)
Retrieves the list of zonal instance group resources contained within the specified zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceGroupsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstanceGroupsClient.ListPagedResponse>
InstanceGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstanceGroupsRequest,InstanceGroupList,InstanceGroup> context, com.google.api.core.ApiFuture<InstanceGroupList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstanceGroupsRequest,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsClient. listPagedCallable()
Retrieves the list of zonal instance group resources contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstanceGroupsRequest,InstanceGroupList,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstanceGroupsRequest,InstanceGroupList,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of InstanceGroupsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstanceGroupsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstanceGroupsRequest,InstanceGroupsClient.ListPagedResponse>
HttpJsonInstanceGroupsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstanceGroupsRequest,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstanceGroupsRequest,InstanceGroupList,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListInstanceGroupsRequest,InstanceGroupList,InstanceGroupsClient.ListPagedResponse>
InstanceGroupsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-