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 GetTensorFlowVersionRequest
GetTensorFlowVersionRequest.Builder. build()
GetTensorFlowVersionRequest
GetTensorFlowVersionRequest.Builder. buildPartial()
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. getDefaultInstance()
GetTensorFlowVersionRequest
GetTensorFlowVersionRequest.Builder. getDefaultInstanceForType()
GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. getDefaultInstanceForType()
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseDelimitedFrom(InputStream input)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(byte[] data)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(InputStream input)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. parseFrom(ByteBuffer data)
static GetTensorFlowVersionRequest
GetTensorFlowVersionRequest. 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 TensorFlowVersion
TpuClient. getTensorFlowVersion(GetTensorFlowVersionRequest request)
Gets TensorFlow Version.default void
TpuGrpc.AsyncService. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)
Gets TensorFlow Version.TensorFlowVersion
TpuGrpc.TpuBlockingStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)
Gets TensorFlow Version.com.google.common.util.concurrent.ListenableFuture<TensorFlowVersion>
TpuGrpc.TpuFutureStub. getTensorFlowVersion(GetTensorFlowVersionRequest request)
Gets TensorFlow Version.void
TpuGrpc.TpuStub. getTensorFlowVersion(GetTensorFlowVersionRequest request, io.grpc.stub.StreamObserver<TensorFlowVersion> responseObserver)
Gets TensorFlow Version.GetTensorFlowVersionRequest.Builder
GetTensorFlowVersionRequest.Builder. mergeFrom(GetTensorFlowVersionRequest other)
static GetTensorFlowVersionRequest.Builder
GetTensorFlowVersionRequest. 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.
-