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