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 ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest.Builder. build()
ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest.Builder. buildPartial()
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. getDefaultInstance()
ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest.Builder. getDefaultInstanceForType()
ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. getDefaultInstanceForType()
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseDelimitedFrom(InputStream input)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(byte[] data)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(InputStream input)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. parseFrom(ByteBuffer data)
static ListTensorFlowVersionsRequest
ListTensorFlowVersionsRequest. 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.ListTensorFlowVersionsPagedResponse
TpuClient. listTensorFlowVersions(ListTensorFlowVersionsRequest request)
List TensorFlow versions supported by this API.default void
TpuGrpc.AsyncService. listTensorFlowVersions(ListTensorFlowVersionsRequest request, io.grpc.stub.StreamObserver<ListTensorFlowVersionsResponse> responseObserver)
List TensorFlow versions supported by this API.ListTensorFlowVersionsResponse
TpuGrpc.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.void
TpuGrpc.TpuStub. listTensorFlowVersions(ListTensorFlowVersionsRequest request, io.grpc.stub.StreamObserver<ListTensorFlowVersionsResponse> responseObserver)
List TensorFlow versions supported by this API.ListTensorFlowVersionsRequest.Builder
ListTensorFlowVersionsRequest.Builder. mergeFrom(ListTensorFlowVersionsRequest other)
static ListTensorFlowVersionsRequest.Builder
ListTensorFlowVersionsRequest. 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.ListTensorFlowVersionsPage
TpuClient.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
-