persistentdata

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PersistentDataBlockManagerService_IsFactoryResetProtectionActive_FullMethodName = "/persistentdata.PersistentDataBlockManagerService/IsFactoryResetProtectionActive"
)

Variables

View Source
var File_proto_persistentdata_persistentdata_proto protoreflect.FileDescriptor
View Source
var PersistentDataBlockManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "persistentdata.PersistentDataBlockManagerService",
	HandlerType: (*PersistentDataBlockManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "IsFactoryResetProtectionActive",
			Handler:    _PersistentDataBlockManagerService_IsFactoryResetProtectionActive_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/persistentdata/persistentdata.proto",
}

PersistentDataBlockManagerService_ServiceDesc is the grpc.ServiceDesc for PersistentDataBlockManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterPersistentDataBlockManagerServiceServer

func RegisterPersistentDataBlockManagerServiceServer(s grpc.ServiceRegistrar, srv PersistentDataBlockManagerServiceServer)

Types

type IsFactoryResetProtectionActiveRequest

type IsFactoryResetProtectionActiveRequest struct {
	// contains filtered or unexported fields
}

func (*IsFactoryResetProtectionActiveRequest) Descriptor deprecated

func (*IsFactoryResetProtectionActiveRequest) Descriptor() ([]byte, []int)

Deprecated: Use IsFactoryResetProtectionActiveRequest.ProtoReflect.Descriptor instead.

func (*IsFactoryResetProtectionActiveRequest) ProtoMessage

func (*IsFactoryResetProtectionActiveRequest) ProtoMessage()

func (*IsFactoryResetProtectionActiveRequest) ProtoReflect

func (*IsFactoryResetProtectionActiveRequest) Reset

func (*IsFactoryResetProtectionActiveRequest) String

type IsFactoryResetProtectionActiveResponse

type IsFactoryResetProtectionActiveResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*IsFactoryResetProtectionActiveResponse) Descriptor deprecated

func (*IsFactoryResetProtectionActiveResponse) Descriptor() ([]byte, []int)

Deprecated: Use IsFactoryResetProtectionActiveResponse.ProtoReflect.Descriptor instead.

func (*IsFactoryResetProtectionActiveResponse) GetResult

func (*IsFactoryResetProtectionActiveResponse) ProtoMessage

func (*IsFactoryResetProtectionActiveResponse) ProtoReflect

func (*IsFactoryResetProtectionActiveResponse) Reset

func (*IsFactoryResetProtectionActiveResponse) String

type PersistentDataBlockManagerServiceClient

type PersistentDataBlockManagerServiceClient interface {
	IsFactoryResetProtectionActive(ctx context.Context, in *IsFactoryResetProtectionActiveRequest, opts ...grpc.CallOption) (*IsFactoryResetProtectionActiveResponse, error)
}

PersistentDataBlockManagerServiceClient is the client API for PersistentDataBlockManagerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PersistentDataBlockManagerServiceServer

type PersistentDataBlockManagerServiceServer interface {
	IsFactoryResetProtectionActive(context.Context, *IsFactoryResetProtectionActiveRequest) (*IsFactoryResetProtectionActiveResponse, error)
	// contains filtered or unexported methods
}

PersistentDataBlockManagerServiceServer is the server API for PersistentDataBlockManagerService service. All implementations must embed UnimplementedPersistentDataBlockManagerServiceServer for forward compatibility.

type UnimplementedPersistentDataBlockManagerServiceServer

type UnimplementedPersistentDataBlockManagerServiceServer struct{}

UnimplementedPersistentDataBlockManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnsafePersistentDataBlockManagerServiceServer

type UnsafePersistentDataBlockManagerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePersistentDataBlockManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PersistentDataBlockManagerServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL