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