Uses of Class
com.google.cloud.edgecontainer.v1.EdgeContainerClient.ListNodePoolsPagedResponse
-
Packages that use EdgeContainerClient.ListNodePoolsPagedResponse Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container APIcom.google.cloud.edgecontainer.v1.stub -
-
Uses of EdgeContainerClient.ListNodePoolsPagedResponse in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return EdgeContainerClient.ListNodePoolsPagedResponse Modifier and Type Method Description EdgeContainerClient.ListNodePoolsPagedResponse
EdgeContainerClient. listNodePools(ClusterName parent)
Lists NodePools in a given project and location.EdgeContainerClient.ListNodePoolsPagedResponse
EdgeContainerClient. listNodePools(ListNodePoolsRequest request)
Lists NodePools in a given project and location.EdgeContainerClient.ListNodePoolsPagedResponse
EdgeContainerClient. listNodePools(String parent)
Lists NodePools in a given project and location.Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type EdgeContainerClient.ListNodePoolsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerClient.ListNodePoolsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerClient. listNodePoolsPagedCallable()
Lists NodePools in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerSettings.Builder. listNodePoolsSettings()
Returns the builder for the settings used for calls to listNodePools.com.google.api.gax.rpc.PagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerSettings. listNodePoolsSettings()
Returns the object with the settings used for calls to listNodePools. -
Uses of EdgeContainerClient.ListNodePoolsPagedResponse in com.google.cloud.edgecontainer.v1.stub
Methods in com.google.cloud.edgecontainer.v1.stub that return types with arguments of type EdgeContainerClient.ListNodePoolsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerStub. listNodePoolsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse>
GrpcEdgeContainerStub. listNodePoolsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodePoolsRequest,EdgeContainerClient.ListNodePoolsPagedResponse>
HttpJsonEdgeContainerStub. listNodePoolsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerStubSettings.Builder. listNodePoolsSettings()
Returns the builder for the settings used for calls to listNodePools.com.google.api.gax.rpc.PagedCallSettings<ListNodePoolsRequest,ListNodePoolsResponse,EdgeContainerClient.ListNodePoolsPagedResponse>
EdgeContainerStubSettings. listNodePoolsSettings()
Returns the object with the settings used for calls to listNodePools.
-