AppServiceBase class abstract

Inheritance
Annotations

Constructors

AppServiceBase()

Properties

$name String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
addRole(ServiceCall call, AddRoleRequest request) Future<AddRoleResponse>
addRole_Pre(ServiceCall call, Future<AddRoleRequest> request) Future<AddRoleResponse>
changeRole(ServiceCall call, ChangeRoleRequest request) Future<ChangeRoleResponse>
changeRole_Pre(ServiceCall call, Future<ChangeRoleRequest> request) Future<ChangeRoleResponse>
checkPermissions(ServiceCall call, CheckPermissionsRequest request) Future<CheckPermissionsResponse>
checkPermissions_Pre(ServiceCall call, Future<CheckPermissionsRequest> request) Future<CheckPermissionsResponse>
createFragment(ServiceCall call, CreateFragmentRequest request) Future<CreateFragmentResponse>
createFragment_Pre(ServiceCall call, Future<CreateFragmentRequest> request) Future<CreateFragmentResponse>
createKey(ServiceCall call, CreateKeyRequest request) Future<CreateKeyResponse>
createKey_Pre(ServiceCall call, Future<CreateKeyRequest> request) Future<CreateKeyResponse>
createKeyFromExistingKeyAuthorizations(ServiceCall call, CreateKeyFromExistingKeyAuthorizationsRequest request) Future<CreateKeyFromExistingKeyAuthorizationsResponse>
createKeyFromExistingKeyAuthorizations_Pre(ServiceCall call, Future<CreateKeyFromExistingKeyAuthorizationsRequest> request) Future<CreateKeyFromExistingKeyAuthorizationsResponse>
createLocation(ServiceCall call, CreateLocationRequest request) Future<CreateLocationResponse>
createLocation_Pre(ServiceCall call, Future<CreateLocationRequest> request) Future<CreateLocationResponse>
createLocationSecret(ServiceCall call, CreateLocationSecretRequest request) Future<CreateLocationSecretResponse>
createLocationSecret_Pre(ServiceCall call, Future<CreateLocationSecretRequest> request) Future<CreateLocationSecretResponse>
createModule(ServiceCall call, CreateModuleRequest request) Future<CreateModuleResponse>
createModule_Pre(ServiceCall call, Future<CreateModuleRequest> request) Future<CreateModuleResponse>
createOrganization(ServiceCall call, CreateOrganizationRequest request) Future<CreateOrganizationResponse>
createOrganization_Pre(ServiceCall call, Future<CreateOrganizationRequest> request) Future<CreateOrganizationResponse>
createOrganizationInvite(ServiceCall call, CreateOrganizationInviteRequest request) Future<CreateOrganizationInviteResponse>
createOrganizationInvite_Pre(ServiceCall call, Future<CreateOrganizationInviteRequest> request) Future<CreateOrganizationInviteResponse>
createRegistryItem(ServiceCall call, CreateRegistryItemRequest request) Future<CreateRegistryItemResponse>
createRegistryItem_Pre(ServiceCall call, Future<CreateRegistryItemRequest> request) Future<CreateRegistryItemResponse>
createRobotPartSecret(ServiceCall call, CreateRobotPartSecretRequest request) Future<CreateRobotPartSecretResponse>
createRobotPartSecret_Pre(ServiceCall call, Future<CreateRobotPartSecretRequest> request) Future<CreateRobotPartSecretResponse>
deleteFragment(ServiceCall call, DeleteFragmentRequest request) Future<DeleteFragmentResponse>
deleteFragment_Pre(ServiceCall call, Future<DeleteFragmentRequest> request) Future<DeleteFragmentResponse>
deleteKey(ServiceCall call, DeleteKeyRequest request) Future<DeleteKeyResponse>
deleteKey_Pre(ServiceCall call, Future<DeleteKeyRequest> request) Future<DeleteKeyResponse>
deleteLocation(ServiceCall call, DeleteLocationRequest request) Future<DeleteLocationResponse>
deleteLocation_Pre(ServiceCall call, Future<DeleteLocationRequest> request) Future<DeleteLocationResponse>
deleteLocationSecret(ServiceCall call, DeleteLocationSecretRequest request) Future<DeleteLocationSecretResponse>
deleteLocationSecret_Pre(ServiceCall call, Future<DeleteLocationSecretRequest> request) Future<DeleteLocationSecretResponse>
deleteOrganization(ServiceCall call, DeleteOrganizationRequest request) Future<DeleteOrganizationResponse>
deleteOrganization_Pre(ServiceCall call, Future<DeleteOrganizationRequest> request) Future<DeleteOrganizationResponse>
deleteOrganizationInvite(ServiceCall call, DeleteOrganizationInviteRequest request) Future<DeleteOrganizationInviteResponse>
deleteOrganizationInvite_Pre(ServiceCall call, Future<DeleteOrganizationInviteRequest> request) Future<DeleteOrganizationInviteResponse>
deleteOrganizationMember(ServiceCall call, DeleteOrganizationMemberRequest request) Future<DeleteOrganizationMemberResponse>
deleteOrganizationMember_Pre(ServiceCall call, Future<DeleteOrganizationMemberRequest> request) Future<DeleteOrganizationMemberResponse>
deleteRegistryItem(ServiceCall call, DeleteRegistryItemRequest request) Future<DeleteRegistryItemResponse>
deleteRegistryItem_Pre(ServiceCall call, Future<DeleteRegistryItemRequest> request) Future<DeleteRegistryItemResponse>
deleteRobot(ServiceCall call, DeleteRobotRequest request) Future<DeleteRobotResponse>
deleteRobot_Pre(ServiceCall call, Future<DeleteRobotRequest> request) Future<DeleteRobotResponse>
deleteRobotPart(ServiceCall call, DeleteRobotPartRequest request) Future<DeleteRobotPartResponse>
deleteRobotPart_Pre(ServiceCall call, Future<DeleteRobotPartRequest> request) Future<DeleteRobotPartResponse>
deleteRobotPartSecret(ServiceCall call, DeleteRobotPartSecretRequest request) Future<DeleteRobotPartSecretResponse>
deleteRobotPartSecret_Pre(ServiceCall call, Future<DeleteRobotPartSecretRequest> request) Future<DeleteRobotPartSecretResponse>
getFragment(ServiceCall call, GetFragmentRequest request) Future<GetFragmentResponse>
getFragment_Pre(ServiceCall call, Future<GetFragmentRequest> request) Future<GetFragmentResponse>
getLocation(ServiceCall call, GetLocationRequest request) Future<GetLocationResponse>
getLocation_Pre(ServiceCall call, Future<GetLocationRequest> request) Future<GetLocationResponse>
getModule(ServiceCall call, GetModuleRequest request) Future<GetModuleResponse>
getModule_Pre(ServiceCall call, Future<GetModuleRequest> request) Future<GetModuleResponse>
getOrganization(ServiceCall call, GetOrganizationRequest request) Future<GetOrganizationResponse>
getOrganization_Pre(ServiceCall call, Future<GetOrganizationRequest> request) Future<GetOrganizationResponse>
getOrganizationNamespaceAvailability(ServiceCall call, GetOrganizationNamespaceAvailabilityRequest request) Future<GetOrganizationNamespaceAvailabilityResponse>
getOrganizationNamespaceAvailability_Pre(ServiceCall call, Future<GetOrganizationNamespaceAvailabilityRequest> request) Future<GetOrganizationNamespaceAvailabilityResponse>
getOrganizationsWithAccessToLocation(ServiceCall call, GetOrganizationsWithAccessToLocationRequest request) Future<GetOrganizationsWithAccessToLocationResponse>
getOrganizationsWithAccessToLocation_Pre(ServiceCall call, Future<GetOrganizationsWithAccessToLocationRequest> request) Future<GetOrganizationsWithAccessToLocationResponse>
getRegistryItem(ServiceCall call, GetRegistryItemRequest request) Future<GetRegistryItemResponse>
getRegistryItem_Pre(ServiceCall call, Future<GetRegistryItemRequest> request) Future<GetRegistryItemResponse>
getRobot(ServiceCall call, GetRobotRequest request) Future<GetRobotResponse>
getRobot_Pre(ServiceCall call, Future<GetRobotRequest> request) Future<GetRobotResponse>
getRobotAPIKeys(ServiceCall call, GetRobotAPIKeysRequest request) Future<GetRobotAPIKeysResponse>
getRobotAPIKeys_Pre(ServiceCall call, Future<GetRobotAPIKeysRequest> request) Future<GetRobotAPIKeysResponse>
getRobotPart(ServiceCall call, GetRobotPartRequest request) Future<GetRobotPartResponse>
getRobotPart_Pre(ServiceCall call, Future<GetRobotPartRequest> request) Future<GetRobotPartResponse>
getRobotPartHistory(ServiceCall call, GetRobotPartHistoryRequest request) Future<GetRobotPartHistoryResponse>
getRobotPartHistory_Pre(ServiceCall call, Future<GetRobotPartHistoryRequest> request) Future<GetRobotPartHistoryResponse>
getRobotPartLogs(ServiceCall call, GetRobotPartLogsRequest request) Future<GetRobotPartLogsResponse>
getRobotPartLogs_Pre(ServiceCall call, Future<GetRobotPartLogsRequest> request) Future<GetRobotPartLogsResponse>
getRobotParts(ServiceCall call, GetRobotPartsRequest request) Future<GetRobotPartsResponse>
getRobotParts_Pre(ServiceCall call, Future<GetRobotPartsRequest> request) Future<GetRobotPartsResponse>
getRoverRentalRobots(ServiceCall call, GetRoverRentalRobotsRequest request) Future<GetRoverRentalRobotsResponse>
getRoverRentalRobots_Pre(ServiceCall call, Future<GetRoverRentalRobotsRequest> request) Future<GetRoverRentalRobotsResponse>
getUserIDByEmail(ServiceCall call, GetUserIDByEmailRequest request) Future<GetUserIDByEmailResponse>
getUserIDByEmail_Pre(ServiceCall call, Future<GetUserIDByEmailRequest> request) Future<GetUserIDByEmailResponse>
listAuthorizations(ServiceCall call, ListAuthorizationsRequest request) Future<ListAuthorizationsResponse>
listAuthorizations_Pre(ServiceCall call, Future<ListAuthorizationsRequest> request) Future<ListAuthorizationsResponse>
listFragments(ServiceCall call, ListFragmentsRequest request) Future<ListFragmentsResponse>
listFragments_Pre(ServiceCall call, Future<ListFragmentsRequest> request) Future<ListFragmentsResponse>
listKeys(ServiceCall call, ListKeysRequest request) Future<ListKeysResponse>
listKeys_Pre(ServiceCall call, Future<ListKeysRequest> request) Future<ListKeysResponse>
listLocations(ServiceCall call, ListLocationsRequest request) Future<ListLocationsResponse>
listLocations_Pre(ServiceCall call, Future<ListLocationsRequest> request) Future<ListLocationsResponse>
listModules(ServiceCall call, ListModulesRequest request) Future<ListModulesResponse>
listModules_Pre(ServiceCall call, Future<ListModulesRequest> request) Future<ListModulesResponse>
listOrganizationMembers(ServiceCall call, ListOrganizationMembersRequest request) Future<ListOrganizationMembersResponse>
listOrganizationMembers_Pre(ServiceCall call, Future<ListOrganizationMembersRequest> request) Future<ListOrganizationMembersResponse>
listOrganizations(ServiceCall call, ListOrganizationsRequest request) Future<ListOrganizationsResponse>
listOrganizations_Pre(ServiceCall call, Future<ListOrganizationsRequest> request) Future<ListOrganizationsResponse>
listOrganizationsByUser(ServiceCall call, ListOrganizationsByUserRequest request) Future<ListOrganizationsByUserResponse>
listOrganizationsByUser_Pre(ServiceCall call, Future<ListOrganizationsByUserRequest> request) Future<ListOrganizationsByUserResponse>
listRegistryItems(ServiceCall call, ListRegistryItemsRequest request) Future<ListRegistryItemsResponse>
listRegistryItems_Pre(ServiceCall call, Future<ListRegistryItemsRequest> request) Future<ListRegistryItemsResponse>
listRobots(ServiceCall call, ListRobotsRequest request) Future<ListRobotsResponse>
listRobots_Pre(ServiceCall call, Future<ListRobotsRequest> request) Future<ListRobotsResponse>
locationAuth(ServiceCall call, LocationAuthRequest request) Future<LocationAuthResponse>
locationAuth_Pre(ServiceCall call, Future<LocationAuthRequest> request) Future<LocationAuthResponse>
markPartAsMain(ServiceCall call, MarkPartAsMainRequest request) Future<MarkPartAsMainResponse>
markPartAsMain_Pre(ServiceCall call, Future<MarkPartAsMainRequest> request) Future<MarkPartAsMainResponse>
markPartForRestart(ServiceCall call, MarkPartForRestartRequest request) Future<MarkPartForRestartResponse>
markPartForRestart_Pre(ServiceCall call, Future<MarkPartForRestartRequest> request) Future<MarkPartForRestartResponse>
newRobot(ServiceCall call, NewRobotRequest request) Future<NewRobotResponse>
newRobot_Pre(ServiceCall call, Future<NewRobotRequest> request) Future<NewRobotResponse>
newRobotPart(ServiceCall call, NewRobotPartRequest request) Future<NewRobotPartResponse>
newRobotPart_Pre(ServiceCall call, Future<NewRobotPartRequest> request) Future<NewRobotPartResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeRole(ServiceCall call, RemoveRoleRequest request) Future<RemoveRoleResponse>
removeRole_Pre(ServiceCall call, Future<RemoveRoleRequest> request) Future<RemoveRoleResponse>
resendOrganizationInvite(ServiceCall call, ResendOrganizationInviteRequest request) Future<ResendOrganizationInviteResponse>
resendOrganizationInvite_Pre(ServiceCall call, Future<ResendOrganizationInviteRequest> request) Future<ResendOrganizationInviteResponse>
rotateKey(ServiceCall call, RotateKeyRequest request) Future<RotateKeyResponse>
rotateKey_Pre(ServiceCall call, Future<RotateKeyRequest> request) Future<RotateKeyResponse>
shareLocation(ServiceCall call, ShareLocationRequest request) Future<ShareLocationResponse>
shareLocation_Pre(ServiceCall call, Future<ShareLocationRequest> request) Future<ShareLocationResponse>
tailRobotPartLogs(ServiceCall call, TailRobotPartLogsRequest request) Stream<TailRobotPartLogsResponse>
tailRobotPartLogs_Pre(ServiceCall call, Future<TailRobotPartLogsRequest> request) Stream<TailRobotPartLogsResponse>
toString() String
A string representation of this object.
inherited
unshareLocation(ServiceCall call, UnshareLocationRequest request) Future<UnshareLocationResponse>
unshareLocation_Pre(ServiceCall call, Future<UnshareLocationRequest> request) Future<UnshareLocationResponse>
updateFragment(ServiceCall call, UpdateFragmentRequest request) Future<UpdateFragmentResponse>
updateFragment_Pre(ServiceCall call, Future<UpdateFragmentRequest> request) Future<UpdateFragmentResponse>
updateLocation(ServiceCall call, UpdateLocationRequest request) Future<UpdateLocationResponse>
updateLocation_Pre(ServiceCall call, Future<UpdateLocationRequest> request) Future<UpdateLocationResponse>
updateModule(ServiceCall call, UpdateModuleRequest request) Future<UpdateModuleResponse>
updateModule_Pre(ServiceCall call, Future<UpdateModuleRequest> request) Future<UpdateModuleResponse>
updateOrganization(ServiceCall call, UpdateOrganizationRequest request) Future<UpdateOrganizationResponse>
updateOrganization_Pre(ServiceCall call, Future<UpdateOrganizationRequest> request) Future<UpdateOrganizationResponse>
updateOrganizationInviteAuthorizations(ServiceCall call, UpdateOrganizationInviteAuthorizationsRequest request) Future<UpdateOrganizationInviteAuthorizationsResponse>
updateOrganizationInviteAuthorizations_Pre(ServiceCall call, Future<UpdateOrganizationInviteAuthorizationsRequest> request) Future<UpdateOrganizationInviteAuthorizationsResponse>
updateRegistryItem(ServiceCall call, UpdateRegistryItemRequest request) Future<UpdateRegistryItemResponse>
updateRegistryItem_Pre(ServiceCall call, Future<UpdateRegistryItemRequest> request) Future<UpdateRegistryItemResponse>
updateRobot(ServiceCall call, UpdateRobotRequest request) Future<UpdateRobotResponse>
updateRobot_Pre(ServiceCall call, Future<UpdateRobotRequest> request) Future<UpdateRobotResponse>
updateRobotPart(ServiceCall call, UpdateRobotPartRequest request) Future<UpdateRobotPartResponse>
updateRobotPart_Pre(ServiceCall call, Future<UpdateRobotPartRequest> request) Future<UpdateRobotPartResponse>
uploadModuleFile(ServiceCall call, Stream<UploadModuleFileRequest> request) Future<UploadModuleFileResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited