Uses of Class
com.google.cloud.compute.v1.RegionInstanceGroupManagersClient.ListPagedResponse
-
Packages that use RegionInstanceGroupManagersClient.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 RegionInstanceGroupManagersClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return RegionInstanceGroupManagersClient.ListPagedResponse Modifier and Type Method Description RegionInstanceGroupManagersClient.ListPagedResponse
RegionInstanceGroupManagersClient. list(ListRegionInstanceGroupManagersRequest request)
Retrieves the list of managed instance groups that are contained within the specified region.RegionInstanceGroupManagersClient.ListPagedResponse
RegionInstanceGroupManagersClient. list(String project, String region)
Retrieves the list of managed instance groups that are contained within the specified region.Methods in com.google.cloud.compute.v1 that return types with arguments of type RegionInstanceGroupManagersClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagerList,InstanceGroupManager> context, com.google.api.core.ApiFuture<RegionInstanceGroupManagerList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersClient. listPagedCallable()
Retrieves the list of managed instance groups that are contained within the specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagerList,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagerList,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of RegionInstanceGroupManagersClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type RegionInstanceGroupManagersClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagersClient.ListPagedResponse>
HttpJsonRegionInstanceGroupManagersStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagerList,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListRegionInstanceGroupManagersRequest,RegionInstanceGroupManagerList,RegionInstanceGroupManagersClient.ListPagedResponse>
RegionInstanceGroupManagersStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-