Uses of Class
com.google.cloud.container.v1beta1.ClusterManagerClient.ListUsableSubnetworksPagedResponse
Packages that use ClusterManagerClient.ListUsableSubnetworksPagedResponse
Package
Description
A client to Kubernetes Engine API
-
Uses of ClusterManagerClient.ListUsableSubnetworksPagedResponse in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return ClusterManagerClient.ListUsableSubnetworksPagedResponseModifier and TypeMethodDescriptionClusterManagerClient.listUsableSubnetworks(ListUsableSubnetworksRequest request) Lists subnetworks that can be used for creating clusters in a project.ClusterManagerClient.listUsableSubnetworks(String parent) Lists subnetworks that can be used for creating clusters in a project.Methods in com.google.cloud.container.v1beta1 that return types with arguments of type ClusterManagerClient.ListUsableSubnetworksPagedResponseModifier and TypeMethodDescriptionClusterManagerClient.ListUsableSubnetworksPagedResponse.createAsync(PageContext<ListUsableSubnetworksRequest, ListUsableSubnetworksResponse, UsableSubnetwork> context, ApiFuture<ListUsableSubnetworksResponse> futureResponse) final UnaryCallable<ListUsableSubnetworksRequest,ClusterManagerClient.ListUsableSubnetworksPagedResponse> ClusterManagerClient.listUsableSubnetworksPagedCallable()Lists subnetworks that can be used for creating clusters in a project.PagedCallSettings.Builder<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, ClusterManagerClient.ListUsableSubnetworksPagedResponse> ClusterManagerSettings.Builder.listUsableSubnetworksSettings()Returns the builder for the settings used for calls to listUsableSubnetworks.PagedCallSettings<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, ClusterManagerClient.ListUsableSubnetworksPagedResponse> ClusterManagerSettings.listUsableSubnetworksSettings()Returns the object with the settings used for calls to listUsableSubnetworks. -
Uses of ClusterManagerClient.ListUsableSubnetworksPagedResponse in com.google.cloud.container.v1beta1.stub
Methods in com.google.cloud.container.v1beta1.stub that return types with arguments of type ClusterManagerClient.ListUsableSubnetworksPagedResponseModifier and TypeMethodDescriptionClusterManagerStub.listUsableSubnetworksPagedCallable()GrpcClusterManagerStub.listUsableSubnetworksPagedCallable()PagedCallSettings.Builder<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, ClusterManagerClient.ListUsableSubnetworksPagedResponse> ClusterManagerStubSettings.Builder.listUsableSubnetworksSettings()Returns the builder for the settings used for calls to listUsableSubnetworks.PagedCallSettings<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse, ClusterManagerClient.ListUsableSubnetworksPagedResponse> ClusterManagerStubSettings.listUsableSubnetworksSettings()Returns the object with the settings used for calls to listUsableSubnetworks.