OrganizationServiceClient class

Constructors

OrganizationServiceClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

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

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
claimHardwareIdentity(ClaimHardwareIdentityRequest request, {CallOptions? options}) → ResponseFuture<ClaimHardwareIdentityResponse>
createAPIKey(CreateAPIKeyRequest request, {CallOptions? options}) → ResponseFuture<CreateAPIKeyResponse>
createNewOrganization(CreateNewOrganizationRequest request, {CallOptions? options}) → ResponseFuture<CreateNewOrganizationResponse>
createUser(CreateUserRequest request, {CallOptions? options}) → ResponseFuture<CreateUserResponse>
deleteAPIKey(DeleteAPIKeyRequest request, {CallOptions? options}) → ResponseFuture<DeleteAPIKeyResponse>
deleteUser(DeleteUserRequest request, {CallOptions? options}) → ResponseFuture<DeleteUserResponse>
getAPIKeySecret(GetAPIKeySecretRequest request, {CallOptions? options}) → ResponseFuture<GetAPIKeySecretResponse>
getUser(GetUserRequest request, {CallOptions? options}) → ResponseFuture<GetUserResponse>
listAPIKeys(ListAPIKeysRequest request, {CallOptions? options}) → ResponseStream<ListAPIKeysResponse>
listUsers(ListUsersRequest request, {CallOptions? options}) → ResponseFuture<ListUsersResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHardwareIdentityInfo(SetHardwareIdentityInfoRequest request, {CallOptions? options}) → ResponseFuture<SetHardwareIdentityInfoResponse>
toString() String
A string representation of this object.
inherited
updateOrganization(UpdateOrganizationRequest request, {CallOptions? options}) → ResponseFuture<UpdateOrganizationResponse>

Operators

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