CloudAdminServiceBase class abstract

Constructors

CloudAdminServiceBase()

Properties

$name String
no setter
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
addMember(ServiceCall call, CloudRequest request) Future<CloudResponse>
addMember_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
createOauth2App(ServiceCall call, CloudRequest request) Future<CloudResponse>
createOauth2App_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
createOrganization(ServiceCall call, CloudRequest request) Future<CloudResponse>
createOrganization_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
createProject(ServiceCall call, CloudRequest request) Future<CloudResponse>
createProject_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
deleteMember(ServiceCall call, CloudRequest request) Future<CloudResponse>
deleteMember_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
deleteOauth2App(ServiceCall call, CloudRequest request) Future<CloudResponse>
deleteOauth2App_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
deleteProject(ServiceCall call, CloudRequest request) Future<CloudResponse>
deleteProject_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
downloadKubernetesConfig(ServiceCall call, CloudRequest request) Future<CloudResponse>
downloadKubernetesConfig_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
editMember(ServiceCall call, CloudRequest request) Future<CloudResponse>
editMember_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getOauth2App(ServiceCall call, CloudRequest request) Future<CloudResponse>
getOauth2App_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getOrganization(ServiceCall call, CloudRequest request) Future<CloudResponse>
getOrganization_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getOrganizationsWhereOwner(ServiceCall call, CloudRequest request) Future<CloudResponse>
getOrganizationsWhereOwner_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getPartner(ServiceCall call, CloudRequest request) Future<CloudResponse>
getPartner_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getPartners(ServiceCall call, CloudRequest request) Future<CloudResponse>
getPartners_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getProject(ServiceCall call, CloudRequest request) Future<CloudResponse>
getProject_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
getProjectsInOrganization(ServiceCall call, CloudRequest request) Future<CloudResponse>
getProjectsInOrganization_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
heartbeat(ServiceCall call, CloudRequest request) Future<CloudResponse>
heartbeat_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
initializeCloud(ServiceCall call, CloudRequest request) Future<CloudResponse>
initializeCloud_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
initializeProjectRegistration(ServiceCall call, CloudRequest request) Future<CloudResponse>
initializeProjectRegistration_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
repairProjectState(ServiceCall call, CloudRequest request) Future<CloudResponse>
repairProjectState_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
rollPrivateKey(ServiceCall call, CloudRequest request) Future<CloudResponse>
rollPrivateKey_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
toString() String
A string representation of this object.
inherited
updateOauth2Details(ServiceCall call, CloudRequest request) Future<CloudResponse>
updateOauth2Details_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
updateOauth2Secret(ServiceCall call, CloudRequest request) Future<CloudResponse>
updateOauth2Secret_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
updateOauth2Security(ServiceCall call, CloudRequest request) Future<CloudResponse>
updateOauth2Security_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
updateOrganization(ServiceCall call, CloudRequest request) Future<CloudResponse>
updateOrganization_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>
updateProject(ServiceCall call, CloudRequest request) Future<CloudResponse>
updateProject_Pre(ServiceCall call, Future<CloudRequest> request) Future<CloudResponse>

Operators

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