Uses of Class
com.google.cloud.compute.v1.NodeGroupsClient.ListPagedResponse
-
Packages that use NodeGroupsClient.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 NodeGroupsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupsClient.ListPagedResponse Modifier and Type Method Description NodeGroupsClient.ListPagedResponse
NodeGroupsClient. list(ListNodeGroupsRequest request)
Retrieves a list of node groups available to the specified project.NodeGroupsClient.ListPagedResponse
NodeGroupsClient. list(String project, String zone)
Retrieves a list of node groups available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroupsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NodeGroupsClient.ListPagedResponse>
NodeGroupsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodeGroupsRequest,NodeGroupList,NodeGroup> context, com.google.api.core.ApiFuture<NodeGroupList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupsClient.ListPagedResponse>
NodeGroupsClient. listPagedCallable()
Retrieves a list of node groups available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>
NodeGroupsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>
NodeGroupsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of NodeGroupsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroupsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupsClient.ListPagedResponse>
HttpJsonNodeGroupsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodeGroupsRequest,NodeGroupsClient.ListPagedResponse>
NodeGroupsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>
NodeGroupsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListNodeGroupsRequest,NodeGroupList,NodeGroupsClient.ListPagedResponse>
NodeGroupsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-