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