Package viam.app.v1
Class AppServiceGrpc.AppServiceImplBase
java.lang.Object
viam.app.v1.AppServiceGrpc.AppServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService
,AppServiceGrpc.AsyncService
- Enclosing class:
- AppServiceGrpc
public abstract static class AppServiceGrpc.AppServiceImplBase
extends Object
implements io.grpc.BindableService, AppServiceGrpc.AsyncService
Base class for the server implementation of the service AppService.
Users
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface viam.app.v1.AppServiceGrpc.AsyncService
addRole, changeRole, checkPermissions, createFragment, createKey, createKeyFromExistingKeyAuthorizations, createLocation, createLocationSecret, createModule, createOAuthApp, createOrganization, createOrganizationInvite, createRegistryItem, createRobotPartSecret, deleteFragment, deleteKey, deleteLocation, deleteLocationSecret, deleteOAuthApp, deleteOrganization, deleteOrganizationInvite, deleteOrganizationMember, deleteRegistryItem, deleteRobot, deleteRobotPart, deleteRobotPartSecret, disableAuthService, disableBillingService, enableAuthService, enableBillingService, getBillingServiceConfig, getFragment, getFragmentHistory, getLocation, getModule, getOrganization, getOrganizationNamespaceAvailability, getOrganizationsWithAccessToLocation, getRegistryItem, getRobot, getRobotAPIKeys, getRobotPart, getRobotPartHistory, getRobotPartLogs, getRobotParts, getRoverRentalRobots, getUserIDByEmail, listAuthorizations, listFragments, listKeys, listLocations, listMachineFragments, listModules, listOAuthApps, listOrganizationMembers, listOrganizations, listOrganizationsByUser, listRegistryItems, listRobots, locationAuth, markPartAsMain, markPartForRestart, newRobot, newRobotPart, organizationGetLogo, organizationGetSupportEmail, organizationSetLogo, organizationSetSupportEmail, readOAuthApp, removeRole, renameKey, resendOrganizationInvite, rotateKey, searchOrganizations, shareLocation, tailRobotPartLogs, transferRegistryItem, unshareLocation, updateBillingService, updateFragment, updateLocation, updateModule, updateOAuthApp, updateOrganization, updateOrganizationInviteAuthorizations, updateRegistryItem, updateRobot, updateRobotPart, uploadModuleFile
-
Constructor Details
-
AppServiceImplBase
public AppServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-