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