Uses of Class
com.google.cloud.tpu.v1.GetTensorFlowVersionRequest
-
Packages that use GetTensorFlowVersionRequest Package Description com.google.cloud.tpu.v1 A client to Cloud TPU APIcom.google.cloud.tpu.v1.stub -
-
Uses of GetTensorFlowVersionRequest in com.google.cloud.tpu.v1
Methods in com.google.cloud.tpu.v1 that return GetTensorFlowVersionRequest Modifier and Type Method Description GetTensorFlowVersionRequestGetTensorFlowVersionRequest.Builder. build()GetTensorFlowVersionRequestGetTensorFlowVersionRequest.Builder. buildPartial()static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. getDefaultInstance()GetTensorFlowVersionRequestGetTensorFlowVersionRequest.Builder. getDefaultInstanceForType()GetTensorFlowVersionRequestGetTensorFlowVersionRequest. getDefaultInstanceForType()static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseDelimitedFrom(InputStream input)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(byte[] data)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(com.google.protobuf.ByteString data)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(InputStream input)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(ByteBuffer data)static GetTensorFlowVersionRequestGetTensorFlowVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.tpu.v1 that return types with arguments of type GetTensorFlowVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTensorFlowVersionRequest,TensorFlowVersion>TpuGrpc. getGetTensorFlowVersionMethod()com.google.protobuf.Parser<GetTensorFlowVersionRequest>GetTensorFlowVersionRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>TpuClient. getTensorFlowVersionCallable()Gets TensorFlow Version.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorFlowVersionRequest,TensorFlowVersion>TpuSettings.Builder. getTensorFlowVersionSettings()Returns the builder for the settings used for calls to getTensorFlowVersion.com.google.api.gax.rpc.UnaryCallSettings<GetTensorFlowVersionRequest,TensorFlowVersion>TpuSettings. getTensorFlowVersionSettings()Returns the object with the settings used for calls to getTensorFlowVersion.static com.google.protobuf.Parser<GetTensorFlowVersionRequest>GetTensorFlowVersionRequest. parser()Methods in com.google.cloud.tpu.v1 with parameters of type GetTensorFlowVersionRequest Modifier and Type Method Description TensorFlowVersionTpuClient. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.default voidTpuGrpc.AsyncService. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)Gets TensorFlow Version.TensorFlowVersionTpuGrpc.TpuBlockingStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.com.google.common.util.concurrent.ListenableFuture<TensorFlowVersion>TpuGrpc.TpuFutureStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)Gets TensorFlow Version.voidTpuGrpc.TpuStub. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)Gets TensorFlow Version.GetTensorFlowVersionRequest.BuilderGetTensorFlowVersionRequest.Builder. mergeFrom(GetTensorFlowVersionRequest other)static GetTensorFlowVersionRequest.BuilderGetTensorFlowVersionRequest. newBuilder(GetTensorFlowVersionRequest prototype) -
Uses of GetTensorFlowVersionRequest in com.google.cloud.tpu.v1.stub
Methods in com.google.cloud.tpu.v1.stub that return types with arguments of type GetTensorFlowVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>GrpcTpuStub. getTensorFlowVersionCallable()com.google.api.gax.rpc.UnaryCallable<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStub. getTensorFlowVersionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStubSettings.Builder. getTensorFlowVersionSettings()Returns the builder for the settings used for calls to getTensorFlowVersion.com.google.api.gax.rpc.UnaryCallSettings<GetTensorFlowVersionRequest,TensorFlowVersion>TpuStubSettings. getTensorFlowVersionSettings()Returns the object with the settings used for calls to getTensorFlowVersion.
-