Uses of Class
com.google.cloud.container.v1.ClusterManagerClient.ListUsableSubnetworksPage
-
Packages that use ClusterManagerClient.ListUsableSubnetworksPage Package Description com.google.cloud.container.v1 A client to Kubernetes Engine API -
-
Uses of ClusterManagerClient.ListUsableSubnetworksPage in com.google.cloud.container.v1
Methods in com.google.cloud.container.v1 that return ClusterManagerClient.ListUsableSubnetworksPage Modifier and Type Method Description protected ClusterManagerClient.ListUsableSubnetworksPage
ClusterManagerClient.ListUsableSubnetworksPage. createPage(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, ListUsableSubnetworksResponse response)
Methods in com.google.cloud.container.v1 that return types with arguments of type ClusterManagerClient.ListUsableSubnetworksPage Modifier and Type Method Description com.google.api.core.ApiFuture<ClusterManagerClient.ListUsableSubnetworksPage>
ClusterManagerClient.ListUsableSubnetworksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, com.google.api.core.ApiFuture<ListUsableSubnetworksResponse> futureResponse)
Method parameters in com.google.cloud.container.v1 with type arguments of type ClusterManagerClient.ListUsableSubnetworksPage Modifier and Type Method Description protected ClusterManagerClient.ListUsableSubnetworksFixedSizeCollection
ClusterManagerClient.ListUsableSubnetworksFixedSizeCollection. createCollection(List<ClusterManagerClient.ListUsableSubnetworksPage> pages, int collectionSize)
-