IAMServiceBase class abstract

Annotations
  • @GrpcServiceName.new('google.iam.admin.v1.IAM')

Constructors

IAMServiceBase()

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
createRole(ServiceCall call, CreateRoleRequest request) Future<Role>
createRole_Pre(ServiceCall $call, Future<CreateRoleRequest> $request) Future<Role>
createServiceAccount(ServiceCall call, CreateServiceAccountRequest request) Future<ServiceAccount>
createServiceAccount_Pre(ServiceCall $call, Future<CreateServiceAccountRequest> $request) Future<ServiceAccount>
createServiceAccountKey(ServiceCall call, CreateServiceAccountKeyRequest request) Future<ServiceAccountKey>
createServiceAccountKey_Pre(ServiceCall $call, Future<CreateServiceAccountKeyRequest> $request) Future<ServiceAccountKey>
deleteRole(ServiceCall call, DeleteRoleRequest request) Future<Role>
deleteRole_Pre(ServiceCall $call, Future<DeleteRoleRequest> $request) Future<Role>
deleteServiceAccount(ServiceCall call, DeleteServiceAccountRequest request) Future<Empty>
deleteServiceAccount_Pre(ServiceCall $call, Future<DeleteServiceAccountRequest> $request) Future<Empty>
deleteServiceAccountKey(ServiceCall call, DeleteServiceAccountKeyRequest request) Future<Empty>
deleteServiceAccountKey_Pre(ServiceCall $call, Future<DeleteServiceAccountKeyRequest> $request) Future<Empty>
disableServiceAccount(ServiceCall call, DisableServiceAccountRequest request) Future<Empty>
disableServiceAccount_Pre(ServiceCall $call, Future<DisableServiceAccountRequest> $request) Future<Empty>
disableServiceAccountKey(ServiceCall call, DisableServiceAccountKeyRequest request) Future<Empty>
disableServiceAccountKey_Pre(ServiceCall $call, Future<DisableServiceAccountKeyRequest> $request) Future<Empty>
enableServiceAccount(ServiceCall call, EnableServiceAccountRequest request) Future<Empty>
enableServiceAccount_Pre(ServiceCall $call, Future<EnableServiceAccountRequest> $request) Future<Empty>
enableServiceAccountKey(ServiceCall call, EnableServiceAccountKeyRequest request) Future<Empty>
enableServiceAccountKey_Pre(ServiceCall $call, Future<EnableServiceAccountKeyRequest> $request) Future<Empty>
getIamPolicy(ServiceCall call, GetIamPolicyRequest request) Future<Policy>
getIamPolicy_Pre(ServiceCall $call, Future<GetIamPolicyRequest> $request) Future<Policy>
getRole(ServiceCall call, GetRoleRequest request) Future<Role>
getRole_Pre(ServiceCall $call, Future<GetRoleRequest> $request) Future<Role>
getServiceAccount(ServiceCall call, GetServiceAccountRequest request) Future<ServiceAccount>
getServiceAccount_Pre(ServiceCall $call, Future<GetServiceAccountRequest> $request) Future<ServiceAccount>
getServiceAccountKey(ServiceCall call, GetServiceAccountKeyRequest request) Future<ServiceAccountKey>
getServiceAccountKey_Pre(ServiceCall $call, Future<GetServiceAccountKeyRequest> $request) Future<ServiceAccountKey>
lintPolicy(ServiceCall call, LintPolicyRequest request) Future<LintPolicyResponse>
lintPolicy_Pre(ServiceCall $call, Future<LintPolicyRequest> $request) Future<LintPolicyResponse>
listRoles(ServiceCall call, ListRolesRequest request) Future<ListRolesResponse>
listRoles_Pre(ServiceCall $call, Future<ListRolesRequest> $request) Future<ListRolesResponse>
listServiceAccountKeys(ServiceCall call, ListServiceAccountKeysRequest request) Future<ListServiceAccountKeysResponse>
listServiceAccountKeys_Pre(ServiceCall $call, Future<ListServiceAccountKeysRequest> $request) Future<ListServiceAccountKeysResponse>
listServiceAccounts(ServiceCall call, ListServiceAccountsRequest request) Future<ListServiceAccountsResponse>
listServiceAccounts_Pre(ServiceCall $call, Future<ListServiceAccountsRequest> $request) Future<ListServiceAccountsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchServiceAccount(ServiceCall call, PatchServiceAccountRequest request) Future<ServiceAccount>
patchServiceAccount_Pre(ServiceCall $call, Future<PatchServiceAccountRequest> $request) Future<ServiceAccount>
queryAuditableServices(ServiceCall call, QueryAuditableServicesRequest request) Future<QueryAuditableServicesResponse>
queryAuditableServices_Pre(ServiceCall $call, Future<QueryAuditableServicesRequest> $request) Future<QueryAuditableServicesResponse>
queryGrantableRoles(ServiceCall call, QueryGrantableRolesRequest request) Future<QueryGrantableRolesResponse>
queryGrantableRoles_Pre(ServiceCall $call, Future<QueryGrantableRolesRequest> $request) Future<QueryGrantableRolesResponse>
queryTestablePermissions(ServiceCall call, QueryTestablePermissionsRequest request) Future<QueryTestablePermissionsResponse>
queryTestablePermissions_Pre(ServiceCall $call, Future<QueryTestablePermissionsRequest> $request) Future<QueryTestablePermissionsResponse>
setIamPolicy(ServiceCall call, SetIamPolicyRequest request) Future<Policy>
setIamPolicy_Pre(ServiceCall $call, Future<SetIamPolicyRequest> $request) Future<Policy>
signBlob(ServiceCall call, SignBlobRequest request) Future<SignBlobResponse>
signBlob_Pre(ServiceCall $call, Future<SignBlobRequest> $request) Future<SignBlobResponse>
signJwt(ServiceCall call, SignJwtRequest request) Future<SignJwtResponse>
signJwt_Pre(ServiceCall $call, Future<SignJwtRequest> $request) Future<SignJwtResponse>
testIamPermissions(ServiceCall call, TestIamPermissionsRequest request) Future<TestIamPermissionsResponse>
testIamPermissions_Pre(ServiceCall $call, Future<TestIamPermissionsRequest> $request) Future<TestIamPermissionsResponse>
toString() String
A string representation of this object.
inherited
undeleteRole(ServiceCall call, UndeleteRoleRequest request) Future<Role>
undeleteRole_Pre(ServiceCall $call, Future<UndeleteRoleRequest> $request) Future<Role>
undeleteServiceAccount(ServiceCall call, UndeleteServiceAccountRequest request) Future<UndeleteServiceAccountResponse>
undeleteServiceAccount_Pre(ServiceCall $call, Future<UndeleteServiceAccountRequest> $request) Future<UndeleteServiceAccountResponse>
updateRole(ServiceCall call, UpdateRoleRequest request) Future<Role>
updateRole_Pre(ServiceCall $call, Future<UpdateRoleRequest> $request) Future<Role>
updateServiceAccount(ServiceCall call, ServiceAccount request) Future<ServiceAccount>
updateServiceAccount_Pre(ServiceCall $call, Future<ServiceAccount> $request) Future<ServiceAccount>
uploadServiceAccountKey(ServiceCall call, UploadServiceAccountKeyRequest request) Future<ServiceAccountKey>
uploadServiceAccountKey_Pre(ServiceCall $call, Future<UploadServiceAccountKeyRequest> $request) Future<ServiceAccountKey>

Operators

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