Package com.google.cloud.tpu.v2alpha1
Class TpuGrpc.TpuImplBase
- java.lang.Object
-
- com.google.cloud.tpu.v2alpha1.TpuGrpc.TpuImplBase
-
- All Implemented Interfaces:
TpuGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- TpuGrpc
public abstract static class TpuGrpc.TpuImplBase extends Object implements io.grpc.BindableService, TpuGrpc.AsyncService
Base class for the server implementation of the service Tpu.Manages TPU nodes and other resources TPU API v2alpha1
-
-
Constructor Summary
Constructors Constructor Description TpuImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.tpu.v2alpha1.TpuGrpc.AsyncService
createNode, createQueuedResource, deleteNode, deleteQueuedResource, generateServiceIdentity, getAcceleratorType, getGuestAttributes, getNode, getQueuedResource, getRuntimeVersion, listAcceleratorTypes, listNodes, listQueuedResources, listRuntimeVersions, resetQueuedResource, simulateMaintenanceEvent, startNode, stopNode, updateNode
-
-