Uses of Class
com.google.cloud.compute.v1.InstanceGroupsClient.ListInstancesPagedResponse
-
Packages that use InstanceGroupsClient.ListInstancesPagedResponse 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.ListInstancesPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceGroupsClient.ListInstancesPagedResponse Modifier and Type Method Description InstanceGroupsClient.ListInstancesPagedResponse
InstanceGroupsClient. listInstances(ListInstancesInstanceGroupsRequest request)
Lists the instances in the specified instance group.InstanceGroupsClient.ListInstancesPagedResponse
InstanceGroupsClient. listInstances(String project, String zone, String instanceGroup, InstanceGroupsListInstancesRequest instanceGroupsListInstancesRequestResource)
Lists the instances in the specified instance group.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceGroupsClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<InstanceGroupsClient.ListInstancesPagedResponse>
InstanceGroupsClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceWithNamedPorts> context, com.google.api.core.ApiFuture<InstanceGroupsListInstances> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesInstanceGroupsRequest,InstanceGroupsClient.ListInstancesPagedResponse>
InstanceGroupsClient. listInstancesPagedCallable()
Lists the instances in the specified instance group.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceGroupsClient.ListInstancesPagedResponse>
InstanceGroupsSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesInstanceGroupsRequest,InstanceGroupsListInstances,InstanceGroupsClient.ListInstancesPagedResponse>
InstanceGroupsSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of InstanceGroupsClient.ListInstancesPagedResponse in com.google.cloud.compute.v1.stub
-