Uses of Class
com.google.cloud.compute.v1.InstanceGroupsClient.AggregatedListPagedResponse
-
Packages that use InstanceGroupsClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description InstanceGroupsClient.AggregatedListPagedResponseInstanceGroupsClient. aggregatedList(AggregatedListInstanceGroupsRequest request)Retrieves the list of instance groups and sorts them by zone.InstanceGroupsClient.AggregatedListPagedResponseInstanceGroupsClient. aggregatedList(String project)Retrieves the list of instance groups and sorts them by zone.Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceGroupsClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstanceGroupsRequest,InstanceGroupsClient.AggregatedListPagedResponse>InstanceGroupsClient. aggregatedListPagedCallable()Retrieves the list of instance groups and sorts them by zone.com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>InstanceGroupsSettings. aggregatedListSettings()Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,InstanceGroupsClient.AggregatedListPagedResponse>InstanceGroupsSettings.Builder. aggregatedListSettings()Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<InstanceGroupsClient.AggregatedListPagedResponse>InstanceGroupsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstanceGroupsRequest,InstanceGroupAggregatedList,Map.Entry<String,InstanceGroupsScopedList>> context, com.google.api.core.ApiFuture<InstanceGroupAggregatedList> futureResponse) -
Uses of InstanceGroupsClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-