health_connect

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 (
	HealthConnectManagerService_CreateMedicalDataSource_FullMethodName         = "/health_connect.HealthConnectManagerService/CreateMedicalDataSource"
	HealthConnectManagerService_DeleteMedicalDataSourceWithData_FullMethodName = "/health_connect.HealthConnectManagerService/DeleteMedicalDataSourceWithData"
	HealthConnectManagerService_DeleteMedicalResources3_FullMethodName         = "/health_connect.HealthConnectManagerService/DeleteMedicalResources3"
	HealthConnectManagerService_DeleteMedicalResources3_1_FullMethodName       = "/health_connect.HealthConnectManagerService/DeleteMedicalResources3_1"
	HealthConnectManagerService_DeleteRecords4_FullMethodName                  = "/health_connect.HealthConnectManagerService/DeleteRecords4"
	HealthConnectManagerService_DeleteRecords3_1_FullMethodName                = "/health_connect.HealthConnectManagerService/DeleteRecords3_1"
	HealthConnectManagerService_GetChangeLogToken_FullMethodName               = "/health_connect.HealthConnectManagerService/GetChangeLogToken"
	HealthConnectManagerService_GetChangeLogs_FullMethodName                   = "/health_connect.HealthConnectManagerService/GetChangeLogs"
	HealthConnectManagerService_GetMedicalDataSources3_FullMethodName          = "/health_connect.HealthConnectManagerService/GetMedicalDataSources3"
	HealthConnectManagerService_GetMedicalDataSources3_1_FullMethodName        = "/health_connect.HealthConnectManagerService/GetMedicalDataSources3_1"
	HealthConnectManagerService_InsertRecords_FullMethodName                   = "/health_connect.HealthConnectManagerService/InsertRecords"
	HealthConnectManagerService_ReadMedicalResources3_FullMethodName           = "/health_connect.HealthConnectManagerService/ReadMedicalResources3"
	HealthConnectManagerService_ReadMedicalResources3_1_FullMethodName         = "/health_connect.HealthConnectManagerService/ReadMedicalResources3_1"
	HealthConnectManagerService_UpdateRecords_FullMethodName                   = "/health_connect.HealthConnectManagerService/UpdateRecords"
	HealthConnectManagerService_UpsertMedicalResources_FullMethodName          = "/health_connect.HealthConnectManagerService/UpsertMedicalResources"
)

Variables

View Source
var File_proto_health_connect_health_connect_proto protoreflect.FileDescriptor
View Source
var HealthConnectManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "health_connect.HealthConnectManagerService",
	HandlerType: (*HealthConnectManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateMedicalDataSource",
			Handler:    _HealthConnectManagerService_CreateMedicalDataSource_Handler,
		},
		{
			MethodName: "DeleteMedicalDataSourceWithData",
			Handler:    _HealthConnectManagerService_DeleteMedicalDataSourceWithData_Handler,
		},
		{
			MethodName: "DeleteMedicalResources3",
			Handler:    _HealthConnectManagerService_DeleteMedicalResources3_Handler,
		},
		{
			MethodName: "DeleteMedicalResources3_1",
			Handler:    _HealthConnectManagerService_DeleteMedicalResources3_1_Handler,
		},
		{
			MethodName: "DeleteRecords4",
			Handler:    _HealthConnectManagerService_DeleteRecords4_Handler,
		},
		{
			MethodName: "DeleteRecords3_1",
			Handler:    _HealthConnectManagerService_DeleteRecords3_1_Handler,
		},
		{
			MethodName: "GetChangeLogToken",
			Handler:    _HealthConnectManagerService_GetChangeLogToken_Handler,
		},
		{
			MethodName: "GetChangeLogs",
			Handler:    _HealthConnectManagerService_GetChangeLogs_Handler,
		},
		{
			MethodName: "GetMedicalDataSources3",
			Handler:    _HealthConnectManagerService_GetMedicalDataSources3_Handler,
		},
		{
			MethodName: "GetMedicalDataSources3_1",
			Handler:    _HealthConnectManagerService_GetMedicalDataSources3_1_Handler,
		},
		{
			MethodName: "InsertRecords",
			Handler:    _HealthConnectManagerService_InsertRecords_Handler,
		},
		{
			MethodName: "ReadMedicalResources3",
			Handler:    _HealthConnectManagerService_ReadMedicalResources3_Handler,
		},
		{
			MethodName: "ReadMedicalResources3_1",
			Handler:    _HealthConnectManagerService_ReadMedicalResources3_1_Handler,
		},
		{
			MethodName: "UpdateRecords",
			Handler:    _HealthConnectManagerService_UpdateRecords_Handler,
		},
		{
			MethodName: "UpsertMedicalResources",
			Handler:    _HealthConnectManagerService_UpsertMedicalResources_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/health_connect/health_connect.proto",
}

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

Functions

func RegisterHealthConnectManagerServiceServer

func RegisterHealthConnectManagerServiceServer(s grpc.ServiceRegistrar, srv HealthConnectManagerServiceServer)

Types

type CreateMedicalDataSourceRequest

type CreateMedicalDataSourceRequest 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 (*CreateMedicalDataSourceRequest) Descriptor deprecated

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

Deprecated: Use CreateMedicalDataSourceRequest.ProtoReflect.Descriptor instead.

func (*CreateMedicalDataSourceRequest) GetArg0

func (*CreateMedicalDataSourceRequest) GetArg1

func (*CreateMedicalDataSourceRequest) GetArg2

func (*CreateMedicalDataSourceRequest) ProtoMessage

func (*CreateMedicalDataSourceRequest) ProtoMessage()

func (*CreateMedicalDataSourceRequest) ProtoReflect

func (*CreateMedicalDataSourceRequest) Reset

func (x *CreateMedicalDataSourceRequest) Reset()

func (*CreateMedicalDataSourceRequest) String

type CreateMedicalDataSourceResponse

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

func (*CreateMedicalDataSourceResponse) Descriptor deprecated

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

Deprecated: Use CreateMedicalDataSourceResponse.ProtoReflect.Descriptor instead.

func (*CreateMedicalDataSourceResponse) ProtoMessage

func (*CreateMedicalDataSourceResponse) ProtoMessage()

func (*CreateMedicalDataSourceResponse) ProtoReflect

func (*CreateMedicalDataSourceResponse) Reset

func (*CreateMedicalDataSourceResponse) String

type DeleteMedicalDataSourceWithDataRequest

type DeleteMedicalDataSourceWithDataRequest struct {
	Arg0 string `protobuf:"bytes,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 (*DeleteMedicalDataSourceWithDataRequest) Descriptor deprecated

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

Deprecated: Use DeleteMedicalDataSourceWithDataRequest.ProtoReflect.Descriptor instead.

func (*DeleteMedicalDataSourceWithDataRequest) GetArg0

func (*DeleteMedicalDataSourceWithDataRequest) GetArg1

func (*DeleteMedicalDataSourceWithDataRequest) GetArg2

func (*DeleteMedicalDataSourceWithDataRequest) ProtoMessage

func (*DeleteMedicalDataSourceWithDataRequest) ProtoReflect

func (*DeleteMedicalDataSourceWithDataRequest) Reset

func (*DeleteMedicalDataSourceWithDataRequest) String

type DeleteMedicalDataSourceWithDataResponse

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

func (*DeleteMedicalDataSourceWithDataResponse) Descriptor deprecated

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

Deprecated: Use DeleteMedicalDataSourceWithDataResponse.ProtoReflect.Descriptor instead.

func (*DeleteMedicalDataSourceWithDataResponse) ProtoMessage

func (*DeleteMedicalDataSourceWithDataResponse) ProtoReflect

func (*DeleteMedicalDataSourceWithDataResponse) Reset

func (*DeleteMedicalDataSourceWithDataResponse) String

type DeleteMedicalResources3Request

type DeleteMedicalResources3Request 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 (*DeleteMedicalResources3Request) Descriptor deprecated

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

Deprecated: Use DeleteMedicalResources3Request.ProtoReflect.Descriptor instead.

func (*DeleteMedicalResources3Request) GetArg0

func (*DeleteMedicalResources3Request) GetArg1

func (*DeleteMedicalResources3Request) GetArg2

func (*DeleteMedicalResources3Request) ProtoMessage

func (*DeleteMedicalResources3Request) ProtoMessage()

func (*DeleteMedicalResources3Request) ProtoReflect

func (*DeleteMedicalResources3Request) Reset

func (x *DeleteMedicalResources3Request) Reset()

func (*DeleteMedicalResources3Request) String

type DeleteMedicalResources3Response

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

func (*DeleteMedicalResources3Response) Descriptor deprecated

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

Deprecated: Use DeleteMedicalResources3Response.ProtoReflect.Descriptor instead.

func (*DeleteMedicalResources3Response) ProtoMessage

func (*DeleteMedicalResources3Response) ProtoMessage()

func (*DeleteMedicalResources3Response) ProtoReflect

func (*DeleteMedicalResources3Response) Reset

func (*DeleteMedicalResources3Response) String

type DeleteMedicalResources3_1Request

type DeleteMedicalResources3_1Request 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 (*DeleteMedicalResources3_1Request) Descriptor deprecated

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

Deprecated: Use DeleteMedicalResources3_1Request.ProtoReflect.Descriptor instead.

func (*DeleteMedicalResources3_1Request) GetArg0

func (*DeleteMedicalResources3_1Request) GetArg1

func (*DeleteMedicalResources3_1Request) GetArg2

func (*DeleteMedicalResources3_1Request) ProtoMessage

func (*DeleteMedicalResources3_1Request) ProtoMessage()

func (*DeleteMedicalResources3_1Request) ProtoReflect

func (*DeleteMedicalResources3_1Request) Reset

func (*DeleteMedicalResources3_1Request) String

type DeleteMedicalResources3_1Response

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

func (*DeleteMedicalResources3_1Response) Descriptor deprecated

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

Deprecated: Use DeleteMedicalResources3_1Response.ProtoReflect.Descriptor instead.

func (*DeleteMedicalResources3_1Response) ProtoMessage

func (*DeleteMedicalResources3_1Response) ProtoMessage()

func (*DeleteMedicalResources3_1Response) ProtoReflect

func (*DeleteMedicalResources3_1Response) Reset

func (*DeleteMedicalResources3_1Response) String

type DeleteRecords3_1Request

type DeleteRecords3_1Request 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 (*DeleteRecords3_1Request) Descriptor deprecated

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

Deprecated: Use DeleteRecords3_1Request.ProtoReflect.Descriptor instead.

func (*DeleteRecords3_1Request) GetArg0

func (x *DeleteRecords3_1Request) GetArg0() int64

func (*DeleteRecords3_1Request) GetArg1

func (x *DeleteRecords3_1Request) GetArg1() int64

func (*DeleteRecords3_1Request) GetArg2

func (x *DeleteRecords3_1Request) GetArg2() int64

func (*DeleteRecords3_1Request) ProtoMessage

func (*DeleteRecords3_1Request) ProtoMessage()

func (*DeleteRecords3_1Request) ProtoReflect

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

func (*DeleteRecords3_1Request) Reset

func (x *DeleteRecords3_1Request) Reset()

func (*DeleteRecords3_1Request) String

func (x *DeleteRecords3_1Request) String() string

type DeleteRecords3_1Response

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

func (*DeleteRecords3_1Response) Descriptor deprecated

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

Deprecated: Use DeleteRecords3_1Response.ProtoReflect.Descriptor instead.

func (*DeleteRecords3_1Response) ProtoMessage

func (*DeleteRecords3_1Response) ProtoMessage()

func (*DeleteRecords3_1Response) ProtoReflect

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

func (*DeleteRecords3_1Response) Reset

func (x *DeleteRecords3_1Response) Reset()

func (*DeleteRecords3_1Response) String

func (x *DeleteRecords3_1Response) String() string

type DeleteRecords4Request

type DeleteRecords4Request 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"`
	Arg3 int64 `protobuf:"varint,4,opt,name=arg3,proto3" json:"arg3,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRecords4Request) Descriptor deprecated

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

Deprecated: Use DeleteRecords4Request.ProtoReflect.Descriptor instead.

func (*DeleteRecords4Request) GetArg0

func (x *DeleteRecords4Request) GetArg0() int64

func (*DeleteRecords4Request) GetArg1

func (x *DeleteRecords4Request) GetArg1() int64

func (*DeleteRecords4Request) GetArg2

func (x *DeleteRecords4Request) GetArg2() int64

func (*DeleteRecords4Request) GetArg3

func (x *DeleteRecords4Request) GetArg3() int64

func (*DeleteRecords4Request) ProtoMessage

func (*DeleteRecords4Request) ProtoMessage()

func (*DeleteRecords4Request) ProtoReflect

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

func (*DeleteRecords4Request) Reset

func (x *DeleteRecords4Request) Reset()

func (*DeleteRecords4Request) String

func (x *DeleteRecords4Request) String() string

type DeleteRecords4Response

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

func (*DeleteRecords4Response) Descriptor deprecated

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

Deprecated: Use DeleteRecords4Response.ProtoReflect.Descriptor instead.

func (*DeleteRecords4Response) ProtoMessage

func (*DeleteRecords4Response) ProtoMessage()

func (*DeleteRecords4Response) ProtoReflect

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

func (*DeleteRecords4Response) Reset

func (x *DeleteRecords4Response) Reset()

func (*DeleteRecords4Response) String

func (x *DeleteRecords4Response) String() string

type GetChangeLogTokenRequest

type GetChangeLogTokenRequest 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 (*GetChangeLogTokenRequest) Descriptor deprecated

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

Deprecated: Use GetChangeLogTokenRequest.ProtoReflect.Descriptor instead.

func (*GetChangeLogTokenRequest) GetArg0

func (x *GetChangeLogTokenRequest) GetArg0() int64

func (*GetChangeLogTokenRequest) GetArg1

func (x *GetChangeLogTokenRequest) GetArg1() int64

func (*GetChangeLogTokenRequest) GetArg2

func (x *GetChangeLogTokenRequest) GetArg2() int64

func (*GetChangeLogTokenRequest) ProtoMessage

func (*GetChangeLogTokenRequest) ProtoMessage()

func (*GetChangeLogTokenRequest) ProtoReflect

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

func (*GetChangeLogTokenRequest) Reset

func (x *GetChangeLogTokenRequest) Reset()

func (*GetChangeLogTokenRequest) String

func (x *GetChangeLogTokenRequest) String() string

type GetChangeLogTokenResponse

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

func (*GetChangeLogTokenResponse) Descriptor deprecated

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

Deprecated: Use GetChangeLogTokenResponse.ProtoReflect.Descriptor instead.

func (*GetChangeLogTokenResponse) ProtoMessage

func (*GetChangeLogTokenResponse) ProtoMessage()

func (*GetChangeLogTokenResponse) ProtoReflect

func (*GetChangeLogTokenResponse) Reset

func (x *GetChangeLogTokenResponse) Reset()

func (*GetChangeLogTokenResponse) String

func (x *GetChangeLogTokenResponse) String() string

type GetChangeLogsRequest

type GetChangeLogsRequest 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 (*GetChangeLogsRequest) Descriptor deprecated

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

Deprecated: Use GetChangeLogsRequest.ProtoReflect.Descriptor instead.

func (*GetChangeLogsRequest) GetArg0

func (x *GetChangeLogsRequest) GetArg0() int64

func (*GetChangeLogsRequest) GetArg1

func (x *GetChangeLogsRequest) GetArg1() int64

func (*GetChangeLogsRequest) GetArg2

func (x *GetChangeLogsRequest) GetArg2() int64

func (*GetChangeLogsRequest) ProtoMessage

func (*GetChangeLogsRequest) ProtoMessage()

func (*GetChangeLogsRequest) ProtoReflect

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

func (*GetChangeLogsRequest) Reset

func (x *GetChangeLogsRequest) Reset()

func (*GetChangeLogsRequest) String

func (x *GetChangeLogsRequest) String() string

type GetChangeLogsResponse

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

func (*GetChangeLogsResponse) Descriptor deprecated

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

Deprecated: Use GetChangeLogsResponse.ProtoReflect.Descriptor instead.

func (*GetChangeLogsResponse) ProtoMessage

func (*GetChangeLogsResponse) ProtoMessage()

func (*GetChangeLogsResponse) ProtoReflect

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

func (*GetChangeLogsResponse) Reset

func (x *GetChangeLogsResponse) Reset()

func (*GetChangeLogsResponse) String

func (x *GetChangeLogsResponse) String() string

type GetMedicalDataSources3Request

type GetMedicalDataSources3Request 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 (*GetMedicalDataSources3Request) Descriptor deprecated

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

Deprecated: Use GetMedicalDataSources3Request.ProtoReflect.Descriptor instead.

func (*GetMedicalDataSources3Request) GetArg0

func (x *GetMedicalDataSources3Request) GetArg0() int64

func (*GetMedicalDataSources3Request) GetArg1

func (x *GetMedicalDataSources3Request) GetArg1() int64

func (*GetMedicalDataSources3Request) GetArg2

func (x *GetMedicalDataSources3Request) GetArg2() int64

func (*GetMedicalDataSources3Request) ProtoMessage

func (*GetMedicalDataSources3Request) ProtoMessage()

func (*GetMedicalDataSources3Request) ProtoReflect

func (*GetMedicalDataSources3Request) Reset

func (x *GetMedicalDataSources3Request) Reset()

func (*GetMedicalDataSources3Request) String

type GetMedicalDataSources3Response

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

func (*GetMedicalDataSources3Response) Descriptor deprecated

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

Deprecated: Use GetMedicalDataSources3Response.ProtoReflect.Descriptor instead.

func (*GetMedicalDataSources3Response) ProtoMessage

func (*GetMedicalDataSources3Response) ProtoMessage()

func (*GetMedicalDataSources3Response) ProtoReflect

func (*GetMedicalDataSources3Response) Reset

func (x *GetMedicalDataSources3Response) Reset()

func (*GetMedicalDataSources3Response) String

type GetMedicalDataSources3_1Request

type GetMedicalDataSources3_1Request 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 (*GetMedicalDataSources3_1Request) Descriptor deprecated

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

Deprecated: Use GetMedicalDataSources3_1Request.ProtoReflect.Descriptor instead.

func (*GetMedicalDataSources3_1Request) GetArg0

func (*GetMedicalDataSources3_1Request) GetArg1

func (*GetMedicalDataSources3_1Request) GetArg2

func (*GetMedicalDataSources3_1Request) ProtoMessage

func (*GetMedicalDataSources3_1Request) ProtoMessage()

func (*GetMedicalDataSources3_1Request) ProtoReflect

func (*GetMedicalDataSources3_1Request) Reset

func (*GetMedicalDataSources3_1Request) String

type GetMedicalDataSources3_1Response

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

func (*GetMedicalDataSources3_1Response) Descriptor deprecated

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

Deprecated: Use GetMedicalDataSources3_1Response.ProtoReflect.Descriptor instead.

func (*GetMedicalDataSources3_1Response) ProtoMessage

func (*GetMedicalDataSources3_1Response) ProtoMessage()

func (*GetMedicalDataSources3_1Response) ProtoReflect

func (*GetMedicalDataSources3_1Response) Reset

func (*GetMedicalDataSources3_1Response) String

type HealthConnectManagerServiceClient

type HealthConnectManagerServiceClient interface {
	CreateMedicalDataSource(ctx context.Context, in *CreateMedicalDataSourceRequest, opts ...grpc.CallOption) (*CreateMedicalDataSourceResponse, error)
	DeleteMedicalDataSourceWithData(ctx context.Context, in *DeleteMedicalDataSourceWithDataRequest, opts ...grpc.CallOption) (*DeleteMedicalDataSourceWithDataResponse, error)
	DeleteMedicalResources3(ctx context.Context, in *DeleteMedicalResources3Request, opts ...grpc.CallOption) (*DeleteMedicalResources3Response, error)
	DeleteMedicalResources3_1(ctx context.Context, in *DeleteMedicalResources3_1Request, opts ...grpc.CallOption) (*DeleteMedicalResources3_1Response, error)
	DeleteRecords4(ctx context.Context, in *DeleteRecords4Request, opts ...grpc.CallOption) (*DeleteRecords4Response, error)
	DeleteRecords3_1(ctx context.Context, in *DeleteRecords3_1Request, opts ...grpc.CallOption) (*DeleteRecords3_1Response, error)
	GetChangeLogToken(ctx context.Context, in *GetChangeLogTokenRequest, opts ...grpc.CallOption) (*GetChangeLogTokenResponse, error)
	GetChangeLogs(ctx context.Context, in *GetChangeLogsRequest, opts ...grpc.CallOption) (*GetChangeLogsResponse, error)
	GetMedicalDataSources3(ctx context.Context, in *GetMedicalDataSources3Request, opts ...grpc.CallOption) (*GetMedicalDataSources3Response, error)
	GetMedicalDataSources3_1(ctx context.Context, in *GetMedicalDataSources3_1Request, opts ...grpc.CallOption) (*GetMedicalDataSources3_1Response, error)
	InsertRecords(ctx context.Context, in *InsertRecordsRequest, opts ...grpc.CallOption) (*InsertRecordsResponse, error)
	ReadMedicalResources3(ctx context.Context, in *ReadMedicalResources3Request, opts ...grpc.CallOption) (*ReadMedicalResources3Response, error)
	ReadMedicalResources3_1(ctx context.Context, in *ReadMedicalResources3_1Request, opts ...grpc.CallOption) (*ReadMedicalResources3_1Response, error)
	UpdateRecords(ctx context.Context, in *UpdateRecordsRequest, opts ...grpc.CallOption) (*UpdateRecordsResponse, error)
	UpsertMedicalResources(ctx context.Context, in *UpsertMedicalResourcesRequest, opts ...grpc.CallOption) (*UpsertMedicalResourcesResponse, error)
}

HealthConnectManagerServiceClient is the client API for HealthConnectManagerService 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 HealthConnectManagerServiceServer

type HealthConnectManagerServiceServer interface {
	CreateMedicalDataSource(context.Context, *CreateMedicalDataSourceRequest) (*CreateMedicalDataSourceResponse, error)
	DeleteMedicalDataSourceWithData(context.Context, *DeleteMedicalDataSourceWithDataRequest) (*DeleteMedicalDataSourceWithDataResponse, error)
	DeleteMedicalResources3(context.Context, *DeleteMedicalResources3Request) (*DeleteMedicalResources3Response, error)
	DeleteMedicalResources3_1(context.Context, *DeleteMedicalResources3_1Request) (*DeleteMedicalResources3_1Response, error)
	DeleteRecords4(context.Context, *DeleteRecords4Request) (*DeleteRecords4Response, error)
	DeleteRecords3_1(context.Context, *DeleteRecords3_1Request) (*DeleteRecords3_1Response, error)
	GetChangeLogToken(context.Context, *GetChangeLogTokenRequest) (*GetChangeLogTokenResponse, error)
	GetChangeLogs(context.Context, *GetChangeLogsRequest) (*GetChangeLogsResponse, error)
	GetMedicalDataSources3(context.Context, *GetMedicalDataSources3Request) (*GetMedicalDataSources3Response, error)
	GetMedicalDataSources3_1(context.Context, *GetMedicalDataSources3_1Request) (*GetMedicalDataSources3_1Response, error)
	InsertRecords(context.Context, *InsertRecordsRequest) (*InsertRecordsResponse, error)
	ReadMedicalResources3(context.Context, *ReadMedicalResources3Request) (*ReadMedicalResources3Response, error)
	ReadMedicalResources3_1(context.Context, *ReadMedicalResources3_1Request) (*ReadMedicalResources3_1Response, error)
	UpdateRecords(context.Context, *UpdateRecordsRequest) (*UpdateRecordsResponse, error)
	UpsertMedicalResources(context.Context, *UpsertMedicalResourcesRequest) (*UpsertMedicalResourcesResponse, error)
	// contains filtered or unexported methods
}

HealthConnectManagerServiceServer is the server API for HealthConnectManagerService service. All implementations must embed UnimplementedHealthConnectManagerServiceServer for forward compatibility.

type InsertRecordsRequest

type InsertRecordsRequest 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 (*InsertRecordsRequest) Descriptor deprecated

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

Deprecated: Use InsertRecordsRequest.ProtoReflect.Descriptor instead.

func (*InsertRecordsRequest) GetArg0

func (x *InsertRecordsRequest) GetArg0() int64

func (*InsertRecordsRequest) GetArg1

func (x *InsertRecordsRequest) GetArg1() int64

func (*InsertRecordsRequest) GetArg2

func (x *InsertRecordsRequest) GetArg2() int64

func (*InsertRecordsRequest) ProtoMessage

func (*InsertRecordsRequest) ProtoMessage()

func (*InsertRecordsRequest) ProtoReflect

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

func (*InsertRecordsRequest) Reset

func (x *InsertRecordsRequest) Reset()

func (*InsertRecordsRequest) String

func (x *InsertRecordsRequest) String() string

type InsertRecordsResponse

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

func (*InsertRecordsResponse) Descriptor deprecated

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

Deprecated: Use InsertRecordsResponse.ProtoReflect.Descriptor instead.

func (*InsertRecordsResponse) ProtoMessage

func (*InsertRecordsResponse) ProtoMessage()

func (*InsertRecordsResponse) ProtoReflect

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

func (*InsertRecordsResponse) Reset

func (x *InsertRecordsResponse) Reset()

func (*InsertRecordsResponse) String

func (x *InsertRecordsResponse) String() string

type ReadMedicalResources3Request

type ReadMedicalResources3Request 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 (*ReadMedicalResources3Request) Descriptor deprecated

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

Deprecated: Use ReadMedicalResources3Request.ProtoReflect.Descriptor instead.

func (*ReadMedicalResources3Request) GetArg0

func (x *ReadMedicalResources3Request) GetArg0() int64

func (*ReadMedicalResources3Request) GetArg1

func (x *ReadMedicalResources3Request) GetArg1() int64

func (*ReadMedicalResources3Request) GetArg2

func (x *ReadMedicalResources3Request) GetArg2() int64

func (*ReadMedicalResources3Request) ProtoMessage

func (*ReadMedicalResources3Request) ProtoMessage()

func (*ReadMedicalResources3Request) ProtoReflect

func (*ReadMedicalResources3Request) Reset

func (x *ReadMedicalResources3Request) Reset()

func (*ReadMedicalResources3Request) String

type ReadMedicalResources3Response

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

func (*ReadMedicalResources3Response) Descriptor deprecated

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

Deprecated: Use ReadMedicalResources3Response.ProtoReflect.Descriptor instead.

func (*ReadMedicalResources3Response) ProtoMessage

func (*ReadMedicalResources3Response) ProtoMessage()

func (*ReadMedicalResources3Response) ProtoReflect

func (*ReadMedicalResources3Response) Reset

func (x *ReadMedicalResources3Response) Reset()

func (*ReadMedicalResources3Response) String

type ReadMedicalResources3_1Request

type ReadMedicalResources3_1Request 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 (*ReadMedicalResources3_1Request) Descriptor deprecated

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

Deprecated: Use ReadMedicalResources3_1Request.ProtoReflect.Descriptor instead.

func (*ReadMedicalResources3_1Request) GetArg0

func (*ReadMedicalResources3_1Request) GetArg1

func (*ReadMedicalResources3_1Request) GetArg2

func (*ReadMedicalResources3_1Request) ProtoMessage

func (*ReadMedicalResources3_1Request) ProtoMessage()

func (*ReadMedicalResources3_1Request) ProtoReflect

func (*ReadMedicalResources3_1Request) Reset

func (x *ReadMedicalResources3_1Request) Reset()

func (*ReadMedicalResources3_1Request) String

type ReadMedicalResources3_1Response

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

func (*ReadMedicalResources3_1Response) Descriptor deprecated

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

Deprecated: Use ReadMedicalResources3_1Response.ProtoReflect.Descriptor instead.

func (*ReadMedicalResources3_1Response) ProtoMessage

func (*ReadMedicalResources3_1Response) ProtoMessage()

func (*ReadMedicalResources3_1Response) ProtoReflect

func (*ReadMedicalResources3_1Response) Reset

func (*ReadMedicalResources3_1Response) String

type UnimplementedHealthConnectManagerServiceServer

type UnimplementedHealthConnectManagerServiceServer struct{}

UnimplementedHealthConnectManagerServiceServer 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 (UnimplementedHealthConnectManagerServiceServer) CreateMedicalDataSource

func (UnimplementedHealthConnectManagerServiceServer) DeleteMedicalResources3

func (UnimplementedHealthConnectManagerServiceServer) DeleteRecords3_1

func (UnimplementedHealthConnectManagerServiceServer) DeleteRecords4

func (UnimplementedHealthConnectManagerServiceServer) GetChangeLogToken

func (UnimplementedHealthConnectManagerServiceServer) GetChangeLogs

func (UnimplementedHealthConnectManagerServiceServer) GetMedicalDataSources3

func (UnimplementedHealthConnectManagerServiceServer) InsertRecords

func (UnimplementedHealthConnectManagerServiceServer) ReadMedicalResources3

func (UnimplementedHealthConnectManagerServiceServer) ReadMedicalResources3_1

func (UnimplementedHealthConnectManagerServiceServer) UpdateRecords

func (UnimplementedHealthConnectManagerServiceServer) UpsertMedicalResources

type UnsafeHealthConnectManagerServiceServer

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

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

type UpdateRecordsRequest

type UpdateRecordsRequest 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 (*UpdateRecordsRequest) Descriptor deprecated

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

Deprecated: Use UpdateRecordsRequest.ProtoReflect.Descriptor instead.

func (*UpdateRecordsRequest) GetArg0

func (x *UpdateRecordsRequest) GetArg0() int64

func (*UpdateRecordsRequest) GetArg1

func (x *UpdateRecordsRequest) GetArg1() int64

func (*UpdateRecordsRequest) GetArg2

func (x *UpdateRecordsRequest) GetArg2() int64

func (*UpdateRecordsRequest) ProtoMessage

func (*UpdateRecordsRequest) ProtoMessage()

func (*UpdateRecordsRequest) ProtoReflect

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

func (*UpdateRecordsRequest) Reset

func (x *UpdateRecordsRequest) Reset()

func (*UpdateRecordsRequest) String

func (x *UpdateRecordsRequest) String() string

type UpdateRecordsResponse

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

func (*UpdateRecordsResponse) Descriptor deprecated

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

Deprecated: Use UpdateRecordsResponse.ProtoReflect.Descriptor instead.

func (*UpdateRecordsResponse) ProtoMessage

func (*UpdateRecordsResponse) ProtoMessage()

func (*UpdateRecordsResponse) ProtoReflect

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

func (*UpdateRecordsResponse) Reset

func (x *UpdateRecordsResponse) Reset()

func (*UpdateRecordsResponse) String

func (x *UpdateRecordsResponse) String() string

type UpsertMedicalResourcesRequest

type UpsertMedicalResourcesRequest 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 (*UpsertMedicalResourcesRequest) Descriptor deprecated

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

Deprecated: Use UpsertMedicalResourcesRequest.ProtoReflect.Descriptor instead.

func (*UpsertMedicalResourcesRequest) GetArg0

func (x *UpsertMedicalResourcesRequest) GetArg0() int64

func (*UpsertMedicalResourcesRequest) GetArg1

func (x *UpsertMedicalResourcesRequest) GetArg1() int64

func (*UpsertMedicalResourcesRequest) GetArg2

func (x *UpsertMedicalResourcesRequest) GetArg2() int64

func (*UpsertMedicalResourcesRequest) ProtoMessage

func (*UpsertMedicalResourcesRequest) ProtoMessage()

func (*UpsertMedicalResourcesRequest) ProtoReflect

func (*UpsertMedicalResourcesRequest) Reset

func (x *UpsertMedicalResourcesRequest) Reset()

func (*UpsertMedicalResourcesRequest) String

type UpsertMedicalResourcesResponse

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

func (*UpsertMedicalResourcesResponse) Descriptor deprecated

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

Deprecated: Use UpsertMedicalResourcesResponse.ProtoReflect.Descriptor instead.

func (*UpsertMedicalResourcesResponse) ProtoMessage

func (*UpsertMedicalResourcesResponse) ProtoMessage()

func (*UpsertMedicalResourcesResponse) ProtoReflect

func (*UpsertMedicalResourcesResponse) Reset

func (x *UpsertMedicalResourcesResponse) Reset()

func (*UpsertMedicalResourcesResponse) String

Jump to

Keyboard shortcuts

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