Uses of Class
com.google.cloud.tpu.v1.ListTensorFlowVersionsRequest
-
Packages that use ListTensorFlowVersionsRequest Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of ListTensorFlowVersionsRequest in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return ListTensorFlowVersionsRequest Modifier and Type Method Description ListTensorFlowVersionsRequestListTensorFlowVersionsRequest.Builder. build()ListTensorFlowVersionsRequestListTensorFlowVersionsRequest.Builder. buildPartial()static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. getDefaultInstance()ListTensorFlowVersionsRequestListTensorFlowVersionsRequest.Builder. getDefaultInstanceForType()ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. getDefaultInstanceForType()static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseDelimitedFrom(InputStream input)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(byte[] data)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.ByteString data)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(InputStream input)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(ByteBuffer data)static ListTensorFlowVersionsRequestListTensorFlowVersionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v1 that return types with arguments of type ListTensorFlowVersionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse>TpuGrpc. getListTensorFlowVersionsMethod()com.google.protobuf.Parser<ListTensorFlowVersionsRequest>ListTensorFlowVersionsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse>TpuClient. listTensorFlowVersionsCallable()List TensorFlow versions supported by this API.com.google.api.gax.rpc.UnaryCallable<ListTensorFlowVersionsRequest,TpuClient.ListTensorFlowVersionsPagedResponse>TpuClient. listTensorFlowVersionsPagedCallable()List TensorFlow versions supported by this API.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TpuClient.ListTensorFlowVersionsPagedResponse>TpuSettings.Builder. listTensorFlowVersionsSettings()Returns the builder for the settings used for calls to listTensorFlowVersions.com.google.api.gax.rpc.PagedCallSettings<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TpuClient.ListTensorFlowVersionsPagedResponse>TpuSettings. listTensorFlowVersionsSettings()Returns the object with the settings used for calls to listTensorFlowVersions.static com.google.protobuf.Parser<ListTensorFlowVersionsRequest>ListTensorFlowVersionsRequest. parser()Methods in com.google.cloud.tpu.v1 with parameters of type ListTensorFlowVersionsRequest Modifier and Type Method Description TpuClient.ListTensorFlowVersionsPagedResponseTpuClient. listTensorFlowVersions(ListTensorFlowVersionsRequest request)List TensorFlow versions supported by this API.default voidTpuGrpc.AsyncService. listTensorFlowVersions(ListTensorFlowVersionsRequest request, io.grpc.stub.StreamObserver<ListTensorFlowVersionsResponse> responseObserver)List TensorFlow versions supported by this API.ListTensorFlowVersionsResponseTpuGrpc.TpuBlockingStub. listTensorFlowVersions(ListTensorFlowVersionsRequest request)List TensorFlow versions supported by this API.com.google.common.util.concurrent.ListenableFuture<ListTensorFlowVersionsResponse>TpuGrpc.TpuFutureStub. listTensorFlowVersions(ListTensorFlowVersionsRequest request)List TensorFlow versions supported by this API.voidTpuGrpc.TpuStub. listTensorFlowVersions(ListTensorFlowVersionsRequest request, io.grpc.stub.StreamObserver<ListTensorFlowVersionsResponse> responseObserver)List TensorFlow versions supported by this API.ListTensorFlowVersionsRequest.BuilderListTensorFlowVersionsRequest.Builder. mergeFrom(ListTensorFlowVersionsRequest other)static ListTensorFlowVersionsRequest.BuilderListTensorFlowVersionsRequest. newBuilder(ListTensorFlowVersionsRequest prototype)Method parameters in com.google.cloud.tpu.v1 with type arguments of type ListTensorFlowVersionsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPagedResponse>TpuClient.ListTensorFlowVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse)protected TpuClient.ListTensorFlowVersionsPageTpuClient.ListTensorFlowVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, ListTensorFlowVersionsResponse response)com.google.api.core.ApiFuture<TpuClient.ListTensorFlowVersionsPage>TpuClient.ListTensorFlowVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse,TensorFlowVersion> context, com.google.api.core.ApiFuture<ListTensorFlowVersionsResponse> futureResponse) -
Uses of ListTensorFlowVersionsRequest in com.google.cloud.tpu.v1.stub
-