companion

package
v0.0.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	CompanionDeviceManagerService_Associate_FullMethodName                                = "/companion.CompanionDeviceManagerService/Associate"
	CompanionDeviceManagerService_AttachSystemDataTransport_FullMethodName                = "/companion.CompanionDeviceManagerService/AttachSystemDataTransport"
	CompanionDeviceManagerService_BuildAssociationCancellationIntent_FullMethodName       = "/companion.CompanionDeviceManagerService/BuildAssociationCancellationIntent"
	CompanionDeviceManagerService_BuildPermissionTransferUserConsentIntent_FullMethodName = "/companion.CompanionDeviceManagerService/BuildPermissionTransferUserConsentIntent"
	CompanionDeviceManagerService_DetachSystemDataTransport_FullMethodName                = "/companion.CompanionDeviceManagerService/DetachSystemDataTransport"
	CompanionDeviceManagerService_DisableSystemDataSyncForTypes_FullMethodName            = "/companion.CompanionDeviceManagerService/DisableSystemDataSyncForTypes"
	CompanionDeviceManagerService_Disassociate1_FullMethodName                            = "/companion.CompanionDeviceManagerService/Disassociate1"
	CompanionDeviceManagerService_Disassociate1_1_FullMethodName                          = "/companion.CompanionDeviceManagerService/Disassociate1_1"
	CompanionDeviceManagerService_EnableSystemDataSyncForTypes_FullMethodName             = "/companion.CompanionDeviceManagerService/EnableSystemDataSyncForTypes"
	CompanionDeviceManagerService_GetAssociations_FullMethodName                          = "/companion.CompanionDeviceManagerService/GetAssociations"
	CompanionDeviceManagerService_GetMyAssociations_FullMethodName                        = "/companion.CompanionDeviceManagerService/GetMyAssociations"
	CompanionDeviceManagerService_HasNotificationAccess_FullMethodName                    = "/companion.CompanionDeviceManagerService/HasNotificationAccess"
	CompanionDeviceManagerService_IsPermissionTransferUserConsented_FullMethodName        = "/companion.CompanionDeviceManagerService/IsPermissionTransferUserConsented"
	CompanionDeviceManagerService_RemoveBond_FullMethodName                               = "/companion.CompanionDeviceManagerService/RemoveBond"
	CompanionDeviceManagerService_RequestNotificationAccess_FullMethodName                = "/companion.CompanionDeviceManagerService/RequestNotificationAccess"
	CompanionDeviceManagerService_SetDeviceId_FullMethodName                              = "/companion.CompanionDeviceManagerService/SetDeviceId"
	CompanionDeviceManagerService_StartObservingDevicePresence1_FullMethodName            = "/companion.CompanionDeviceManagerService/StartObservingDevicePresence1"
	CompanionDeviceManagerService_StartObservingDevicePresence1_1_FullMethodName          = "/companion.CompanionDeviceManagerService/StartObservingDevicePresence1_1"
	CompanionDeviceManagerService_StartSystemDataTransfer_FullMethodName                  = "/companion.CompanionDeviceManagerService/StartSystemDataTransfer"
	CompanionDeviceManagerService_StopObservingDevicePresence1_FullMethodName             = "/companion.CompanionDeviceManagerService/StopObservingDevicePresence1"
	CompanionDeviceManagerService_StopObservingDevicePresence1_1_FullMethodName           = "/companion.CompanionDeviceManagerService/StopObservingDevicePresence1_1"
)

Variables

View Source
var CompanionDeviceManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "companion.CompanionDeviceManagerService",
	HandlerType: (*CompanionDeviceManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Associate",
			Handler:    _CompanionDeviceManagerService_Associate_Handler,
		},
		{
			MethodName: "AttachSystemDataTransport",
			Handler:    _CompanionDeviceManagerService_AttachSystemDataTransport_Handler,
		},
		{
			MethodName: "BuildAssociationCancellationIntent",
			Handler:    _CompanionDeviceManagerService_BuildAssociationCancellationIntent_Handler,
		},
		{
			MethodName: "BuildPermissionTransferUserConsentIntent",
			Handler:    _CompanionDeviceManagerService_BuildPermissionTransferUserConsentIntent_Handler,
		},
		{
			MethodName: "DetachSystemDataTransport",
			Handler:    _CompanionDeviceManagerService_DetachSystemDataTransport_Handler,
		},
		{
			MethodName: "DisableSystemDataSyncForTypes",
			Handler:    _CompanionDeviceManagerService_DisableSystemDataSyncForTypes_Handler,
		},
		{
			MethodName: "Disassociate1",
			Handler:    _CompanionDeviceManagerService_Disassociate1_Handler,
		},
		{
			MethodName: "Disassociate1_1",
			Handler:    _CompanionDeviceManagerService_Disassociate1_1_Handler,
		},
		{
			MethodName: "EnableSystemDataSyncForTypes",
			Handler:    _CompanionDeviceManagerService_EnableSystemDataSyncForTypes_Handler,
		},
		{
			MethodName: "GetAssociations",
			Handler:    _CompanionDeviceManagerService_GetAssociations_Handler,
		},
		{
			MethodName: "GetMyAssociations",
			Handler:    _CompanionDeviceManagerService_GetMyAssociations_Handler,
		},
		{
			MethodName: "HasNotificationAccess",
			Handler:    _CompanionDeviceManagerService_HasNotificationAccess_Handler,
		},
		{
			MethodName: "IsPermissionTransferUserConsented",
			Handler:    _CompanionDeviceManagerService_IsPermissionTransferUserConsented_Handler,
		},
		{
			MethodName: "RemoveBond",
			Handler:    _CompanionDeviceManagerService_RemoveBond_Handler,
		},
		{
			MethodName: "RequestNotificationAccess",
			Handler:    _CompanionDeviceManagerService_RequestNotificationAccess_Handler,
		},
		{
			MethodName: "SetDeviceId",
			Handler:    _CompanionDeviceManagerService_SetDeviceId_Handler,
		},
		{
			MethodName: "StartObservingDevicePresence1",
			Handler:    _CompanionDeviceManagerService_StartObservingDevicePresence1_Handler,
		},
		{
			MethodName: "StartObservingDevicePresence1_1",
			Handler:    _CompanionDeviceManagerService_StartObservingDevicePresence1_1_Handler,
		},
		{
			MethodName: "StartSystemDataTransfer",
			Handler:    _CompanionDeviceManagerService_StartSystemDataTransfer_Handler,
		},
		{
			MethodName: "StopObservingDevicePresence1",
			Handler:    _CompanionDeviceManagerService_StopObservingDevicePresence1_Handler,
		},
		{
			MethodName: "StopObservingDevicePresence1_1",
			Handler:    _CompanionDeviceManagerService_StopObservingDevicePresence1_1_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/companion/companion.proto",
}

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

View Source
var File_proto_companion_companion_proto protoreflect.FileDescriptor

Functions

func RegisterCompanionDeviceManagerServiceServer

func RegisterCompanionDeviceManagerServiceServer(s grpc.ServiceRegistrar, srv CompanionDeviceManagerServiceServer)

Types

type AssociateRequest

type AssociateRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*AssociateRequest) Descriptor deprecated

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

Deprecated: Use AssociateRequest.ProtoReflect.Descriptor instead.

func (*AssociateRequest) GetArg0

func (x *AssociateRequest) GetArg0() int64

func (*AssociateRequest) GetArg1

func (x *AssociateRequest) GetArg1() int64

func (*AssociateRequest) GetArg2

func (x *AssociateRequest) GetArg2() int64

func (*AssociateRequest) ProtoMessage

func (*AssociateRequest) ProtoMessage()

func (*AssociateRequest) ProtoReflect

func (x *AssociateRequest) ProtoReflect() protoreflect.Message

func (*AssociateRequest) Reset

func (x *AssociateRequest) Reset()

func (*AssociateRequest) String

func (x *AssociateRequest) String() string

type AssociateResponse

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

func (*AssociateResponse) Descriptor deprecated

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

Deprecated: Use AssociateResponse.ProtoReflect.Descriptor instead.

func (*AssociateResponse) ProtoMessage

func (*AssociateResponse) ProtoMessage()

func (*AssociateResponse) ProtoReflect

func (x *AssociateResponse) ProtoReflect() protoreflect.Message

func (*AssociateResponse) Reset

func (x *AssociateResponse) Reset()

func (*AssociateResponse) String

func (x *AssociateResponse) String() string

type AttachSystemDataTransportRequest

type AttachSystemDataTransportRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachSystemDataTransportRequest) Descriptor deprecated

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

Deprecated: Use AttachSystemDataTransportRequest.ProtoReflect.Descriptor instead.

func (*AttachSystemDataTransportRequest) GetArg0

func (*AttachSystemDataTransportRequest) GetArg1

func (*AttachSystemDataTransportRequest) GetArg2

func (*AttachSystemDataTransportRequest) ProtoMessage

func (*AttachSystemDataTransportRequest) ProtoMessage()

func (*AttachSystemDataTransportRequest) ProtoReflect

func (*AttachSystemDataTransportRequest) Reset

func (*AttachSystemDataTransportRequest) String

type AttachSystemDataTransportResponse

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

func (*AttachSystemDataTransportResponse) Descriptor deprecated

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

Deprecated: Use AttachSystemDataTransportResponse.ProtoReflect.Descriptor instead.

func (*AttachSystemDataTransportResponse) ProtoMessage

func (*AttachSystemDataTransportResponse) ProtoMessage()

func (*AttachSystemDataTransportResponse) ProtoReflect

func (*AttachSystemDataTransportResponse) Reset

func (*AttachSystemDataTransportResponse) String

type BuildAssociationCancellationIntentRequest

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

func (*BuildAssociationCancellationIntentRequest) Descriptor deprecated

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

Deprecated: Use BuildAssociationCancellationIntentRequest.ProtoReflect.Descriptor instead.

func (*BuildAssociationCancellationIntentRequest) ProtoMessage

func (*BuildAssociationCancellationIntentRequest) ProtoReflect

func (*BuildAssociationCancellationIntentRequest) Reset

func (*BuildAssociationCancellationIntentRequest) String

type BuildAssociationCancellationIntentResponse

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

func (*BuildAssociationCancellationIntentResponse) Descriptor deprecated

Deprecated: Use BuildAssociationCancellationIntentResponse.ProtoReflect.Descriptor instead.

func (*BuildAssociationCancellationIntentResponse) GetResult

func (*BuildAssociationCancellationIntentResponse) ProtoMessage

func (*BuildAssociationCancellationIntentResponse) ProtoReflect

func (*BuildAssociationCancellationIntentResponse) Reset

func (*BuildAssociationCancellationIntentResponse) String

type BuildPermissionTransferUserConsentIntentRequest

type BuildPermissionTransferUserConsentIntentRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildPermissionTransferUserConsentIntentRequest) Descriptor deprecated

Deprecated: Use BuildPermissionTransferUserConsentIntentRequest.ProtoReflect.Descriptor instead.

func (*BuildPermissionTransferUserConsentIntentRequest) GetArg0

func (*BuildPermissionTransferUserConsentIntentRequest) ProtoMessage

func (*BuildPermissionTransferUserConsentIntentRequest) ProtoReflect

func (*BuildPermissionTransferUserConsentIntentRequest) Reset

func (*BuildPermissionTransferUserConsentIntentRequest) String

type BuildPermissionTransferUserConsentIntentResponse

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

func (*BuildPermissionTransferUserConsentIntentResponse) Descriptor deprecated

Deprecated: Use BuildPermissionTransferUserConsentIntentResponse.ProtoReflect.Descriptor instead.

func (*BuildPermissionTransferUserConsentIntentResponse) GetResult

func (*BuildPermissionTransferUserConsentIntentResponse) ProtoMessage

func (*BuildPermissionTransferUserConsentIntentResponse) ProtoReflect

func (*BuildPermissionTransferUserConsentIntentResponse) Reset

func (*BuildPermissionTransferUserConsentIntentResponse) String

type CompanionDeviceManagerServiceClient

type CompanionDeviceManagerServiceClient interface {
	Associate(ctx context.Context, in *AssociateRequest, opts ...grpc.CallOption) (*AssociateResponse, error)
	AttachSystemDataTransport(ctx context.Context, in *AttachSystemDataTransportRequest, opts ...grpc.CallOption) (*AttachSystemDataTransportResponse, error)
	BuildAssociationCancellationIntent(ctx context.Context, in *BuildAssociationCancellationIntentRequest, opts ...grpc.CallOption) (*BuildAssociationCancellationIntentResponse, error)
	BuildPermissionTransferUserConsentIntent(ctx context.Context, in *BuildPermissionTransferUserConsentIntentRequest, opts ...grpc.CallOption) (*BuildPermissionTransferUserConsentIntentResponse, error)
	DetachSystemDataTransport(ctx context.Context, in *DetachSystemDataTransportRequest, opts ...grpc.CallOption) (*DetachSystemDataTransportResponse, error)
	DisableSystemDataSyncForTypes(ctx context.Context, in *DisableSystemDataSyncForTypesRequest, opts ...grpc.CallOption) (*DisableSystemDataSyncForTypesResponse, error)
	Disassociate1(ctx context.Context, in *Disassociate1Request, opts ...grpc.CallOption) (*Disassociate1Response, error)
	Disassociate1_1(ctx context.Context, in *Disassociate1_1Request, opts ...grpc.CallOption) (*Disassociate1_1Response, error)
	EnableSystemDataSyncForTypes(ctx context.Context, in *EnableSystemDataSyncForTypesRequest, opts ...grpc.CallOption) (*EnableSystemDataSyncForTypesResponse, error)
	GetAssociations(ctx context.Context, in *GetAssociationsRequest, opts ...grpc.CallOption) (*GetAssociationsResponse, error)
	GetMyAssociations(ctx context.Context, in *GetMyAssociationsRequest, opts ...grpc.CallOption) (*GetMyAssociationsResponse, error)
	HasNotificationAccess(ctx context.Context, in *HasNotificationAccessRequest, opts ...grpc.CallOption) (*HasNotificationAccessResponse, error)
	IsPermissionTransferUserConsented(ctx context.Context, in *IsPermissionTransferUserConsentedRequest, opts ...grpc.CallOption) (*IsPermissionTransferUserConsentedResponse, error)
	RemoveBond(ctx context.Context, in *RemoveBondRequest, opts ...grpc.CallOption) (*RemoveBondResponse, error)
	RequestNotificationAccess(ctx context.Context, in *RequestNotificationAccessRequest, opts ...grpc.CallOption) (*RequestNotificationAccessResponse, error)
	SetDeviceId(ctx context.Context, in *SetDeviceIdRequest, opts ...grpc.CallOption) (*SetDeviceIdResponse, error)
	StartObservingDevicePresence1(ctx context.Context, in *StartObservingDevicePresence1Request, opts ...grpc.CallOption) (*StartObservingDevicePresence1Response, error)
	StartObservingDevicePresence1_1(ctx context.Context, in *StartObservingDevicePresence1_1Request, opts ...grpc.CallOption) (*StartObservingDevicePresence1_1Response, error)
	StartSystemDataTransfer(ctx context.Context, in *StartSystemDataTransferRequest, opts ...grpc.CallOption) (*StartSystemDataTransferResponse, error)
	StopObservingDevicePresence1(ctx context.Context, in *StopObservingDevicePresence1Request, opts ...grpc.CallOption) (*StopObservingDevicePresence1Response, error)
	StopObservingDevicePresence1_1(ctx context.Context, in *StopObservingDevicePresence1_1Request, opts ...grpc.CallOption) (*StopObservingDevicePresence1_1Response, error)
}

CompanionDeviceManagerServiceClient is the client API for CompanionDeviceManagerService 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 CompanionDeviceManagerServiceServer

type CompanionDeviceManagerServiceServer interface {
	Associate(context.Context, *AssociateRequest) (*AssociateResponse, error)
	AttachSystemDataTransport(context.Context, *AttachSystemDataTransportRequest) (*AttachSystemDataTransportResponse, error)
	BuildAssociationCancellationIntent(context.Context, *BuildAssociationCancellationIntentRequest) (*BuildAssociationCancellationIntentResponse, error)
	BuildPermissionTransferUserConsentIntent(context.Context, *BuildPermissionTransferUserConsentIntentRequest) (*BuildPermissionTransferUserConsentIntentResponse, error)
	DetachSystemDataTransport(context.Context, *DetachSystemDataTransportRequest) (*DetachSystemDataTransportResponse, error)
	DisableSystemDataSyncForTypes(context.Context, *DisableSystemDataSyncForTypesRequest) (*DisableSystemDataSyncForTypesResponse, error)
	Disassociate1(context.Context, *Disassociate1Request) (*Disassociate1Response, error)
	Disassociate1_1(context.Context, *Disassociate1_1Request) (*Disassociate1_1Response, error)
	EnableSystemDataSyncForTypes(context.Context, *EnableSystemDataSyncForTypesRequest) (*EnableSystemDataSyncForTypesResponse, error)
	GetAssociations(context.Context, *GetAssociationsRequest) (*GetAssociationsResponse, error)
	GetMyAssociations(context.Context, *GetMyAssociationsRequest) (*GetMyAssociationsResponse, error)
	HasNotificationAccess(context.Context, *HasNotificationAccessRequest) (*HasNotificationAccessResponse, error)
	IsPermissionTransferUserConsented(context.Context, *IsPermissionTransferUserConsentedRequest) (*IsPermissionTransferUserConsentedResponse, error)
	RemoveBond(context.Context, *RemoveBondRequest) (*RemoveBondResponse, error)
	RequestNotificationAccess(context.Context, *RequestNotificationAccessRequest) (*RequestNotificationAccessResponse, error)
	SetDeviceId(context.Context, *SetDeviceIdRequest) (*SetDeviceIdResponse, error)
	StartObservingDevicePresence1(context.Context, *StartObservingDevicePresence1Request) (*StartObservingDevicePresence1Response, error)
	StartObservingDevicePresence1_1(context.Context, *StartObservingDevicePresence1_1Request) (*StartObservingDevicePresence1_1Response, error)
	StartSystemDataTransfer(context.Context, *StartSystemDataTransferRequest) (*StartSystemDataTransferResponse, error)
	StopObservingDevicePresence1(context.Context, *StopObservingDevicePresence1Request) (*StopObservingDevicePresence1Response, error)
	StopObservingDevicePresence1_1(context.Context, *StopObservingDevicePresence1_1Request) (*StopObservingDevicePresence1_1Response, error)
	// contains filtered or unexported methods
}

CompanionDeviceManagerServiceServer is the server API for CompanionDeviceManagerService service. All implementations must embed UnimplementedCompanionDeviceManagerServiceServer for forward compatibility.

type DetachSystemDataTransportRequest

type DetachSystemDataTransportRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*DetachSystemDataTransportRequest) Descriptor deprecated

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

Deprecated: Use DetachSystemDataTransportRequest.ProtoReflect.Descriptor instead.

func (*DetachSystemDataTransportRequest) GetArg0

func (*DetachSystemDataTransportRequest) ProtoMessage

func (*DetachSystemDataTransportRequest) ProtoMessage()

func (*DetachSystemDataTransportRequest) ProtoReflect

func (*DetachSystemDataTransportRequest) Reset

func (*DetachSystemDataTransportRequest) String

type DetachSystemDataTransportResponse

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

func (*DetachSystemDataTransportResponse) Descriptor deprecated

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

Deprecated: Use DetachSystemDataTransportResponse.ProtoReflect.Descriptor instead.

func (*DetachSystemDataTransportResponse) ProtoMessage

func (*DetachSystemDataTransportResponse) ProtoMessage()

func (*DetachSystemDataTransportResponse) ProtoReflect

func (*DetachSystemDataTransportResponse) Reset

func (*DetachSystemDataTransportResponse) String

type DisableSystemDataSyncForTypesRequest

type DisableSystemDataSyncForTypesRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableSystemDataSyncForTypesRequest) Descriptor deprecated

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

Deprecated: Use DisableSystemDataSyncForTypesRequest.ProtoReflect.Descriptor instead.

func (*DisableSystemDataSyncForTypesRequest) GetArg0

func (*DisableSystemDataSyncForTypesRequest) GetArg1

func (*DisableSystemDataSyncForTypesRequest) ProtoMessage

func (*DisableSystemDataSyncForTypesRequest) ProtoMessage()

func (*DisableSystemDataSyncForTypesRequest) ProtoReflect

func (*DisableSystemDataSyncForTypesRequest) Reset

func (*DisableSystemDataSyncForTypesRequest) String

type DisableSystemDataSyncForTypesResponse

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

func (*DisableSystemDataSyncForTypesResponse) Descriptor deprecated

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

Deprecated: Use DisableSystemDataSyncForTypesResponse.ProtoReflect.Descriptor instead.

func (*DisableSystemDataSyncForTypesResponse) ProtoMessage

func (*DisableSystemDataSyncForTypesResponse) ProtoMessage()

func (*DisableSystemDataSyncForTypesResponse) ProtoReflect

func (*DisableSystemDataSyncForTypesResponse) Reset

func (*DisableSystemDataSyncForTypesResponse) String

type Disassociate1Request

type Disassociate1Request struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*Disassociate1Request) Descriptor deprecated

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

Deprecated: Use Disassociate1Request.ProtoReflect.Descriptor instead.

func (*Disassociate1Request) GetArg0

func (x *Disassociate1Request) GetArg0() int32

func (*Disassociate1Request) ProtoMessage

func (*Disassociate1Request) ProtoMessage()

func (*Disassociate1Request) ProtoReflect

func (x *Disassociate1Request) ProtoReflect() protoreflect.Message

func (*Disassociate1Request) Reset

func (x *Disassociate1Request) Reset()

func (*Disassociate1Request) String

func (x *Disassociate1Request) String() string

type Disassociate1Response

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

func (*Disassociate1Response) Descriptor deprecated

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

Deprecated: Use Disassociate1Response.ProtoReflect.Descriptor instead.

func (*Disassociate1Response) ProtoMessage

func (*Disassociate1Response) ProtoMessage()

func (*Disassociate1Response) ProtoReflect

func (x *Disassociate1Response) ProtoReflect() protoreflect.Message

func (*Disassociate1Response) Reset

func (x *Disassociate1Response) Reset()

func (*Disassociate1Response) String

func (x *Disassociate1Response) String() string

type Disassociate1_1Request

type Disassociate1_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*Disassociate1_1Request) Descriptor deprecated

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

Deprecated: Use Disassociate1_1Request.ProtoReflect.Descriptor instead.

func (*Disassociate1_1Request) GetArg0

func (x *Disassociate1_1Request) GetArg0() string

func (*Disassociate1_1Request) ProtoMessage

func (*Disassociate1_1Request) ProtoMessage()

func (*Disassociate1_1Request) ProtoReflect

func (x *Disassociate1_1Request) ProtoReflect() protoreflect.Message

func (*Disassociate1_1Request) Reset

func (x *Disassociate1_1Request) Reset()

func (*Disassociate1_1Request) String

func (x *Disassociate1_1Request) String() string

type Disassociate1_1Response

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

func (*Disassociate1_1Response) Descriptor deprecated

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

Deprecated: Use Disassociate1_1Response.ProtoReflect.Descriptor instead.

func (*Disassociate1_1Response) ProtoMessage

func (*Disassociate1_1Response) ProtoMessage()

func (*Disassociate1_1Response) ProtoReflect

func (x *Disassociate1_1Response) ProtoReflect() protoreflect.Message

func (*Disassociate1_1Response) Reset

func (x *Disassociate1_1Response) Reset()

func (*Disassociate1_1Response) String

func (x *Disassociate1_1Response) String() string

type EnableSystemDataSyncForTypesRequest

type EnableSystemDataSyncForTypesRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableSystemDataSyncForTypesRequest) Descriptor deprecated

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

Deprecated: Use EnableSystemDataSyncForTypesRequest.ProtoReflect.Descriptor instead.

func (*EnableSystemDataSyncForTypesRequest) GetArg0

func (*EnableSystemDataSyncForTypesRequest) GetArg1

func (*EnableSystemDataSyncForTypesRequest) ProtoMessage

func (*EnableSystemDataSyncForTypesRequest) ProtoMessage()

func (*EnableSystemDataSyncForTypesRequest) ProtoReflect

func (*EnableSystemDataSyncForTypesRequest) Reset

func (*EnableSystemDataSyncForTypesRequest) String

type EnableSystemDataSyncForTypesResponse

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

func (*EnableSystemDataSyncForTypesResponse) Descriptor deprecated

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

Deprecated: Use EnableSystemDataSyncForTypesResponse.ProtoReflect.Descriptor instead.

func (*EnableSystemDataSyncForTypesResponse) ProtoMessage

func (*EnableSystemDataSyncForTypesResponse) ProtoMessage()

func (*EnableSystemDataSyncForTypesResponse) ProtoReflect

func (*EnableSystemDataSyncForTypesResponse) Reset

func (*EnableSystemDataSyncForTypesResponse) String

type GetAssociationsRequest

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

func (*GetAssociationsRequest) Descriptor deprecated

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

Deprecated: Use GetAssociationsRequest.ProtoReflect.Descriptor instead.

func (*GetAssociationsRequest) ProtoMessage

func (*GetAssociationsRequest) ProtoMessage()

func (*GetAssociationsRequest) ProtoReflect

func (x *GetAssociationsRequest) ProtoReflect() protoreflect.Message

func (*GetAssociationsRequest) Reset

func (x *GetAssociationsRequest) Reset()

func (*GetAssociationsRequest) String

func (x *GetAssociationsRequest) String() string

type GetAssociationsResponse

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

func (*GetAssociationsResponse) Descriptor deprecated

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

Deprecated: Use GetAssociationsResponse.ProtoReflect.Descriptor instead.

func (*GetAssociationsResponse) GetResult

func (x *GetAssociationsResponse) GetResult() int64

func (*GetAssociationsResponse) ProtoMessage

func (*GetAssociationsResponse) ProtoMessage()

func (*GetAssociationsResponse) ProtoReflect

func (x *GetAssociationsResponse) ProtoReflect() protoreflect.Message

func (*GetAssociationsResponse) Reset

func (x *GetAssociationsResponse) Reset()

func (*GetAssociationsResponse) String

func (x *GetAssociationsResponse) String() string

type GetMyAssociationsRequest

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

func (*GetMyAssociationsRequest) Descriptor deprecated

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

Deprecated: Use GetMyAssociationsRequest.ProtoReflect.Descriptor instead.

func (*GetMyAssociationsRequest) ProtoMessage

func (*GetMyAssociationsRequest) ProtoMessage()

func (*GetMyAssociationsRequest) ProtoReflect

func (x *GetMyAssociationsRequest) ProtoReflect() protoreflect.Message

func (*GetMyAssociationsRequest) Reset

func (x *GetMyAssociationsRequest) Reset()

func (*GetMyAssociationsRequest) String

func (x *GetMyAssociationsRequest) String() string

type GetMyAssociationsResponse

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

func (*GetMyAssociationsResponse) Descriptor deprecated

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

Deprecated: Use GetMyAssociationsResponse.ProtoReflect.Descriptor instead.

func (*GetMyAssociationsResponse) GetResult

func (x *GetMyAssociationsResponse) GetResult() int64

func (*GetMyAssociationsResponse) ProtoMessage

func (*GetMyAssociationsResponse) ProtoMessage()

func (*GetMyAssociationsResponse) ProtoReflect

func (*GetMyAssociationsResponse) Reset

func (x *GetMyAssociationsResponse) Reset()

func (*GetMyAssociationsResponse) String

func (x *GetMyAssociationsResponse) String() string

type HasNotificationAccessRequest

type HasNotificationAccessRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*HasNotificationAccessRequest) Descriptor deprecated

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

Deprecated: Use HasNotificationAccessRequest.ProtoReflect.Descriptor instead.

func (*HasNotificationAccessRequest) GetArg0

func (x *HasNotificationAccessRequest) GetArg0() int64

func (*HasNotificationAccessRequest) ProtoMessage

func (*HasNotificationAccessRequest) ProtoMessage()

func (*HasNotificationAccessRequest) ProtoReflect

func (*HasNotificationAccessRequest) Reset

func (x *HasNotificationAccessRequest) Reset()

func (*HasNotificationAccessRequest) String

type HasNotificationAccessResponse

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

func (*HasNotificationAccessResponse) Descriptor deprecated

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

Deprecated: Use HasNotificationAccessResponse.ProtoReflect.Descriptor instead.

func (*HasNotificationAccessResponse) GetResult

func (x *HasNotificationAccessResponse) GetResult() bool

func (*HasNotificationAccessResponse) ProtoMessage

func (*HasNotificationAccessResponse) ProtoMessage()

func (*HasNotificationAccessResponse) ProtoReflect

func (*HasNotificationAccessResponse) Reset

func (x *HasNotificationAccessResponse) Reset()

func (*HasNotificationAccessResponse) String

type IsPermissionTransferUserConsentedRequest

type IsPermissionTransferUserConsentedRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*IsPermissionTransferUserConsentedRequest) Descriptor deprecated

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

Deprecated: Use IsPermissionTransferUserConsentedRequest.ProtoReflect.Descriptor instead.

func (*IsPermissionTransferUserConsentedRequest) GetArg0

func (*IsPermissionTransferUserConsentedRequest) ProtoMessage

func (*IsPermissionTransferUserConsentedRequest) ProtoReflect

func (*IsPermissionTransferUserConsentedRequest) Reset

func (*IsPermissionTransferUserConsentedRequest) String

type IsPermissionTransferUserConsentedResponse

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

func (*IsPermissionTransferUserConsentedResponse) Descriptor deprecated

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

Deprecated: Use IsPermissionTransferUserConsentedResponse.ProtoReflect.Descriptor instead.

func (*IsPermissionTransferUserConsentedResponse) GetResult

func (*IsPermissionTransferUserConsentedResponse) ProtoMessage

func (*IsPermissionTransferUserConsentedResponse) ProtoReflect

func (*IsPermissionTransferUserConsentedResponse) Reset

func (*IsPermissionTransferUserConsentedResponse) String

type RemoveBondRequest

type RemoveBondRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveBondRequest) Descriptor deprecated

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

Deprecated: Use RemoveBondRequest.ProtoReflect.Descriptor instead.

func (*RemoveBondRequest) GetArg0

func (x *RemoveBondRequest) GetArg0() int32

func (*RemoveBondRequest) ProtoMessage

func (*RemoveBondRequest) ProtoMessage()

func (*RemoveBondRequest) ProtoReflect

func (x *RemoveBondRequest) ProtoReflect() protoreflect.Message

func (*RemoveBondRequest) Reset

func (x *RemoveBondRequest) Reset()

func (*RemoveBondRequest) String

func (x *RemoveBondRequest) String() string

type RemoveBondResponse

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

func (*RemoveBondResponse) Descriptor deprecated

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

Deprecated: Use RemoveBondResponse.ProtoReflect.Descriptor instead.

func (*RemoveBondResponse) GetResult

func (x *RemoveBondResponse) GetResult() bool

func (*RemoveBondResponse) ProtoMessage

func (*RemoveBondResponse) ProtoMessage()

func (*RemoveBondResponse) ProtoReflect

func (x *RemoveBondResponse) ProtoReflect() protoreflect.Message

func (*RemoveBondResponse) Reset

func (x *RemoveBondResponse) Reset()

func (*RemoveBondResponse) String

func (x *RemoveBondResponse) String() string

type RequestNotificationAccessRequest

type RequestNotificationAccessRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestNotificationAccessRequest) Descriptor deprecated

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

Deprecated: Use RequestNotificationAccessRequest.ProtoReflect.Descriptor instead.

func (*RequestNotificationAccessRequest) GetArg0

func (*RequestNotificationAccessRequest) ProtoMessage

func (*RequestNotificationAccessRequest) ProtoMessage()

func (*RequestNotificationAccessRequest) ProtoReflect

func (*RequestNotificationAccessRequest) Reset

func (*RequestNotificationAccessRequest) String

type RequestNotificationAccessResponse

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

func (*RequestNotificationAccessResponse) Descriptor deprecated

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

Deprecated: Use RequestNotificationAccessResponse.ProtoReflect.Descriptor instead.

func (*RequestNotificationAccessResponse) ProtoMessage

func (*RequestNotificationAccessResponse) ProtoMessage()

func (*RequestNotificationAccessResponse) ProtoReflect

func (*RequestNotificationAccessResponse) Reset

func (*RequestNotificationAccessResponse) String

type SetDeviceIdRequest

type SetDeviceIdRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDeviceIdRequest) Descriptor deprecated

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

Deprecated: Use SetDeviceIdRequest.ProtoReflect.Descriptor instead.

func (*SetDeviceIdRequest) GetArg0

func (x *SetDeviceIdRequest) GetArg0() int32

func (*SetDeviceIdRequest) GetArg1

func (x *SetDeviceIdRequest) GetArg1() int64

func (*SetDeviceIdRequest) ProtoMessage

func (*SetDeviceIdRequest) ProtoMessage()

func (*SetDeviceIdRequest) ProtoReflect

func (x *SetDeviceIdRequest) ProtoReflect() protoreflect.Message

func (*SetDeviceIdRequest) Reset

func (x *SetDeviceIdRequest) Reset()

func (*SetDeviceIdRequest) String

func (x *SetDeviceIdRequest) String() string

type SetDeviceIdResponse

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

func (*SetDeviceIdResponse) Descriptor deprecated

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

Deprecated: Use SetDeviceIdResponse.ProtoReflect.Descriptor instead.

func (*SetDeviceIdResponse) ProtoMessage

func (*SetDeviceIdResponse) ProtoMessage()

func (*SetDeviceIdResponse) ProtoReflect

func (x *SetDeviceIdResponse) ProtoReflect() protoreflect.Message

func (*SetDeviceIdResponse) Reset

func (x *SetDeviceIdResponse) Reset()

func (*SetDeviceIdResponse) String

func (x *SetDeviceIdResponse) String() string

type StartObservingDevicePresence1Request

type StartObservingDevicePresence1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StartObservingDevicePresence1Request) Descriptor deprecated

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

Deprecated: Use StartObservingDevicePresence1Request.ProtoReflect.Descriptor instead.

func (*StartObservingDevicePresence1Request) GetArg0

func (*StartObservingDevicePresence1Request) ProtoMessage

func (*StartObservingDevicePresence1Request) ProtoMessage()

func (*StartObservingDevicePresence1Request) ProtoReflect

func (*StartObservingDevicePresence1Request) Reset

func (*StartObservingDevicePresence1Request) String

type StartObservingDevicePresence1Response

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

func (*StartObservingDevicePresence1Response) Descriptor deprecated

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

Deprecated: Use StartObservingDevicePresence1Response.ProtoReflect.Descriptor instead.

func (*StartObservingDevicePresence1Response) ProtoMessage

func (*StartObservingDevicePresence1Response) ProtoMessage()

func (*StartObservingDevicePresence1Response) ProtoReflect

func (*StartObservingDevicePresence1Response) Reset

func (*StartObservingDevicePresence1Response) String

type StartObservingDevicePresence1_1Request

type StartObservingDevicePresence1_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StartObservingDevicePresence1_1Request) Descriptor deprecated

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

Deprecated: Use StartObservingDevicePresence1_1Request.ProtoReflect.Descriptor instead.

func (*StartObservingDevicePresence1_1Request) GetArg0

func (*StartObservingDevicePresence1_1Request) ProtoMessage

func (*StartObservingDevicePresence1_1Request) ProtoReflect

func (*StartObservingDevicePresence1_1Request) Reset

func (*StartObservingDevicePresence1_1Request) String

type StartObservingDevicePresence1_1Response

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

func (*StartObservingDevicePresence1_1Response) Descriptor deprecated

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

Deprecated: Use StartObservingDevicePresence1_1Response.ProtoReflect.Descriptor instead.

func (*StartObservingDevicePresence1_1Response) ProtoMessage

func (*StartObservingDevicePresence1_1Response) ProtoReflect

func (*StartObservingDevicePresence1_1Response) Reset

func (*StartObservingDevicePresence1_1Response) String

type StartSystemDataTransferRequest

type StartSystemDataTransferRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*StartSystemDataTransferRequest) Descriptor deprecated

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

Deprecated: Use StartSystemDataTransferRequest.ProtoReflect.Descriptor instead.

func (*StartSystemDataTransferRequest) GetArg0

func (*StartSystemDataTransferRequest) GetArg1

func (*StartSystemDataTransferRequest) GetArg2

func (*StartSystemDataTransferRequest) ProtoMessage

func (*StartSystemDataTransferRequest) ProtoMessage()

func (*StartSystemDataTransferRequest) ProtoReflect

func (*StartSystemDataTransferRequest) Reset

func (x *StartSystemDataTransferRequest) Reset()

func (*StartSystemDataTransferRequest) String

type StartSystemDataTransferResponse

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

func (*StartSystemDataTransferResponse) Descriptor deprecated

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

Deprecated: Use StartSystemDataTransferResponse.ProtoReflect.Descriptor instead.

func (*StartSystemDataTransferResponse) ProtoMessage

func (*StartSystemDataTransferResponse) ProtoMessage()

func (*StartSystemDataTransferResponse) ProtoReflect

func (*StartSystemDataTransferResponse) Reset

func (*StartSystemDataTransferResponse) String

type StopObservingDevicePresence1Request

type StopObservingDevicePresence1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopObservingDevicePresence1Request) Descriptor deprecated

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

Deprecated: Use StopObservingDevicePresence1Request.ProtoReflect.Descriptor instead.

func (*StopObservingDevicePresence1Request) GetArg0

func (*StopObservingDevicePresence1Request) ProtoMessage

func (*StopObservingDevicePresence1Request) ProtoMessage()

func (*StopObservingDevicePresence1Request) ProtoReflect

func (*StopObservingDevicePresence1Request) Reset

func (*StopObservingDevicePresence1Request) String

type StopObservingDevicePresence1Response

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

func (*StopObservingDevicePresence1Response) Descriptor deprecated

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

Deprecated: Use StopObservingDevicePresence1Response.ProtoReflect.Descriptor instead.

func (*StopObservingDevicePresence1Response) ProtoMessage

func (*StopObservingDevicePresence1Response) ProtoMessage()

func (*StopObservingDevicePresence1Response) ProtoReflect

func (*StopObservingDevicePresence1Response) Reset

func (*StopObservingDevicePresence1Response) String

type StopObservingDevicePresence1_1Request

type StopObservingDevicePresence1_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*StopObservingDevicePresence1_1Request) Descriptor deprecated

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

Deprecated: Use StopObservingDevicePresence1_1Request.ProtoReflect.Descriptor instead.

func (*StopObservingDevicePresence1_1Request) GetArg0

func (*StopObservingDevicePresence1_1Request) ProtoMessage

func (*StopObservingDevicePresence1_1Request) ProtoMessage()

func (*StopObservingDevicePresence1_1Request) ProtoReflect

func (*StopObservingDevicePresence1_1Request) Reset

func (*StopObservingDevicePresence1_1Request) String

type StopObservingDevicePresence1_1Response

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

func (*StopObservingDevicePresence1_1Response) Descriptor deprecated

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

Deprecated: Use StopObservingDevicePresence1_1Response.ProtoReflect.Descriptor instead.

func (*StopObservingDevicePresence1_1Response) ProtoMessage

func (*StopObservingDevicePresence1_1Response) ProtoReflect

func (*StopObservingDevicePresence1_1Response) Reset

func (*StopObservingDevicePresence1_1Response) String

type UnimplementedCompanionDeviceManagerServiceServer

type UnimplementedCompanionDeviceManagerServiceServer struct{}

UnimplementedCompanionDeviceManagerServiceServer 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.

func (UnimplementedCompanionDeviceManagerServiceServer) Associate

func (UnimplementedCompanionDeviceManagerServiceServer) Disassociate1

func (UnimplementedCompanionDeviceManagerServiceServer) Disassociate1_1

func (UnimplementedCompanionDeviceManagerServiceServer) GetAssociations

func (UnimplementedCompanionDeviceManagerServiceServer) GetMyAssociations

func (UnimplementedCompanionDeviceManagerServiceServer) HasNotificationAccess

func (UnimplementedCompanionDeviceManagerServiceServer) RemoveBond

func (UnimplementedCompanionDeviceManagerServiceServer) SetDeviceId

func (UnimplementedCompanionDeviceManagerServiceServer) StartSystemDataTransfer

type UnsafeCompanionDeviceManagerServiceServer

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

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

Jump to

Keyboard shortcuts

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