Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const PersistentDataBlockManagerService_IsFactoryResetProtectionActive_FullMethodName + var File_proto_persistentdata_persistentdata_proto protoreflect.FileDescriptor + var PersistentDataBlockManagerService_ServiceDesc = grpc.ServiceDesc + func RegisterPersistentDataBlockManagerServiceServer(s grpc.ServiceRegistrar, srv PersistentDataBlockManagerServiceServer) + type IsFactoryResetProtectionActiveRequest struct + func (*IsFactoryResetProtectionActiveRequest) Descriptor() ([]byte, []int) + func (*IsFactoryResetProtectionActiveRequest) ProtoMessage() + func (x *IsFactoryResetProtectionActiveRequest) ProtoReflect() protoreflect.Message + func (x *IsFactoryResetProtectionActiveRequest) Reset() + func (x *IsFactoryResetProtectionActiveRequest) String() string + type IsFactoryResetProtectionActiveResponse struct + Result bool + func (*IsFactoryResetProtectionActiveResponse) Descriptor() ([]byte, []int) + func (*IsFactoryResetProtectionActiveResponse) ProtoMessage() + func (x *IsFactoryResetProtectionActiveResponse) GetResult() bool + func (x *IsFactoryResetProtectionActiveResponse) ProtoReflect() protoreflect.Message + func (x *IsFactoryResetProtectionActiveResponse) Reset() + func (x *IsFactoryResetProtectionActiveResponse) String() string + type PersistentDataBlockManagerServiceClient interface + IsFactoryResetProtectionActive func(ctx context.Context, in *IsFactoryResetProtectionActiveRequest, ...) (*IsFactoryResetProtectionActiveResponse, error) + func NewPersistentDataBlockManagerServiceClient(cc grpc.ClientConnInterface) PersistentDataBlockManagerServiceClient + type PersistentDataBlockManagerServiceServer interface + IsFactoryResetProtectionActive func(context.Context, *IsFactoryResetProtectionActiveRequest) (*IsFactoryResetProtectionActiveResponse, error) + type UnimplementedPersistentDataBlockManagerServiceServer struct + func (UnimplementedPersistentDataBlockManagerServiceServer) IsFactoryResetProtectionActive(context.Context, *IsFactoryResetProtectionActiveRequest) (*IsFactoryResetProtectionActiveResponse, error) + type UnsafePersistentDataBlockManagerServiceServer interface