FeatureServiceClient class

FeatureService is intended to manage features for ZITADEL.

Feature settings that are available on multiple "levels", such as instance and organization. The higher level (instance) acts as a default for the lower level (organization). When a feature is set on multiple levels, the lower level takes precedence.

Features can be experimental where ZITADEL will assume a sane default, such as disabled. When over time confidence in such a feature grows, ZITADEL can default to enabling the feature. As a final step we might choose to always enable a feature and remove the setting from this API, reserving the proto field number. Such removal is not considered a breaking change. Setting a removed field will effectively result in a no-op.

Annotations
  • @GrpcServiceName.new('zitadel.feature.v2beta.FeatureService')

Constructors

FeatureServiceClient(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
getInstanceFeatures(GetInstanceFeaturesRequest request, {CallOptions? options}) → ResponseFuture<GetInstanceFeaturesResponse>
getOrganizationFeatures(GetOrganizationFeaturesRequest request, {CallOptions? options}) → ResponseFuture<GetOrganizationFeaturesResponse>
getSystemFeatures(GetSystemFeaturesRequest request, {CallOptions? options}) → ResponseFuture<GetSystemFeaturesResponse>
getUserFeatures(GetUserFeaturesRequest request, {CallOptions? options}) → ResponseFuture<GetUserFeaturesResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetInstanceFeatures(ResetInstanceFeaturesRequest request, {CallOptions? options}) → ResponseFuture<ResetInstanceFeaturesResponse>
resetOrganizationFeatures(ResetOrganizationFeaturesRequest request, {CallOptions? options}) → ResponseFuture<ResetOrganizationFeaturesResponse>
resetSystemFeatures(ResetSystemFeaturesRequest request, {CallOptions? options}) → ResponseFuture<ResetSystemFeaturesResponse>
resetUserFeatures(ResetUserFeaturesRequest request, {CallOptions? options}) → ResponseFuture<ResetUserFeaturesResponse>
setInstanceFeatures(SetInstanceFeaturesRequest request, {CallOptions? options}) → ResponseFuture<SetInstanceFeaturesResponse>
setOrganizationFeatures(SetOrganizationFeaturesRequest request, {CallOptions? options}) → ResponseFuture<SetOrganizationFeaturesResponse>
setSystemFeatures(SetSystemFeaturesRequest request, {CallOptions? options}) → ResponseFuture<SetSystemFeaturesResponse>
setUserFeatures(SetUserFeatureRequest request, {CallOptions? options}) → ResponseFuture<SetUserFeaturesResponse>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

defaultHost → const String
The hostname for this service.
oauthScopes → const List<String>
OAuth scopes needed for the client.