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.

Properties

getRequestDescriptor Uint8List
Descriptor for GetRequest. Decode as a google.protobuf.DescriptorProto.
final
getResponseDescriptor Uint8List
Descriptor for GetResponse. Decode as a google.protobuf.DescriptorProto.
final
listRequestDescriptor Uint8List
Descriptor for ListRequest. Decode as a google.protobuf.DescriptorProto.
final
listResponseDescriptor Uint8List
Descriptor for ListResponse. Decode as a google.protobuf.DescriptorProto.
final
searchResponseDescriptor Uint8List
Descriptor for SearchResponse. Decode as a google.protobuf.DescriptorProto.
final
setRequestDescriptor Uint8List
Descriptor for SetRequest. Decode as a google.protobuf.DescriptorProto.
final
setResponseDescriptor Uint8List
Descriptor for SetResponse. Decode as a google.protobuf.DescriptorProto.
final
settingDescriptor Uint8List
Descriptor for Setting. Decode as a google.protobuf.DescriptorProto.
final
settingObjectDescriptor Uint8List
Descriptor for SettingObject. Decode as a google.protobuf.DescriptorProto.
final
settingsServiceDescriptor Uint8List
Descriptor for SettingsService. Decode as a google.protobuf.ServiceDescriptorProto.
final