Uses of Class
com.google.cloud.compute.v1.RegionInstanceGroupsClient.ListInstancesPagedResponse
-
Packages that use RegionInstanceGroupsClient.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 RegionInstanceGroupsClient.ListInstancesPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionInstanceGroupsClient.ListInstancesPagedResponse Modifier and Type Method Description RegionInstanceGroupsClient.ListInstancesPagedResponse
RegionInstanceGroupsClient. listInstances(ListInstancesRegionInstanceGroupsRequest request)
Lists the instances in the specified instance group and displays information about the named ports.RegionInstanceGroupsClient.ListInstancesPagedResponse
RegionInstanceGroupsClient. listInstances(String project, String region, String instanceGroup, RegionInstanceGroupsListInstancesRequest regionInstanceGroupsListInstancesRequestResource)
Lists the instances in the specified instance group and displays information about the named ports.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionInstanceGroupsClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionInstanceGroupsClient.ListInstancesPagedResponse>
RegionInstanceGroupsClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,InstanceWithNamedPorts> context, com.google.api.core.ApiFuture<RegionInstanceGroupsListInstances> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsClient.ListInstancesPagedResponse>
RegionInstanceGroupsClient. listInstancesPagedCallable()
Lists the instances in the specified instance group and displays information about the named ports.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,RegionInstanceGroupsClient.ListInstancesPagedResponse>
RegionInstanceGroupsSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRegionInstanceGroupsRequest,RegionInstanceGroupsListInstances,RegionInstanceGroupsClient.ListInstancesPagedResponse>
RegionInstanceGroupsSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of RegionInstanceGroupsClient.ListInstancesPagedResponse in com.google.cloud.compute.v1.stub
-