Uses of Class
com.google.cloud.tpu.v2alpha1.TpuClient.ListRuntimeVersionsPagedResponse
-
Packages that use TpuClient.ListRuntimeVersionsPagedResponse Package Description com.google.cloud.tpu.v2alpha1 A client to Cloud TPU APIcom.google.cloud.tpu.v2alpha1.stub -
-
Uses of TpuClient.ListRuntimeVersionsPagedResponse in com.google.cloud.tpu.v2alpha1
Methods in com.google.cloud.tpu.v2alpha1 that return TpuClient.ListRuntimeVersionsPagedResponse Modifier and Type Method Description TpuClient.ListRuntimeVersionsPagedResponseTpuClient. listRuntimeVersions(ListRuntimeVersionsRequest request)Lists runtime versions supported by this API.TpuClient.ListRuntimeVersionsPagedResponseTpuClient. listRuntimeVersions(LocationName parent)Lists runtime versions supported by this API.TpuClient.ListRuntimeVersionsPagedResponseTpuClient. listRuntimeVersions(String parent)Lists runtime versions supported by this API.Methods in com.google.cloud.tpu.v2alpha1 that return types with arguments of type TpuClient.ListRuntimeVersionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TpuClient.ListRuntimeVersionsPagedResponse>TpuClient.ListRuntimeVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,RuntimeVersion> context, com.google.api.core.ApiFuture<ListRuntimeVersionsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListRuntimeVersionsRequest,TpuClient.ListRuntimeVersionsPagedResponse>TpuClient. listRuntimeVersionsPagedCallable()Lists runtime versions supported by this API.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,TpuClient.ListRuntimeVersionsPagedResponse>TpuSettings.Builder. listRuntimeVersionsSettings()Returns the builder for the settings used for calls to listRuntimeVersions.com.google.api.gax.rpc.PagedCallSettings<ListRuntimeVersionsRequest,ListRuntimeVersionsResponse,TpuClient.ListRuntimeVersionsPagedResponse>TpuSettings. listRuntimeVersionsSettings()Returns the object with the settings used for calls to listRuntimeVersions. -
Uses of TpuClient.ListRuntimeVersionsPagedResponse in com.google.cloud.tpu.v2alpha1.stub
-