Uses of Class
com.google.cloud.container.v1beta1.ClusterManagerClient.ListUsableSubnetworksPagedResponse
-
Packages that use ClusterManagerClient.ListUsableSubnetworksPagedResponse Package Description com.google.cloud.container.v1beta1 A client to Kubernetes Engine APIcom.google.cloud.container.v1beta1.stub -
-
Uses of ClusterManagerClient.ListUsableSubnetworksPagedResponse in com.google.cloud.container.v1beta1
Methods in com.google.cloud.container.v1beta1 that return ClusterManagerClient.ListUsableSubnetworksPagedResponse Modifier and Type Method Description ClusterManagerClient.ListUsableSubnetworksPagedResponse
ClusterManagerClient. listUsableSubnetworks(ListUsableSubnetworksRequest request)
Lists subnetworks that can be used for creating clusters in a project.ClusterManagerClient.ListUsableSubnetworksPagedResponse
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.ListUsableSubnetworksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ClusterManagerClient.ListUsableSubnetworksPagedResponse>
ClusterManagerClient.ListUsableSubnetworksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,UsableSubnetwork> context, com.google.api.core.ApiFuture<ListUsableSubnetworksResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,ClusterManagerClient.ListUsableSubnetworksPagedResponse>
ClusterManagerClient. listUsableSubnetworksPagedCallable()
Lists subnetworks that can be used for creating clusters in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableSubnetworksRequest,ListUsableSubnetworksResponse,ClusterManagerClient.ListUsableSubnetworksPagedResponse>
ClusterManagerSettings.Builder. listUsableSubnetworksSettings()
Returns the builder for the settings used for calls to listUsableSubnetworks.com.google.api.gax.rpc.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
-