@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/tpu/v1/cloud_tpu.proto") public final class TpuGrpc extends Object
Manages TPU nodes and other resources TPU API v1
| Modifier and Type | Class and Description |
|---|---|
static interface |
TpuGrpc.AsyncService
Manages TPU nodes and other resources
TPU API v1
|
static class |
TpuGrpc.TpuBlockingStub
A stub to allow clients to do synchronous rpc calls to service Tpu.
|
static class |
TpuGrpc.TpuFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Tpu.
|
static class |
TpuGrpc.TpuImplBase
Base class for the server implementation of the service Tpu.
|
static class |
TpuGrpc.TpuStub
A stub to allow clients to do asynchronous rpc calls to service Tpu.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(TpuGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateNodeRequest,com.google.longrunning.Operation> |
getCreateNodeMethod() |
static io.grpc.MethodDescriptor<DeleteNodeRequest,com.google.longrunning.Operation> |
getDeleteNodeMethod() |
static io.grpc.MethodDescriptor<GetAcceleratorTypeRequest,AcceleratorType> |
getGetAcceleratorTypeMethod() |
static io.grpc.MethodDescriptor<GetNodeRequest,Node> |
getGetNodeMethod() |
static io.grpc.MethodDescriptor<GetTensorFlowVersionRequest,TensorFlowVersion> |
getGetTensorFlowVersionMethod() |
static io.grpc.MethodDescriptor<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse> |
getListAcceleratorTypesMethod() |
static io.grpc.MethodDescriptor<ListNodesRequest,ListNodesResponse> |
getListNodesMethod() |
static io.grpc.MethodDescriptor<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse> |
getListTensorFlowVersionsMethod() |
static io.grpc.MethodDescriptor<ReimageNodeRequest,com.google.longrunning.Operation> |
getReimageNodeMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<StartNodeRequest,com.google.longrunning.Operation> |
getStartNodeMethod() |
static io.grpc.MethodDescriptor<StopNodeRequest,com.google.longrunning.Operation> |
getStopNodeMethod() |
static TpuGrpc.TpuBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TpuGrpc.TpuFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TpuGrpc.TpuStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListNodesRequest,ListNodesResponse> getListNodesMethod()
public static io.grpc.MethodDescriptor<GetNodeRequest,Node> getGetNodeMethod()
public static io.grpc.MethodDescriptor<CreateNodeRequest,com.google.longrunning.Operation> getCreateNodeMethod()
public static io.grpc.MethodDescriptor<DeleteNodeRequest,com.google.longrunning.Operation> getDeleteNodeMethod()
public static io.grpc.MethodDescriptor<ReimageNodeRequest,com.google.longrunning.Operation> getReimageNodeMethod()
public static io.grpc.MethodDescriptor<StopNodeRequest,com.google.longrunning.Operation> getStopNodeMethod()
public static io.grpc.MethodDescriptor<StartNodeRequest,com.google.longrunning.Operation> getStartNodeMethod()
public static io.grpc.MethodDescriptor<ListTensorFlowVersionsRequest,ListTensorFlowVersionsResponse> getListTensorFlowVersionsMethod()
public static io.grpc.MethodDescriptor<GetTensorFlowVersionRequest,TensorFlowVersion> getGetTensorFlowVersionMethod()
public static io.grpc.MethodDescriptor<ListAcceleratorTypesRequest,ListAcceleratorTypesResponse> getListAcceleratorTypesMethod()
public static io.grpc.MethodDescriptor<GetAcceleratorTypeRequest,AcceleratorType> getGetAcceleratorTypeMethod()
public static TpuGrpc.TpuStub newStub(io.grpc.Channel channel)
public static TpuGrpc.TpuBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TpuGrpc.TpuFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TpuGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.