Versions in this module Expand all Collapse all v1 v1.31.0 Nov 16, 2021 Changes in this version + var ConsentLevelMappingsService_ServiceDesc = grpc.ServiceDesc + var File_streammachine_api_consent_levels_v1_consent_levels_v1_proto protoreflect.FileDescriptor + func RegisterConsentLevelMappingsServiceServer(s grpc.ServiceRegistrar, srv ConsentLevelMappingsServiceServer) + type ConsentLevelMappingsServiceClient interface + CreateConsentLevelMapping func(ctx context.Context, in *CreateConsentLevelMappingRequest, ...) (*CreateConsentLevelMappingResponse, error) + DeleteConsentLevelMapping func(ctx context.Context, in *DeleteConsentLevelMappingRequest, ...) (*DeleteConsentLevelMappingResponse, error) + GetConsentLevelMapping func(ctx context.Context, in *GetConsentLevelMappingRequest, ...) (*GetConsentLevelMappingResponse, error) + ListConsentLevelMappings func(ctx context.Context, in *ListConsentLevelMappingsRequest, ...) (*ListConsentLevelMappingsResponse, error) + func NewConsentLevelMappingsServiceClient(cc grpc.ClientConnInterface) ConsentLevelMappingsServiceClient + type ConsentLevelMappingsServiceServer interface + CreateConsentLevelMapping func(context.Context, *CreateConsentLevelMappingRequest) (*CreateConsentLevelMappingResponse, error) + DeleteConsentLevelMapping func(context.Context, *DeleteConsentLevelMappingRequest) (*DeleteConsentLevelMappingResponse, error) + GetConsentLevelMapping func(context.Context, *GetConsentLevelMappingRequest) (*GetConsentLevelMappingResponse, error) + ListConsentLevelMappings func(context.Context, *ListConsentLevelMappingsRequest) (*ListConsentLevelMappingsResponse, error) + type CreateConsentLevelMappingRequest struct + ConsentLevelMapping *v1.ConsentLevelMapping + func (*CreateConsentLevelMappingRequest) Descriptor() ([]byte, []int) + func (*CreateConsentLevelMappingRequest) ProtoMessage() + func (x *CreateConsentLevelMappingRequest) GetConsentLevelMapping() *v1.ConsentLevelMapping + func (x *CreateConsentLevelMappingRequest) ProtoReflect() protoreflect.Message + func (x *CreateConsentLevelMappingRequest) Reset() + func (x *CreateConsentLevelMappingRequest) String() string + type CreateConsentLevelMappingResponse struct + ConsentLevelMapping *v1.ConsentLevelMapping + func (*CreateConsentLevelMappingResponse) Descriptor() ([]byte, []int) + func (*CreateConsentLevelMappingResponse) ProtoMessage() + func (x *CreateConsentLevelMappingResponse) GetConsentLevelMapping() *v1.ConsentLevelMapping + func (x *CreateConsentLevelMappingResponse) ProtoReflect() protoreflect.Message + func (x *CreateConsentLevelMappingResponse) Reset() + func (x *CreateConsentLevelMappingResponse) String() string + type DeleteConsentLevelMappingRequest struct + Ref *v1.ConsentLevelMappingRef + func (*DeleteConsentLevelMappingRequest) Descriptor() ([]byte, []int) + func (*DeleteConsentLevelMappingRequest) ProtoMessage() + func (x *DeleteConsentLevelMappingRequest) GetRef() *v1.ConsentLevelMappingRef + func (x *DeleteConsentLevelMappingRequest) ProtoReflect() protoreflect.Message + func (x *DeleteConsentLevelMappingRequest) Reset() + func (x *DeleteConsentLevelMappingRequest) String() string + type DeleteConsentLevelMappingResponse struct + func (*DeleteConsentLevelMappingResponse) Descriptor() ([]byte, []int) + func (*DeleteConsentLevelMappingResponse) ProtoMessage() + func (x *DeleteConsentLevelMappingResponse) ProtoReflect() protoreflect.Message + func (x *DeleteConsentLevelMappingResponse) Reset() + func (x *DeleteConsentLevelMappingResponse) String() string + type GetConsentLevelMappingRequest struct + Ref *v1.ConsentLevelMappingRef + func (*GetConsentLevelMappingRequest) Descriptor() ([]byte, []int) + func (*GetConsentLevelMappingRequest) ProtoMessage() + func (x *GetConsentLevelMappingRequest) GetRef() *v1.ConsentLevelMappingRef + func (x *GetConsentLevelMappingRequest) ProtoReflect() protoreflect.Message + func (x *GetConsentLevelMappingRequest) Reset() + func (x *GetConsentLevelMappingRequest) String() string + type GetConsentLevelMappingResponse struct + ConsentLevelMapping *v1.ConsentLevelMapping + func (*GetConsentLevelMappingResponse) Descriptor() ([]byte, []int) + func (*GetConsentLevelMappingResponse) ProtoMessage() + func (x *GetConsentLevelMappingResponse) GetConsentLevelMapping() *v1.ConsentLevelMapping + func (x *GetConsentLevelMappingResponse) ProtoReflect() protoreflect.Message + func (x *GetConsentLevelMappingResponse) Reset() + func (x *GetConsentLevelMappingResponse) String() string + type ListConsentLevelMappingsRequest struct + BillingId string + func (*ListConsentLevelMappingsRequest) Descriptor() ([]byte, []int) + func (*ListConsentLevelMappingsRequest) ProtoMessage() + func (x *ListConsentLevelMappingsRequest) GetBillingId() string + func (x *ListConsentLevelMappingsRequest) ProtoReflect() protoreflect.Message + func (x *ListConsentLevelMappingsRequest) Reset() + func (x *ListConsentLevelMappingsRequest) String() string + type ListConsentLevelMappingsResponse struct + ConsentLevelMappings []*v1.ConsentLevelMapping + func (*ListConsentLevelMappingsResponse) Descriptor() ([]byte, []int) + func (*ListConsentLevelMappingsResponse) ProtoMessage() + func (x *ListConsentLevelMappingsResponse) GetConsentLevelMappings() []*v1.ConsentLevelMapping + func (x *ListConsentLevelMappingsResponse) ProtoReflect() protoreflect.Message + func (x *ListConsentLevelMappingsResponse) Reset() + func (x *ListConsentLevelMappingsResponse) String() string + type UnimplementedConsentLevelMappingsServiceServer struct + func (UnimplementedConsentLevelMappingsServiceServer) CreateConsentLevelMapping(context.Context, *CreateConsentLevelMappingRequest) (*CreateConsentLevelMappingResponse, error) + func (UnimplementedConsentLevelMappingsServiceServer) DeleteConsentLevelMapping(context.Context, *DeleteConsentLevelMappingRequest) (*DeleteConsentLevelMappingResponse, error) + func (UnimplementedConsentLevelMappingsServiceServer) GetConsentLevelMapping(context.Context, *GetConsentLevelMappingRequest) (*GetConsentLevelMappingResponse, error) + func (UnimplementedConsentLevelMappingsServiceServer) ListConsentLevelMappings(context.Context, *ListConsentLevelMappingsRequest) (*ListConsentLevelMappingsResponse, error) + type UnsafeConsentLevelMappingsServiceServer interface Other modules containing this package github.com/strmprivacy/api-definitions-go/v2 github.com/strmprivacy/api-definitions-go/v3