ZITADELUserSchemasClient class
- Annotations
-
- @GrpcServiceName.new('zitadel.resources.userschema.v3alpha.ZITADELUserSchemas')
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
-
createUserSchema(CreateUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<CreateUserSchemaResponse>
-
Create a user schema
-
deactivateUserSchema(DeactivateUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<DeactivateUserSchemaResponse>
-
Deactivate a user schema
-
deleteUserSchema(DeleteUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<DeleteUserSchemaResponse>
-
Delete a user schema
-
getUserSchema(GetUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<GetUserSchemaResponse>
-
User schema by ID
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patchUserSchema(PatchUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<PatchUserSchemaResponse>
-
Patch a user schema
-
reactivateUserSchema(ReactivateUserSchemaRequest request, {CallOptions? options})
→ ResponseFuture<ReactivateUserSchemaResponse>
-
Reactivate a user schema
-
searchUserSchemas(SearchUserSchemasRequest request, {CallOptions? options})
→ ResponseFuture<SearchUserSchemasResponse>
-
Search user schemas
-
toString()
→ String
-
A string representation of this object.
inherited