settings library
Settings service from Ant Investor Profile package.
Classes
- GetRequest
- GetRequest retrieves a single setting value.
- GetResponse
- GetResponse returns the requested setting.
- ListRequest
- ListRequest retrieves all settings matching a partial key.
- ListResponse
- ListResponse returns matching settings.
- SearchResponse
- SearchResponse returns settings matching search criteria.
- SetRequest
- SetRequest creates or updates a setting value.
- SetResponse
- SetResponse returns the updated setting.
- Setting
- Setting represents a hierarchical key for configuration lookup. Supports multi-level scoping for flexible configuration management.
- SettingObject
- SettingObject represents a stored setting with its value and metadata.
- SettingsService
- SettingsService provides hierarchical configuration management. All RPCs require authentication via Bearer token.
- SettingsServiceApi
Extension Types
- SettingsServiceClient
- SettingsService provides hierarchical configuration management. All RPCs require authentication via Bearer token.
Constants
-
GetRequest$json
→ const Map<
String, Object> -
GetResponse$json
→ const Map<
String, Object> -
ListRequest$json
→ const Map<
String, Object> -
ListResponse$json
→ const Map<
String, Object> -
SearchResponse$json
→ const Map<
String, Object> -
SetRequest$json
→ const Map<
String, Object> -
SetResponse$json
→ const Map<
String, Object> -
Setting$json
→ const Map<
String, Object> -
SettingObject$json
→ const Map<
String, Object> -
SettingsServiceBase$json
→ const Map<
String, dynamic> -
SettingsServiceBase$messageJson
→ const Map<
String, Map< String, dynamic> >
Properties
- getRequestDescriptor → Uint8List
-
Descriptor for
GetRequest. Decode as agoogle.protobuf.DescriptorProto.final - getResponseDescriptor → Uint8List
-
Descriptor for
GetResponse. Decode as agoogle.protobuf.DescriptorProto.final - listRequestDescriptor → Uint8List
-
Descriptor for
ListRequest. Decode as agoogle.protobuf.DescriptorProto.final - listResponseDescriptor → Uint8List
-
Descriptor for
ListResponse. Decode as agoogle.protobuf.DescriptorProto.final - searchResponseDescriptor → Uint8List
-
Descriptor for
SearchResponse. Decode as agoogle.protobuf.DescriptorProto.final - setRequestDescriptor → Uint8List
-
Descriptor for
SetRequest. Decode as agoogle.protobuf.DescriptorProto.final - setResponseDescriptor → Uint8List
-
Descriptor for
SetResponse. Decode as agoogle.protobuf.DescriptorProto.final - settingDescriptor → Uint8List
-
Descriptor for
Setting. Decode as agoogle.protobuf.DescriptorProto.final - settingObjectDescriptor → Uint8List
-
Descriptor for
SettingObject. Decode as agoogle.protobuf.DescriptorProto.final - settingsServiceDescriptor → Uint8List
-
Descriptor for
SettingsService. Decode as agoogle.protobuf.ServiceDescriptorProto.final