video_collection

package
v0.0.0-...-77bf602 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VideoCollection_Count_FullMethodName       = "/video_collection.VideoCollection/Count"
	VideoCollection_One_FullMethodName         = "/video_collection.VideoCollection/One"
	VideoCollection_List_FullMethodName        = "/video_collection.VideoCollection/List"
	VideoCollection_Get_FullMethodName         = "/video_collection.VideoCollection/Get"
	VideoCollection_Create_FullMethodName      = "/video_collection.VideoCollection/Create"
	VideoCollection_Update_FullMethodName      = "/video_collection.VideoCollection/Update"
	VideoCollection_Upsert_FullMethodName      = "/video_collection.VideoCollection/Upsert"
	VideoCollection_Delete_FullMethodName      = "/video_collection.VideoCollection/Delete"
	VideoCollection_DeleteMulti_FullMethodName = "/video_collection.VideoCollection/DeleteMulti"
)
View Source
const OperationVideoCollectionCount = "/video_collection.VideoCollection/Count"
View Source
const OperationVideoCollectionCreate = "/video_collection.VideoCollection/Create"
View Source
const OperationVideoCollectionDelete = "/video_collection.VideoCollection/Delete"
View Source
const OperationVideoCollectionDeleteMulti = "/video_collection.VideoCollection/DeleteMulti"
View Source
const OperationVideoCollectionGet = "/video_collection.VideoCollection/Get"
View Source
const OperationVideoCollectionList = "/video_collection.VideoCollection/List"
View Source
const OperationVideoCollectionOne = "/video_collection.VideoCollection/One"
View Source
const OperationVideoCollectionUpdate = "/video_collection.VideoCollection/Update"
View Source
const OperationVideoCollectionUpsert = "/video_collection.VideoCollection/Upsert"

Variables

View Source
var File_proto_video_collection_video_collection_proto protoreflect.FileDescriptor
View Source
var VideoCollection_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "video_collection.VideoCollection",
	HandlerType: (*VideoCollectionServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Count",
			Handler:    _VideoCollection_Count_Handler,
		},
		{
			MethodName: "One",
			Handler:    _VideoCollection_One_Handler,
		},
		{
			MethodName: "List",
			Handler:    _VideoCollection_List_Handler,
		},
		{
			MethodName: "Get",
			Handler:    _VideoCollection_Get_Handler,
		},
		{
			MethodName: "Create",
			Handler:    _VideoCollection_Create_Handler,
		},
		{
			MethodName: "Update",
			Handler:    _VideoCollection_Update_Handler,
		},
		{
			MethodName: "Upsert",
			Handler:    _VideoCollection_Upsert_Handler,
		},
		{
			MethodName: "Delete",
			Handler:    _VideoCollection_Delete_Handler,
		},
		{
			MethodName: "DeleteMulti",
			Handler:    _VideoCollection_DeleteMulti_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/video_collection/video_collection.proto",
}

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

Functions

func RegisterVideoCollectionGuruServer

func RegisterVideoCollectionGuruServer(srv VideoCollectionServer) error

func RegisterVideoCollectionHTTPServer

func RegisterVideoCollectionHTTPServer(s *http.Server, srv VideoCollectionHTTPServer)

func RegisterVideoCollectionServer

func RegisterVideoCollectionServer(s grpc.ServiceRegistrar, srv VideoCollectionServer)

Types

type UnimplementedVideoCollectionServer

type UnimplementedVideoCollectionServer struct {
}

UnimplementedVideoCollectionServer must be embedded to have forward compatible implementations.

func (UnimplementedVideoCollectionServer) Count

func (UnimplementedVideoCollectionServer) Get

func (UnimplementedVideoCollectionServer) List

func (UnimplementedVideoCollectionServer) One

type UnsafeVideoCollectionServer

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

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

type VideoCollectionCountReq

type VideoCollectionCountReq struct {
	Id          *anypb.Any `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *anypb.Any `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ContentType *anypb.Any `protobuf:"bytes,3,opt,name=contentType,proto3" json:"contentType,omitempty"`
	FilterType  *anypb.Any `protobuf:"bytes,4,opt,name=filterType,proto3" json:"filterType,omitempty"`
	Count       *anypb.Any `protobuf:"bytes,5,opt,name=count,proto3" json:"count,omitempty"`
	IsOnline    *anypb.Any `protobuf:"bytes,6,opt,name=isOnline,proto3" json:"isOnline,omitempty"`
	CreatedAt   *anypb.Any `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   *anypb.Any `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionCountReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionCountReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionCountReq) GetContentType

func (x *VideoCollectionCountReq) GetContentType() *anypb.Any

func (*VideoCollectionCountReq) GetCount

func (x *VideoCollectionCountReq) GetCount() *anypb.Any

func (*VideoCollectionCountReq) GetCreatedAt

func (x *VideoCollectionCountReq) GetCreatedAt() *anypb.Any

func (*VideoCollectionCountReq) GetFilterType

func (x *VideoCollectionCountReq) GetFilterType() *anypb.Any

func (*VideoCollectionCountReq) GetId

func (x *VideoCollectionCountReq) GetId() *anypb.Any

func (*VideoCollectionCountReq) GetIsOnline

func (x *VideoCollectionCountReq) GetIsOnline() *anypb.Any

func (*VideoCollectionCountReq) GetName

func (x *VideoCollectionCountReq) GetName() *anypb.Any

func (*VideoCollectionCountReq) GetUpdatedAt

func (x *VideoCollectionCountReq) GetUpdatedAt() *anypb.Any

func (*VideoCollectionCountReq) ProtoMessage

func (*VideoCollectionCountReq) ProtoMessage()

func (*VideoCollectionCountReq) ProtoReflect

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

func (*VideoCollectionCountReq) Reset

func (x *VideoCollectionCountReq) Reset()

func (*VideoCollectionCountReq) String

func (x *VideoCollectionCountReq) String() string

type VideoCollectionCountRes

type VideoCollectionCountRes struct {
	Total *int64 `protobuf:"varint,1,opt,name=total,proto3,oneof" json:"total"`
	// contains filtered or unexported fields
}

func (*VideoCollectionCountRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionCountRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionCountRes) GetTotal

func (x *VideoCollectionCountRes) GetTotal() int64

func (*VideoCollectionCountRes) ProtoMessage

func (*VideoCollectionCountRes) ProtoMessage()

func (*VideoCollectionCountRes) ProtoReflect

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

func (*VideoCollectionCountRes) Reset

func (x *VideoCollectionCountRes) Reset()

func (*VideoCollectionCountRes) String

func (x *VideoCollectionCountRes) String() string

type VideoCollectionCreateReq

type VideoCollectionCreateReq struct {
	Id          *string                `` /* 136-byte string literal not displayed */
	Name        *string                `` /* 179-byte string literal not displayed */
	ContentType *int32                 `` /* 155-byte string literal not displayed */
	FilterType  *int32                 `protobuf:"varint,4,opt,name=filterType,proto3,oneof" json:"filterType" p:"filterType" bson:"filterType,omitempty"`
	Count       *uint32                `protobuf:"varint,5,opt,name=count,proto3,oneof" json:"count" p:"count" bson:"count,omitempty"`
	IsOnline    *bool                  `protobuf:"varint,6,opt,name=isOnline,proto3,oneof" json:"isOnline" p:"isOnline" bson:"isOnline,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3,oneof" json:"createdAt" p:"createdAt" bson:"createdAt,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updatedAt,proto3,oneof" json:"updatedAt" p:"updatedAt" bson:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionCreateReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionCreateReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionCreateReq) GetContentType

func (x *VideoCollectionCreateReq) GetContentType() int32

func (*VideoCollectionCreateReq) GetCount

func (x *VideoCollectionCreateReq) GetCount() uint32

func (*VideoCollectionCreateReq) GetCreatedAt

func (x *VideoCollectionCreateReq) GetCreatedAt() *timestamppb.Timestamp

func (*VideoCollectionCreateReq) GetFilterType

func (x *VideoCollectionCreateReq) GetFilterType() int32

func (*VideoCollectionCreateReq) GetId

func (x *VideoCollectionCreateReq) GetId() string

func (*VideoCollectionCreateReq) GetIsOnline

func (x *VideoCollectionCreateReq) GetIsOnline() bool

func (*VideoCollectionCreateReq) GetName

func (x *VideoCollectionCreateReq) GetName() string

func (*VideoCollectionCreateReq) GetUpdatedAt

func (x *VideoCollectionCreateReq) GetUpdatedAt() *timestamppb.Timestamp

func (*VideoCollectionCreateReq) ProtoMessage

func (*VideoCollectionCreateReq) ProtoMessage()

func (*VideoCollectionCreateReq) ProtoReflect

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

func (*VideoCollectionCreateReq) Reset

func (x *VideoCollectionCreateReq) Reset()

func (*VideoCollectionCreateReq) String

func (x *VideoCollectionCreateReq) String() string

type VideoCollectionCreateRes

type VideoCollectionCreateRes struct {
	Message      *string `protobuf:"bytes,1,opt,name=message,proto3,oneof" json:"message"`
	InsertedId   *string `protobuf:"bytes,2,opt,name=insertedId,proto3,oneof" json:"insertedId"`
	RowsAffected *int64  `protobuf:"varint,3,opt,name=rowsAffected,proto3,oneof" json:"rowsAffected"`
	// contains filtered or unexported fields
}

func (*VideoCollectionCreateRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionCreateRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionCreateRes) GetInsertedId

func (x *VideoCollectionCreateRes) GetInsertedId() string

func (*VideoCollectionCreateRes) GetMessage

func (x *VideoCollectionCreateRes) GetMessage() string

func (*VideoCollectionCreateRes) GetRowsAffected

func (x *VideoCollectionCreateRes) GetRowsAffected() int64

func (*VideoCollectionCreateRes) ProtoMessage

func (*VideoCollectionCreateRes) ProtoMessage()

func (*VideoCollectionCreateRes) ProtoReflect

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

func (*VideoCollectionCreateRes) Reset

func (x *VideoCollectionCreateRes) Reset()

func (*VideoCollectionCreateRes) String

func (x *VideoCollectionCreateRes) String() string

type VideoCollectionDeleteMultiReq

type VideoCollectionDeleteMultiReq struct {
	Id          *anypb.Any `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *anypb.Any `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ContentType *anypb.Any `protobuf:"bytes,3,opt,name=contentType,proto3" json:"contentType,omitempty"`
	FilterType  *anypb.Any `protobuf:"bytes,4,opt,name=filterType,proto3" json:"filterType,omitempty"`
	Count       *anypb.Any `protobuf:"bytes,5,opt,name=count,proto3" json:"count,omitempty"`
	IsOnline    *anypb.Any `protobuf:"bytes,6,opt,name=isOnline,proto3" json:"isOnline,omitempty"`
	CreatedAt   *anypb.Any `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   *anypb.Any `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionDeleteMultiReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionDeleteMultiReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionDeleteMultiReq) GetContentType

func (x *VideoCollectionDeleteMultiReq) GetContentType() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetCount

func (x *VideoCollectionDeleteMultiReq) GetCount() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetCreatedAt

func (x *VideoCollectionDeleteMultiReq) GetCreatedAt() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetFilterType

func (x *VideoCollectionDeleteMultiReq) GetFilterType() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetId

func (*VideoCollectionDeleteMultiReq) GetIsOnline

func (x *VideoCollectionDeleteMultiReq) GetIsOnline() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetName

func (x *VideoCollectionDeleteMultiReq) GetName() *anypb.Any

func (*VideoCollectionDeleteMultiReq) GetUpdatedAt

func (x *VideoCollectionDeleteMultiReq) GetUpdatedAt() *anypb.Any

func (*VideoCollectionDeleteMultiReq) ProtoMessage

func (*VideoCollectionDeleteMultiReq) ProtoMessage()

func (*VideoCollectionDeleteMultiReq) ProtoReflect

func (*VideoCollectionDeleteMultiReq) Reset

func (x *VideoCollectionDeleteMultiReq) Reset()

func (*VideoCollectionDeleteMultiReq) String

type VideoCollectionDeleteMultiRes

type VideoCollectionDeleteMultiRes struct {
	Message      *string `protobuf:"bytes,1,opt,name=message,proto3,oneof" json:"message"`
	InsertedId   *int64  `protobuf:"varint,2,opt,name=insertedId,proto3,oneof" json:"insertedId"`
	RowsAffected *int64  `protobuf:"varint,3,opt,name=rowsAffected,proto3,oneof" json:"rowsAffected"`
	// contains filtered or unexported fields
}

func (*VideoCollectionDeleteMultiRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionDeleteMultiRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionDeleteMultiRes) GetInsertedId

func (x *VideoCollectionDeleteMultiRes) GetInsertedId() int64

func (*VideoCollectionDeleteMultiRes) GetMessage

func (x *VideoCollectionDeleteMultiRes) GetMessage() string

func (*VideoCollectionDeleteMultiRes) GetRowsAffected

func (x *VideoCollectionDeleteMultiRes) GetRowsAffected() int64

func (*VideoCollectionDeleteMultiRes) ProtoMessage

func (*VideoCollectionDeleteMultiRes) ProtoMessage()

func (*VideoCollectionDeleteMultiRes) ProtoReflect

func (*VideoCollectionDeleteMultiRes) Reset

func (x *VideoCollectionDeleteMultiRes) Reset()

func (*VideoCollectionDeleteMultiRes) String

type VideoCollectionDeleteReq

type VideoCollectionDeleteReq struct {
	Id string `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VideoCollectionDeleteReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionDeleteReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionDeleteReq) GetId

func (x *VideoCollectionDeleteReq) GetId() string

func (*VideoCollectionDeleteReq) ProtoMessage

func (*VideoCollectionDeleteReq) ProtoMessage()

func (*VideoCollectionDeleteReq) ProtoReflect

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

func (*VideoCollectionDeleteReq) Reset

func (x *VideoCollectionDeleteReq) Reset()

func (*VideoCollectionDeleteReq) String

func (x *VideoCollectionDeleteReq) String() string

type VideoCollectionDeleteRes

type VideoCollectionDeleteRes struct {
	Message      *string `protobuf:"bytes,1,opt,name=message,proto3,oneof" json:"message"`
	InsertedId   *int64  `protobuf:"varint,2,opt,name=insertedId,proto3,oneof" json:"insertedId"`
	RowsAffected *int64  `protobuf:"varint,3,opt,name=rowsAffected,proto3,oneof" json:"rowsAffected"`
	// contains filtered or unexported fields
}

func (*VideoCollectionDeleteRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionDeleteRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionDeleteRes) GetInsertedId

func (x *VideoCollectionDeleteRes) GetInsertedId() int64

func (*VideoCollectionDeleteRes) GetMessage

func (x *VideoCollectionDeleteRes) GetMessage() string

func (*VideoCollectionDeleteRes) GetRowsAffected

func (x *VideoCollectionDeleteRes) GetRowsAffected() int64

func (*VideoCollectionDeleteRes) ProtoMessage

func (*VideoCollectionDeleteRes) ProtoMessage()

func (*VideoCollectionDeleteRes) ProtoReflect

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

func (*VideoCollectionDeleteRes) Reset

func (x *VideoCollectionDeleteRes) Reset()

func (*VideoCollectionDeleteRes) String

func (x *VideoCollectionDeleteRes) String() string

type VideoCollectionGetReq

type VideoCollectionGetReq struct {
	Id string `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VideoCollectionGetReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionGetReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionGetReq) GetId

func (x *VideoCollectionGetReq) GetId() string

func (*VideoCollectionGetReq) ProtoMessage

func (*VideoCollectionGetReq) ProtoMessage()

func (*VideoCollectionGetReq) ProtoReflect

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

func (*VideoCollectionGetReq) Reset

func (x *VideoCollectionGetReq) Reset()

func (*VideoCollectionGetReq) String

func (x *VideoCollectionGetReq) String() string

type VideoCollectionGetRes

type VideoCollectionGetRes struct {
	Id          *string                `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id" bson:"_id"`
	Name        *string                `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name" bson:"name"`
	ContentType *int32                 `protobuf:"varint,3,opt,name=contentType,proto3,oneof" json:"contentType" bson:"contentType"`
	FilterType  *int32                 `protobuf:"varint,4,opt,name=filterType,proto3,oneof" json:"filterType" bson:"filterType"`
	Count       *uint32                `protobuf:"varint,5,opt,name=count,proto3,oneof" json:"count" bson:"count"`
	IsOnline    *bool                  `protobuf:"varint,6,opt,name=isOnline,proto3,oneof" json:"isOnline" bson:"isOnline"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3,oneof" json:"createdAt" bson:"createdAt"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updatedAt,proto3,oneof" json:"updatedAt" bson:"updatedAt"`
	// contains filtered or unexported fields
}

func (*VideoCollectionGetRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionGetRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionGetRes) GetContentType

func (x *VideoCollectionGetRes) GetContentType() int32

func (*VideoCollectionGetRes) GetCount

func (x *VideoCollectionGetRes) GetCount() uint32

func (*VideoCollectionGetRes) GetCreatedAt

func (x *VideoCollectionGetRes) GetCreatedAt() *timestamppb.Timestamp

func (*VideoCollectionGetRes) GetFilterType

func (x *VideoCollectionGetRes) GetFilterType() int32

func (*VideoCollectionGetRes) GetId

func (x *VideoCollectionGetRes) GetId() string

func (*VideoCollectionGetRes) GetIsOnline

func (x *VideoCollectionGetRes) GetIsOnline() bool

func (*VideoCollectionGetRes) GetName

func (x *VideoCollectionGetRes) GetName() string

func (*VideoCollectionGetRes) GetUpdatedAt

func (x *VideoCollectionGetRes) GetUpdatedAt() *timestamppb.Timestamp

func (*VideoCollectionGetRes) ProtoMessage

func (*VideoCollectionGetRes) ProtoMessage()

func (*VideoCollectionGetRes) ProtoReflect

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

func (*VideoCollectionGetRes) Reset

func (x *VideoCollectionGetRes) Reset()

func (*VideoCollectionGetRes) String

func (x *VideoCollectionGetRes) String() string

type VideoCollectionHTTPClientImpl

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

func (*VideoCollectionHTTPClientImpl) Count

func (*VideoCollectionHTTPClientImpl) Create

func (*VideoCollectionHTTPClientImpl) Delete

func (*VideoCollectionHTTPClientImpl) DeleteMulti

func (*VideoCollectionHTTPClientImpl) Get

func (*VideoCollectionHTTPClientImpl) List

func (*VideoCollectionHTTPClientImpl) One

func (*VideoCollectionHTTPClientImpl) Update

func (*VideoCollectionHTTPClientImpl) Upsert

type VideoCollectionItem

type VideoCollectionItem struct {
	Id          *string                `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id" bson:"_id"`
	Name        *string                `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name" bson:"name"`
	ContentType *int32                 `protobuf:"varint,3,opt,name=contentType,proto3,oneof" json:"contentType" bson:"contentType"`
	FilterType  *int32                 `protobuf:"varint,4,opt,name=filterType,proto3,oneof" json:"filterType" bson:"filterType"`
	Count       *uint32                `protobuf:"varint,5,opt,name=count,proto3,oneof" json:"count" bson:"count"`
	IsOnline    *bool                  `protobuf:"varint,6,opt,name=isOnline,proto3,oneof" json:"isOnline" bson:"isOnline"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3,oneof" json:"createdAt" bson:"createdAt"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updatedAt,proto3,oneof" json:"updatedAt" bson:"updatedAt"`
	// contains filtered or unexported fields
}

func (*VideoCollectionItem) Descriptor deprecated

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

Deprecated: Use VideoCollectionItem.ProtoReflect.Descriptor instead.

func (*VideoCollectionItem) GetContentType

func (x *VideoCollectionItem) GetContentType() int32

func (*VideoCollectionItem) GetCount

func (x *VideoCollectionItem) GetCount() uint32

func (*VideoCollectionItem) GetCreatedAt

func (x *VideoCollectionItem) GetCreatedAt() *timestamppb.Timestamp

func (*VideoCollectionItem) GetFilterType

func (x *VideoCollectionItem) GetFilterType() int32

func (*VideoCollectionItem) GetId

func (x *VideoCollectionItem) GetId() string

func (*VideoCollectionItem) GetIsOnline

func (x *VideoCollectionItem) GetIsOnline() bool

func (*VideoCollectionItem) GetName

func (x *VideoCollectionItem) GetName() string

func (*VideoCollectionItem) GetUpdatedAt

func (x *VideoCollectionItem) GetUpdatedAt() *timestamppb.Timestamp

func (*VideoCollectionItem) ProtoMessage

func (*VideoCollectionItem) ProtoMessage()

func (*VideoCollectionItem) ProtoReflect

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

func (*VideoCollectionItem) Reset

func (x *VideoCollectionItem) Reset()

func (*VideoCollectionItem) String

func (x *VideoCollectionItem) String() string

type VideoCollectionListReq

type VideoCollectionListReq struct {
	Id          *anypb.Any `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *anypb.Any `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ContentType *anypb.Any `protobuf:"bytes,3,opt,name=contentType,proto3" json:"contentType,omitempty"`
	FilterType  *anypb.Any `protobuf:"bytes,4,opt,name=filterType,proto3" json:"filterType,omitempty"`
	Count       *anypb.Any `protobuf:"bytes,5,opt,name=count,proto3" json:"count,omitempty"`
	IsOnline    *anypb.Any `protobuf:"bytes,6,opt,name=isOnline,proto3" json:"isOnline,omitempty"`
	CreatedAt   *anypb.Any `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   *anypb.Any `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	Page        int64      `protobuf:"varint,9,opt,name=page,proto3" json:"page,omitempty" d:"1"`
	PageSize    int64      `protobuf:"varint,10,opt,name=pageSize,proto3" json:"pageSize,omitempty" d:"10"`
	OrderBy     string     `protobuf:"bytes,11,opt,name=orderBy,proto3" json:"orderBy,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionListReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionListReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionListReq) GetContentType

func (x *VideoCollectionListReq) GetContentType() *anypb.Any

func (*VideoCollectionListReq) GetCount

func (x *VideoCollectionListReq) GetCount() *anypb.Any

func (*VideoCollectionListReq) GetCreatedAt

func (x *VideoCollectionListReq) GetCreatedAt() *anypb.Any

func (*VideoCollectionListReq) GetFilterType

func (x *VideoCollectionListReq) GetFilterType() *anypb.Any

func (*VideoCollectionListReq) GetId

func (x *VideoCollectionListReq) GetId() *anypb.Any

func (*VideoCollectionListReq) GetIsOnline

func (x *VideoCollectionListReq) GetIsOnline() *anypb.Any

func (*VideoCollectionListReq) GetName

func (x *VideoCollectionListReq) GetName() *anypb.Any

func (*VideoCollectionListReq) GetOrderBy

func (x *VideoCollectionListReq) GetOrderBy() string

func (*VideoCollectionListReq) GetPage

func (x *VideoCollectionListReq) GetPage() int64

func (*VideoCollectionListReq) GetPageSize

func (x *VideoCollectionListReq) GetPageSize() int64

func (*VideoCollectionListReq) GetUpdatedAt

func (x *VideoCollectionListReq) GetUpdatedAt() *anypb.Any

func (*VideoCollectionListReq) ProtoMessage

func (*VideoCollectionListReq) ProtoMessage()

func (*VideoCollectionListReq) ProtoReflect

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

func (*VideoCollectionListReq) Reset

func (x *VideoCollectionListReq) Reset()

func (*VideoCollectionListReq) String

func (x *VideoCollectionListReq) String() string

type VideoCollectionListRes

type VideoCollectionListRes struct {
	Total   int64                  `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Current int64                  `protobuf:"varint,2,opt,name=current,proto3" json:"current"`
	Items   []*VideoCollectionItem `protobuf:"bytes,3,rep,name=items,proto3" json:"items"`
	// contains filtered or unexported fields
}

func (*VideoCollectionListRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionListRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionListRes) GetCurrent

func (x *VideoCollectionListRes) GetCurrent() int64

func (*VideoCollectionListRes) GetItems

func (*VideoCollectionListRes) GetTotal

func (x *VideoCollectionListRes) GetTotal() int64

func (*VideoCollectionListRes) ProtoMessage

func (*VideoCollectionListRes) ProtoMessage()

func (*VideoCollectionListRes) ProtoReflect

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

func (*VideoCollectionListRes) Reset

func (x *VideoCollectionListRes) Reset()

func (*VideoCollectionListRes) String

func (x *VideoCollectionListRes) String() string

type VideoCollectionOneReq

type VideoCollectionOneReq struct {
	Id          *anypb.Any `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *anypb.Any `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ContentType *anypb.Any `protobuf:"bytes,3,opt,name=contentType,proto3" json:"contentType,omitempty"`
	FilterType  *anypb.Any `protobuf:"bytes,4,opt,name=filterType,proto3" json:"filterType,omitempty"`
	Count       *anypb.Any `protobuf:"bytes,5,opt,name=count,proto3" json:"count,omitempty"`
	IsOnline    *anypb.Any `protobuf:"bytes,6,opt,name=isOnline,proto3" json:"isOnline,omitempty"`
	CreatedAt   *anypb.Any `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
	UpdatedAt   *anypb.Any `protobuf:"bytes,8,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
	OrderBy     string     `protobuf:"bytes,9,opt,name=orderBy,proto3" json:"orderBy,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionOneReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionOneReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionOneReq) GetContentType

func (x *VideoCollectionOneReq) GetContentType() *anypb.Any

func (*VideoCollectionOneReq) GetCount

func (x *VideoCollectionOneReq) GetCount() *anypb.Any

func (*VideoCollectionOneReq) GetCreatedAt

func (x *VideoCollectionOneReq) GetCreatedAt() *anypb.Any

func (*VideoCollectionOneReq) GetFilterType

func (x *VideoCollectionOneReq) GetFilterType() *anypb.Any

func (*VideoCollectionOneReq) GetId

func (x *VideoCollectionOneReq) GetId() *anypb.Any

func (*VideoCollectionOneReq) GetIsOnline

func (x *VideoCollectionOneReq) GetIsOnline() *anypb.Any

func (*VideoCollectionOneReq) GetName

func (x *VideoCollectionOneReq) GetName() *anypb.Any

func (*VideoCollectionOneReq) GetOrderBy

func (x *VideoCollectionOneReq) GetOrderBy() string

func (*VideoCollectionOneReq) GetUpdatedAt

func (x *VideoCollectionOneReq) GetUpdatedAt() *anypb.Any

func (*VideoCollectionOneReq) ProtoMessage

func (*VideoCollectionOneReq) ProtoMessage()

func (*VideoCollectionOneReq) ProtoReflect

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

func (*VideoCollectionOneReq) Reset

func (x *VideoCollectionOneReq) Reset()

func (*VideoCollectionOneReq) String

func (x *VideoCollectionOneReq) String() string

type VideoCollectionOneRes

type VideoCollectionOneRes struct {
	Found bool                 `protobuf:"varint,1,opt,name=found,proto3" json:"found,omitempty"`
	Item  *VideoCollectionItem `protobuf:"bytes,2,opt,name=item,proto3,oneof" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionOneRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionOneRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionOneRes) GetFound

func (x *VideoCollectionOneRes) GetFound() bool

func (*VideoCollectionOneRes) GetItem

func (*VideoCollectionOneRes) ProtoMessage

func (*VideoCollectionOneRes) ProtoMessage()

func (*VideoCollectionOneRes) ProtoReflect

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

func (*VideoCollectionOneRes) Reset

func (x *VideoCollectionOneRes) Reset()

func (*VideoCollectionOneRes) String

func (x *VideoCollectionOneRes) String() string

type VideoCollectionServer

VideoCollectionServer is the server API for VideoCollection service. All implementations must embed UnimplementedVideoCollectionServer for forward compatibility

type VideoCollectionUpdateReq

type VideoCollectionUpdateReq struct {
	Id          string                 `` /* 130-byte string literal not displayed */
	Name        *string                `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name" p:"name" bson:"name,omitempty"`
	ContentType *int32                 `protobuf:"varint,3,opt,name=contentType,proto3,oneof" json:"contentType" p:"contentType" bson:"contentType,omitempty"`
	FilterType  *int32                 `protobuf:"varint,4,opt,name=filterType,proto3,oneof" json:"filterType" p:"filterType" bson:"filterType,omitempty"`
	Count       *uint32                `protobuf:"varint,5,opt,name=count,proto3,oneof" json:"count" p:"count" bson:"count,omitempty"`
	IsOnline    *bool                  `protobuf:"varint,6,opt,name=isOnline,proto3,oneof" json:"isOnline" p:"isOnline" bson:"isOnline,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3,oneof" json:"createdAt" p:"createdAt" bson:"createdAt,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updatedAt,proto3,oneof" json:"updatedAt" p:"updatedAt" bson:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionUpdateReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionUpdateReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionUpdateReq) GetContentType

func (x *VideoCollectionUpdateReq) GetContentType() int32

func (*VideoCollectionUpdateReq) GetCount

func (x *VideoCollectionUpdateReq) GetCount() uint32

func (*VideoCollectionUpdateReq) GetCreatedAt

func (x *VideoCollectionUpdateReq) GetCreatedAt() *timestamppb.Timestamp

func (*VideoCollectionUpdateReq) GetFilterType

func (x *VideoCollectionUpdateReq) GetFilterType() int32

func (*VideoCollectionUpdateReq) GetId

func (x *VideoCollectionUpdateReq) GetId() string

func (*VideoCollectionUpdateReq) GetIsOnline

func (x *VideoCollectionUpdateReq) GetIsOnline() bool

func (*VideoCollectionUpdateReq) GetName

func (x *VideoCollectionUpdateReq) GetName() string

func (*VideoCollectionUpdateReq) GetUpdatedAt

func (x *VideoCollectionUpdateReq) GetUpdatedAt() *timestamppb.Timestamp

func (*VideoCollectionUpdateReq) ProtoMessage

func (*VideoCollectionUpdateReq) ProtoMessage()

func (*VideoCollectionUpdateReq) ProtoReflect

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

func (*VideoCollectionUpdateReq) Reset

func (x *VideoCollectionUpdateReq) Reset()

func (*VideoCollectionUpdateReq) String

func (x *VideoCollectionUpdateReq) String() string

type VideoCollectionUpdateRes

type VideoCollectionUpdateRes struct {
	Message      *string `protobuf:"bytes,1,opt,name=message,proto3,oneof" json:"message"`
	RowsAffected *int64  `protobuf:"varint,2,opt,name=rowsAffected,proto3,oneof" json:"rowsAffected"`
	// contains filtered or unexported fields
}

func (*VideoCollectionUpdateRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionUpdateRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionUpdateRes) GetMessage

func (x *VideoCollectionUpdateRes) GetMessage() string

func (*VideoCollectionUpdateRes) GetRowsAffected

func (x *VideoCollectionUpdateRes) GetRowsAffected() int64

func (*VideoCollectionUpdateRes) ProtoMessage

func (*VideoCollectionUpdateRes) ProtoMessage()

func (*VideoCollectionUpdateRes) ProtoReflect

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

func (*VideoCollectionUpdateRes) Reset

func (x *VideoCollectionUpdateRes) Reset()

func (*VideoCollectionUpdateRes) String

func (x *VideoCollectionUpdateRes) String() string

type VideoCollectionUpsertReq

type VideoCollectionUpsertReq struct {
	Id          string                 `` /* 130-byte string literal not displayed */
	Name        *string                `protobuf:"bytes,2,opt,name=name,proto3,oneof" json:"name" p:"name" bson:"name,omitempty"`
	ContentType *int32                 `protobuf:"varint,3,opt,name=contentType,proto3,oneof" json:"contentType" p:"contentType" bson:"contentType,omitempty"`
	FilterType  *int32                 `protobuf:"varint,4,opt,name=filterType,proto3,oneof" json:"filterType" p:"filterType" bson:"filterType,omitempty"`
	Count       *uint32                `protobuf:"varint,5,opt,name=count,proto3,oneof" json:"count" p:"count" bson:"count,omitempty"`
	IsOnline    *bool                  `protobuf:"varint,6,opt,name=isOnline,proto3,oneof" json:"isOnline" p:"isOnline" bson:"isOnline,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3,oneof" json:"createdAt" p:"createdAt" bson:"createdAt,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updatedAt,proto3,oneof" json:"updatedAt" p:"updatedAt" bson:"updatedAt,omitempty"`
	// contains filtered or unexported fields
}

func (*VideoCollectionUpsertReq) Descriptor deprecated

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

Deprecated: Use VideoCollectionUpsertReq.ProtoReflect.Descriptor instead.

func (*VideoCollectionUpsertReq) GetContentType

func (x *VideoCollectionUpsertReq) GetContentType() int32

func (*VideoCollectionUpsertReq) GetCount

func (x *VideoCollectionUpsertReq) GetCount() uint32

func (*VideoCollectionUpsertReq) GetCreatedAt

func (x *VideoCollectionUpsertReq) GetCreatedAt() *timestamppb.Timestamp

func (*VideoCollectionUpsertReq) GetFilterType

func (x *VideoCollectionUpsertReq) GetFilterType() int32

func (*VideoCollectionUpsertReq) GetId

func (x *VideoCollectionUpsertReq) GetId() string

func (*VideoCollectionUpsertReq) GetIsOnline

func (x *VideoCollectionUpsertReq) GetIsOnline() bool

func (*VideoCollectionUpsertReq) GetName

func (x *VideoCollectionUpsertReq) GetName() string

func (*VideoCollectionUpsertReq) GetUpdatedAt

func (x *VideoCollectionUpsertReq) GetUpdatedAt() *timestamppb.Timestamp

func (*VideoCollectionUpsertReq) ProtoMessage

func (*VideoCollectionUpsertReq) ProtoMessage()

func (*VideoCollectionUpsertReq) ProtoReflect

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

func (*VideoCollectionUpsertReq) Reset

func (x *VideoCollectionUpsertReq) Reset()

func (*VideoCollectionUpsertReq) String

func (x *VideoCollectionUpsertReq) String() string

type VideoCollectionUpsertRes

type VideoCollectionUpsertRes struct {
	Message      *string `protobuf:"bytes,1,opt,name=message,proto3,oneof" json:"message"`
	InsertedId   *string `protobuf:"bytes,2,opt,name=insertedId,proto3,oneof" json:"insertedId"`
	RowsAffected *int64  `protobuf:"varint,3,opt,name=rowsAffected,proto3,oneof" json:"rowsAffected"`
	// contains filtered or unexported fields
}

func (*VideoCollectionUpsertRes) Descriptor deprecated

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

Deprecated: Use VideoCollectionUpsertRes.ProtoReflect.Descriptor instead.

func (*VideoCollectionUpsertRes) GetInsertedId

func (x *VideoCollectionUpsertRes) GetInsertedId() string

func (*VideoCollectionUpsertRes) GetMessage

func (x *VideoCollectionUpsertRes) GetMessage() string

func (*VideoCollectionUpsertRes) GetRowsAffected

func (x *VideoCollectionUpsertRes) GetRowsAffected() int64

func (*VideoCollectionUpsertRes) ProtoMessage

func (*VideoCollectionUpsertRes) ProtoMessage()

func (*VideoCollectionUpsertRes) ProtoReflect

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

func (*VideoCollectionUpsertRes) Reset

func (x *VideoCollectionUpsertRes) Reset()

func (*VideoCollectionUpsertRes) String

func (x *VideoCollectionUpsertRes) String() string

Jump to

Keyboard shortcuts

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