Class WorkstationsGrpc.WorkstationsImplBase
- java.lang.Object
-
- com.google.cloud.workstations.v1beta.WorkstationsGrpc.WorkstationsImplBase
-
- All Implemented Interfaces:
WorkstationsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WorkstationsGrpc
public abstract static class WorkstationsGrpc.WorkstationsImplBase extends Object implements io.grpc.BindableService, WorkstationsGrpc.AsyncService
Base class for the server implementation of the service Workstations.Service for interacting with Cloud Workstations.
-
-
Constructor Summary
Constructors Constructor Description WorkstationsImplBase()
-
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.workstations.v1beta.WorkstationsGrpc.AsyncService
createWorkstation, createWorkstationCluster, createWorkstationConfig, deleteWorkstation, deleteWorkstationCluster, deleteWorkstationConfig, generateAccessToken, getWorkstation, getWorkstationCluster, getWorkstationConfig, listUsableWorkstationConfigs, listUsableWorkstations, listWorkstationClusters, listWorkstationConfigs, listWorkstations, startWorkstation, stopWorkstation, updateWorkstation, updateWorkstationCluster, updateWorkstationConfig
-
-