4047 lines
151 KiB
Go
4047 lines
151 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.28.1
|
|
// protoc v4.22.0--rc2
|
|
// source: pb/artistinfoArtshow.proto
|
|
|
|
package artistinfoArtshow
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
emptypb "google.golang.org/protobuf/types/known/emptypb"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
reflect "reflect"
|
|
sync "sync"
|
|
)
|
|
|
|
const (
|
|
// Verify that this generated code is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
)
|
|
|
|
// Symbols defined in public import of google/protobuf/timestamp.proto.
|
|
|
|
type Timestamp = timestamppb.Timestamp
|
|
|
|
type ArtistListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistListRequest) Reset() {
|
|
*x = ArtistListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistListRequest) ProtoMessage() {}
|
|
|
|
func (x *ArtistListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[0]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistListRequest.ProtoReflect.Descriptor instead.
|
|
func (*ArtistListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *ArtistListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistListRequest) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type VideoPagination struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
Total int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
|
|
}
|
|
|
|
func (x *VideoPagination) Reset() {
|
|
*x = VideoPagination{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *VideoPagination) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*VideoPagination) ProtoMessage() {}
|
|
|
|
func (x *VideoPagination) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[1]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use VideoPagination.ProtoReflect.Descriptor instead.
|
|
func (*VideoPagination) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *VideoPagination) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoPagination) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *VideoPagination) GetTotal() int64 {
|
|
if x != nil {
|
|
return x.Total
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetArtshowVideoListRequst struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,4,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,5,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,6,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"` //锁定状态 2=锁定 3=解锁
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) Reset() {
|
|
*x = GetArtshowVideoListRequst{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtshowVideoListRequst) ProtoMessage() {}
|
|
|
|
func (x *GetArtshowVideoListRequst) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[2]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtshowVideoListRequst.ProtoReflect.Descriptor instead.
|
|
func (*GetArtshowVideoListRequst) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowVideoListRequst) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type ArtshowVideoInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,2,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
VideoUrl string `protobuf:"bytes,4,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,8,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,9,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,10,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
ArtistName string `protobuf:"bytes,11,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
Status int64 `protobuf:"varint,12,opt,name=status,proto3" json:"status,omitempty"` //锁定状态
|
|
Editable bool `protobuf:"varint,13,opt,name=editable,proto3" json:"editable,omitempty"`
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) Reset() {
|
|
*x = ArtshowVideoInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtshowVideoInfo) ProtoMessage() {}
|
|
|
|
func (x *ArtshowVideoInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[3]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtshowVideoInfo.ProtoReflect.Descriptor instead.
|
|
func (*ArtshowVideoInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetVideoUrl() string {
|
|
if x != nil {
|
|
return x.VideoUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtshowVideoInfo) GetEditable() bool {
|
|
if x != nil {
|
|
return x.Editable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetArtshowVideoListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtshowVideoInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
Page *VideoPagination `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtshowVideoListResponse) Reset() {
|
|
*x = GetArtshowVideoListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtshowVideoListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtshowVideoListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetArtshowVideoListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[4]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtshowVideoListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetArtshowVideoListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *GetArtshowVideoListResponse) GetData() []*ArtshowVideoInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetArtshowVideoListResponse) GetPage() *VideoPagination {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AuditArtshowVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtshowVideoIds []int64 `protobuf:"varint,1,rep,packed,name=artshowVideoIds,proto3" json:"artshowVideoIds,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) Reset() {
|
|
*x = AuditArtshowVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AuditArtshowVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *AuditArtshowVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[5]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AuditArtshowVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*AuditArtshowVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) GetArtshowVideoIds() []int64 {
|
|
if x != nil {
|
|
return x.ArtshowVideoIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditArtshowVideoRequest) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateArtshowVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,2,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
VideoUrl string `protobuf:"bytes,4,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
ArtistName string `protobuf:"bytes,8,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
Status int64 `protobuf:"varint,9,opt,name=status,proto3" json:"status,omitempty"` //锁定状态
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) Reset() {
|
|
*x = UpdateArtshowVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtshowVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtshowVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[6]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateArtshowVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtshowVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetVideoUrl() string {
|
|
if x != nil {
|
|
return x.VideoUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtshowVideoRequest) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type DeletedArtshowVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //单个删除
|
|
Ids []int64 `protobuf:"varint,2,rep,packed,name=Ids,proto3" json:"Ids,omitempty"` //批量删除
|
|
}
|
|
|
|
func (x *DeletedArtshowVideoRequest) Reset() {
|
|
*x = DeletedArtshowVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeletedArtshowVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletedArtshowVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletedArtshowVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[7]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletedArtshowVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletedArtshowVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *DeletedArtshowVideoRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DeletedArtshowVideoRequest) GetIds() []int64 {
|
|
if x != nil {
|
|
return x.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type BatchCreateArtshowVideoRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtshowVideoInfo `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
|
|
}
|
|
|
|
func (x *BatchCreateArtshowVideoRequest) Reset() {
|
|
*x = BatchCreateArtshowVideoRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BatchCreateArtshowVideoRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BatchCreateArtshowVideoRequest) ProtoMessage() {}
|
|
|
|
func (x *BatchCreateArtshowVideoRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[8]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BatchCreateArtshowVideoRequest.ProtoReflect.Descriptor instead.
|
|
func (*BatchCreateArtshowVideoRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *BatchCreateArtshowVideoRequest) GetData() []*ArtshowVideoInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CheckeExistsRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,2,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
}
|
|
|
|
func (x *CheckeExistsRequest) Reset() {
|
|
*x = CheckeExistsRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *CheckeExistsRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CheckeExistsRequest) ProtoMessage() {}
|
|
|
|
func (x *CheckeExistsRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[9]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use CheckeExistsRequest.ProtoReflect.Descriptor instead.
|
|
func (*CheckeExistsRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *CheckeExistsRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CheckeExistsRequest) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type GetArtshowVideoDetailRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,2,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
|
|
Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) Reset() {
|
|
*x = GetArtshowVideoDetailRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtshowVideoDetailRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[10]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtshowVideoDetailRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtshowVideoDetailRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) GetStatus() int32 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowVideoDetailRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// -------------------画家指数请求参数
|
|
type ArtistIndexInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
Class string `protobuf:"bytes,3,opt,name=class,proto3" json:"class,omitempty"`
|
|
TitleScore float32 `protobuf:"fixed32,4,opt,name=titleScore,proto3" json:"titleScore,omitempty"`
|
|
Score string `protobuf:"bytes,5,opt,name=score,proto3" json:"score,omitempty"`
|
|
Types string `protobuf:"bytes,6,opt,name=types,proto3" json:"types,omitempty"`
|
|
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
|
|
LockTime string `protobuf:"bytes,8,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,9,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,10,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,11,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
Id int64 `protobuf:"varint,12,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,13,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,15,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
Editable bool `protobuf:"varint,16,opt,name=editable,proto3" json:"editable,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) Reset() {
|
|
*x = ArtistIndexInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistIndexInfo) ProtoMessage() {}
|
|
|
|
func (x *ArtistIndexInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[11]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistIndexInfo.ProtoReflect.Descriptor instead.
|
|
func (*ArtistIndexInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetClass() string {
|
|
if x != nil {
|
|
return x.Class
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetTitleScore() float32 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexInfo) GetEditable() bool {
|
|
if x != nil {
|
|
return x.Editable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetArtistIndexListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtistIndexInfo `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data,omitempty"`
|
|
Page *VideoPagination `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistIndexListResponse) Reset() {
|
|
*x = GetArtistIndexListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[12]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistIndexListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistIndexListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetArtistIndexListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[12]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistIndexListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistIndexListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{12}
|
|
}
|
|
|
|
func (x *GetArtistIndexListResponse) GetData() []*ArtistIndexInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetArtistIndexListResponse) GetPage() *VideoPagination {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetArtistIndexDetailRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistIndexDetailRequest) Reset() {
|
|
*x = GetArtistIndexDetailRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[13]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistIndexDetailRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistIndexDetailRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistIndexDetailRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[13]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistIndexDetailRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistIndexDetailRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{13}
|
|
}
|
|
|
|
func (x *GetArtistIndexDetailRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetArtistIndexListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
LockTime string `protobuf:"bytes,4,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` //锁定状态 2=锁定 3=解锁
|
|
Page int64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) Reset() {
|
|
*x = GetArtistIndexListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[14]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistIndexListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistIndexListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[14]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistIndexListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistIndexListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{14}
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistIndexListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type BatchCreateArtistIndexRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUids []string `protobuf:"bytes,1,rep,name=artistUids,proto3" json:"artistUids,omitempty"` // string lockTime=2;
|
|
}
|
|
|
|
func (x *BatchCreateArtistIndexRequest) Reset() {
|
|
*x = BatchCreateArtistIndexRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[15]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BatchCreateArtistIndexRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BatchCreateArtistIndexRequest) ProtoMessage() {}
|
|
|
|
func (x *BatchCreateArtistIndexRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[15]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BatchCreateArtistIndexRequest.ProtoReflect.Descriptor instead.
|
|
func (*BatchCreateArtistIndexRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{15}
|
|
}
|
|
|
|
func (x *BatchCreateArtistIndexRequest) GetArtistUids() []string {
|
|
if x != nil {
|
|
return x.ArtistUids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AuditArtistIndexRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistIndexIds []int64 `protobuf:"varint,1,rep,packed,name=artistIndexIds,proto3" json:"artistIndexIds,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) Reset() {
|
|
*x = AuditArtistIndexRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[16]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AuditArtistIndexRequest) ProtoMessage() {}
|
|
|
|
func (x *AuditArtistIndexRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[16]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AuditArtistIndexRequest.ProtoReflect.Descriptor instead.
|
|
func (*AuditArtistIndexRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{16}
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) GetArtistIndexIds() []int64 {
|
|
if x != nil {
|
|
return x.ArtistIndexIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditArtistIndexRequest) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateArtistIndexRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,12,opt,name=id,proto3" json:"id,omitempty"`
|
|
TitleScore float32 `protobuf:"fixed32,4,opt,name=titleScore,proto3" json:"titleScore,omitempty"`
|
|
Score string `protobuf:"bytes,5,opt,name=score,proto3" json:"score,omitempty"`
|
|
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) Reset() {
|
|
*x = UpdateArtistIndexRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[17]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtistIndexRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtistIndexRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[17]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateArtistIndexRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtistIndexRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{17}
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) GetTitleScore() float32 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistIndexRequest) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type DeletedArtistIndexRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //单个删除
|
|
Ids []int64 `protobuf:"varint,2,rep,packed,name=Ids,proto3" json:"Ids,omitempty"` //批量删除
|
|
}
|
|
|
|
func (x *DeletedArtistIndexRequest) Reset() {
|
|
*x = DeletedArtistIndexRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[18]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeletedArtistIndexRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletedArtistIndexRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletedArtistIndexRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[18]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletedArtistIndexRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletedArtistIndexRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{18}
|
|
}
|
|
|
|
func (x *DeletedArtistIndexRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DeletedArtistIndexRequest) GetIds() []int64 {
|
|
if x != nil {
|
|
return x.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// 画家补充信息------------
|
|
type ArtistSupplementInfo struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=ArtistUid,proto3" json:"ArtistUid,omitempty"`
|
|
Status int64 `protobuf:"varint,2,opt,name=Status,proto3" json:"Status,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=LockTime,proto3" json:"LockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,4,opt,name=AuditStatus,proto3" json:"AuditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,5,opt,name=AuditMark1,proto3" json:"AuditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,6,opt,name=AuditMark2,proto3" json:"AuditMark2,omitempty"`
|
|
ArtistName string `protobuf:"bytes,7,opt,name=ArtistName,proto3" json:"ArtistName,omitempty"`
|
|
ArtistProfile string `protobuf:"bytes,8,opt,name=ArtistProfile,proto3" json:"ArtistProfile,omitempty"`
|
|
CountryArtLevel int64 `protobuf:"varint,9,opt,name=CountryArtLevel,proto3" json:"CountryArtLevel,omitempty"`
|
|
ArtistCertPic string `protobuf:"bytes,10,opt,name=ArtistCertPic,proto3" json:"ArtistCertPic,omitempty"`
|
|
BankNum string `protobuf:"bytes,11,opt,name=BankNum,proto3" json:"BankNum,omitempty"`
|
|
BankName string `protobuf:"bytes,12,opt,name=BankName,proto3" json:"BankName,omitempty"`
|
|
Id int64 `protobuf:"varint,13,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,15,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,16,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
Editable bool `protobuf:"varint,17,opt,name=editable,proto3" json:"editable,omitempty"` //是否用户可编辑
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) Reset() {
|
|
*x = ArtistSupplementInfo{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[19]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistSupplementInfo) ProtoMessage() {}
|
|
|
|
func (x *ArtistSupplementInfo) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[19]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistSupplementInfo.ProtoReflect.Descriptor instead.
|
|
func (*ArtistSupplementInfo) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{19}
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetArtistProfile() string {
|
|
if x != nil {
|
|
return x.ArtistProfile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetCountryArtLevel() int64 {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetBankNum() string {
|
|
if x != nil {
|
|
return x.BankNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementInfo) GetEditable() bool {
|
|
if x != nil {
|
|
return x.Editable
|
|
}
|
|
return false
|
|
}
|
|
|
|
type GetArtistSupplementListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Data []*ArtistSupplementInfo `protobuf:"bytes,1,rep,name=Data,proto3" json:"Data,omitempty"`
|
|
Page *VideoPagination `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistSupplementListResponse) Reset() {
|
|
*x = GetArtistSupplementListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[20]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistSupplementListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistSupplementListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetArtistSupplementListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[20]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistSupplementListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistSupplementListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{20}
|
|
}
|
|
|
|
func (x *GetArtistSupplementListResponse) GetData() []*ArtistSupplementInfo {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetArtistSupplementListResponse) GetPage() *VideoPagination {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetArtistSupplementDetailRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistSupplementDetailRequest) Reset() {
|
|
*x = GetArtistSupplementDetailRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[21]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistSupplementDetailRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistSupplementDetailRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistSupplementDetailRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[21]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistSupplementDetailRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistSupplementDetailRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{21}
|
|
}
|
|
|
|
func (x *GetArtistSupplementDetailRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type GetArtistSupplementListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
ArtistName string `protobuf:"bytes,3,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
LockTime string `protobuf:"bytes,4,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` //锁定状态 2=锁定 3=解锁
|
|
Page int64 `protobuf:"varint,7,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,8,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) Reset() {
|
|
*x = GetArtistSupplementListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[22]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtistSupplementListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtistSupplementListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[22]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtistSupplementListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtistSupplementListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{22}
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtistSupplementListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type BatchCreateArtistSupplementRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUids []string `protobuf:"bytes,1,rep,name=artistUids,proto3" json:"artistUids,omitempty"`
|
|
}
|
|
|
|
func (x *BatchCreateArtistSupplementRequest) Reset() {
|
|
*x = BatchCreateArtistSupplementRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[23]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *BatchCreateArtistSupplementRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*BatchCreateArtistSupplementRequest) ProtoMessage() {}
|
|
|
|
func (x *BatchCreateArtistSupplementRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[23]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use BatchCreateArtistSupplementRequest.ProtoReflect.Descriptor instead.
|
|
func (*BatchCreateArtistSupplementRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{23}
|
|
}
|
|
|
|
func (x *BatchCreateArtistSupplementRequest) GetArtistUids() []string {
|
|
if x != nil {
|
|
return x.ArtistUids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type AuditArtistSupplementRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistSupplementIds []int64 `protobuf:"varint,1,rep,packed,name=artistSupplementIds,proto3" json:"artistSupplementIds,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) Reset() {
|
|
*x = AuditArtistSupplementRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[24]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*AuditArtistSupplementRequest) ProtoMessage() {}
|
|
|
|
func (x *AuditArtistSupplementRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[24]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use AuditArtistSupplementRequest.ProtoReflect.Descriptor instead.
|
|
func (*AuditArtistSupplementRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{24}
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) GetArtistSupplementIds() []int64 {
|
|
if x != nil {
|
|
return x.ArtistSupplementIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *AuditArtistSupplementRequest) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UpdateArtistSupplementRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
ArtistProfile string `protobuf:"bytes,2,opt,name=ArtistProfile,proto3" json:"ArtistProfile,omitempty"`
|
|
CountryArtLevel int64 `protobuf:"varint,3,opt,name=CountryArtLevel,proto3" json:"CountryArtLevel,omitempty"`
|
|
ArtistCertPic string `protobuf:"bytes,4,opt,name=ArtistCertPic,proto3" json:"ArtistCertPic,omitempty"`
|
|
BankNum string `protobuf:"bytes,5,opt,name=BankNum,proto3" json:"BankNum,omitempty"`
|
|
BankName string `protobuf:"bytes,6,opt,name=BankName,proto3" json:"BankName,omitempty"`
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) Reset() {
|
|
*x = UpdateArtistSupplementRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[25]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*UpdateArtistSupplementRequest) ProtoMessage() {}
|
|
|
|
func (x *UpdateArtistSupplementRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[25]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use UpdateArtistSupplementRequest.ProtoReflect.Descriptor instead.
|
|
func (*UpdateArtistSupplementRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{25}
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetArtistProfile() string {
|
|
if x != nil {
|
|
return x.ArtistProfile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetCountryArtLevel() int64 {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetBankNum() string {
|
|
if x != nil {
|
|
return x.BankNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *UpdateArtistSupplementRequest) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type DeletedArtistSupplementRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` //单个删除
|
|
Ids []int64 `protobuf:"varint,2,rep,packed,name=Ids,proto3" json:"Ids,omitempty"` //批量删除
|
|
}
|
|
|
|
func (x *DeletedArtistSupplementRequest) Reset() {
|
|
*x = DeletedArtistSupplementRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[26]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *DeletedArtistSupplementRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeletedArtistSupplementRequest) ProtoMessage() {}
|
|
|
|
func (x *DeletedArtistSupplementRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[26]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use DeletedArtistSupplementRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeletedArtistSupplementRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{26}
|
|
}
|
|
|
|
func (x *DeletedArtistSupplementRequest) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *DeletedArtistSupplementRequest) GetIds() []int64 {
|
|
if x != nil {
|
|
return x.Ids
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetArtshowHistroyListRequest struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
PageSize int64 `protobuf:"varint,2,opt,name=pageSize,proto3" json:"pageSize,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,3,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,4,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) Reset() {
|
|
*x = GetArtshowHistroyListRequest{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[27]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtshowHistroyListRequest) ProtoMessage() {}
|
|
|
|
func (x *GetArtshowHistroyListRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[27]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtshowHistroyListRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetArtshowHistroyListRequest) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{27}
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) GetPage() int64 {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) GetPageSize() int64 {
|
|
if x != nil {
|
|
return x.PageSize
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListRequest) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
// 历史记录查询
|
|
type ArtworkSupplementData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
Status int64 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,4,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,5,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,6,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
ArtworkName string `protobuf:"bytes,7,opt,name=artworkName,proto3" json:"artworkName,omitempty"`
|
|
CreatedDate string `protobuf:"bytes,8,opt,name=createdDate,proto3" json:"createdDate,omitempty"`
|
|
CreatedAddress string `protobuf:"bytes,9,opt,name=createdAddress,proto3" json:"createdAddress,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,15,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt int64 `protobuf:"varint,16,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
ArtworkUuid string `protobuf:"bytes,17,opt,name=ArtworkUuid,proto3" json:"ArtworkUuid,omitempty"`
|
|
// string ArtistName=18;
|
|
Length int32 `protobuf:"varint,19,opt,name=Length,proto3" json:"Length,omitempty"`
|
|
Width int32 `protobuf:"varint,20,opt,name=Width,proto3" json:"Width,omitempty"`
|
|
Ruler int32 `protobuf:"varint,21,opt,name=Ruler,proto3" json:"Ruler,omitempty"`
|
|
// string InscribeDate=22;
|
|
// string Abstract=23;
|
|
HdPic string `protobuf:"bytes,24,opt,name=HdPic,proto3" json:"HdPic,omitempty"`
|
|
ArtistPhoto string `protobuf:"bytes,25,opt,name=ArtistPhoto,proto3" json:"ArtistPhoto,omitempty"`
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) Reset() {
|
|
*x = ArtworkSupplementData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[28]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtworkSupplementData) ProtoMessage() {}
|
|
|
|
func (x *ArtworkSupplementData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[28]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtworkSupplementData.ProtoReflect.Descriptor instead.
|
|
func (*ArtworkSupplementData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{28}
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetArtworkName() string {
|
|
if x != nil {
|
|
return x.ArtworkName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetCreatedDate() string {
|
|
if x != nil {
|
|
return x.CreatedDate
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetCreatedAddress() string {
|
|
if x != nil {
|
|
return x.CreatedAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetDeletedAt() int64 {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetArtworkUuid() string {
|
|
if x != nil {
|
|
return x.ArtworkUuid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetLength() int32 {
|
|
if x != nil {
|
|
return x.Length
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetWidth() int32 {
|
|
if x != nil {
|
|
return x.Width
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetRuler() int32 {
|
|
if x != nil {
|
|
return x.Ruler
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetHdPic() string {
|
|
if x != nil {
|
|
return x.HdPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtworkSupplementData) GetArtistPhoto() string {
|
|
if x != nil {
|
|
return x.ArtistPhoto
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtistSupplementData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
Status int64 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,4,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,5,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,6,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
ArtistName string `protobuf:"bytes,7,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
ArtistProfile string `protobuf:"bytes,8,opt,name=artistProfile,proto3" json:"artistProfile,omitempty"`
|
|
CountryArtLevel int64 `protobuf:"varint,9,opt,name=countryArtLevel,proto3" json:"countryArtLevel,omitempty"`
|
|
ArtistCertPic string `protobuf:"bytes,10,opt,name=artistCertPic,proto3" json:"artistCertPic,omitempty"`
|
|
BankNum string `protobuf:"bytes,11,opt,name=bankNum,proto3" json:"bankNum,omitempty"`
|
|
BankName string `protobuf:"bytes,12,opt,name=bankName,proto3" json:"bankName,omitempty"`
|
|
Id int64 `protobuf:"varint,13,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,14,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,15,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt string `protobuf:"bytes,16,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistSupplementData) Reset() {
|
|
*x = ArtistSupplementData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[29]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistSupplementData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistSupplementData) ProtoMessage() {}
|
|
|
|
func (x *ArtistSupplementData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[29]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistSupplementData.ProtoReflect.Descriptor instead.
|
|
func (*ArtistSupplementData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{29}
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetArtistProfile() string {
|
|
if x != nil {
|
|
return x.ArtistProfile
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetCountryArtLevel() int64 {
|
|
if x != nil {
|
|
return x.CountryArtLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetArtistCertPic() string {
|
|
if x != nil {
|
|
return x.ArtistCertPic
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetBankNum() string {
|
|
if x != nil {
|
|
return x.BankNum
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetBankName() string {
|
|
if x != nil {
|
|
return x.BankName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistSupplementData) GetDeletedAt() string {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtistIndexData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
ArtistUid string `protobuf:"bytes,1,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
|
|
Class string `protobuf:"bytes,3,opt,name=class,proto3" json:"class,omitempty"`
|
|
TitleScore float32 `protobuf:"fixed32,4,opt,name=titleScore,proto3" json:"titleScore,omitempty"`
|
|
Score string `protobuf:"bytes,5,opt,name=score,proto3" json:"score,omitempty"`
|
|
Types string `protobuf:"bytes,6,opt,name=types,proto3" json:"types,omitempty"`
|
|
Status int64 `protobuf:"varint,7,opt,name=status,proto3" json:"status,omitempty"`
|
|
LockTime string `protobuf:"bytes,8,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,9,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,10,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,11,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
Id int64 `protobuf:"varint,12,opt,name=id,proto3" json:"id,omitempty"`
|
|
CreatedAt string `protobuf:"bytes,13,opt,name=createdAt,proto3" json:"createdAt,omitempty"`
|
|
UpdatedAt string `protobuf:"bytes,14,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"`
|
|
DeletedAt string `protobuf:"bytes,15,opt,name=deletedAt,proto3" json:"deletedAt,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistIndexData) Reset() {
|
|
*x = ArtistIndexData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[30]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistIndexData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistIndexData) ProtoMessage() {}
|
|
|
|
func (x *ArtistIndexData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[30]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistIndexData.ProtoReflect.Descriptor instead.
|
|
func (*ArtistIndexData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{30}
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetTitle() string {
|
|
if x != nil {
|
|
return x.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetClass() string {
|
|
if x != nil {
|
|
return x.Class
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetTitleScore() float32 {
|
|
if x != nil {
|
|
return x.TitleScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetScore() string {
|
|
if x != nil {
|
|
return x.Score
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetTypes() string {
|
|
if x != nil {
|
|
return x.Types
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetStatus() int64 {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetCreatedAt() string {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetUpdatedAt() string {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistIndexData) GetDeletedAt() string {
|
|
if x != nil {
|
|
return x.DeletedAt
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ArtistVideoData struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
ArtistUid string `protobuf:"bytes,2,opt,name=artistUid,proto3" json:"artistUid,omitempty"`
|
|
LockTime string `protobuf:"bytes,3,opt,name=lockTime,proto3" json:"lockTime,omitempty"`
|
|
VideoUrl string `protobuf:"bytes,4,opt,name=videoUrl,proto3" json:"videoUrl,omitempty"`
|
|
AuditStatus int64 `protobuf:"varint,5,opt,name=auditStatus,proto3" json:"auditStatus,omitempty"`
|
|
AuditMark1 string `protobuf:"bytes,6,opt,name=auditMark1,proto3" json:"auditMark1,omitempty"`
|
|
AuditMark2 string `protobuf:"bytes,7,opt,name=auditMark2,proto3" json:"auditMark2,omitempty"`
|
|
ArtistName string `protobuf:"bytes,8,opt,name=artistName,proto3" json:"artistName,omitempty"`
|
|
}
|
|
|
|
func (x *ArtistVideoData) Reset() {
|
|
*x = ArtistVideoData{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[31]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *ArtistVideoData) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*ArtistVideoData) ProtoMessage() {}
|
|
|
|
func (x *ArtistVideoData) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[31]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use ArtistVideoData.ProtoReflect.Descriptor instead.
|
|
func (*ArtistVideoData) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{31}
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetId() int64 {
|
|
if x != nil {
|
|
return x.Id
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetArtistUid() string {
|
|
if x != nil {
|
|
return x.ArtistUid
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetLockTime() string {
|
|
if x != nil {
|
|
return x.LockTime
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetVideoUrl() string {
|
|
if x != nil {
|
|
return x.VideoUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetAuditStatus() int64 {
|
|
if x != nil {
|
|
return x.AuditStatus
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetAuditMark1() string {
|
|
if x != nil {
|
|
return x.AuditMark1
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetAuditMark2() string {
|
|
if x != nil {
|
|
return x.AuditMark2
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *ArtistVideoData) GetArtistName() string {
|
|
if x != nil {
|
|
return x.ArtistName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type TimeGroup struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Time string `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"`
|
|
ArtworkSupplementList []*ArtworkSupplementData `protobuf:"bytes,2,rep,name=artworkSupplementList,proto3" json:"artworkSupplementList,omitempty"`
|
|
ArtistSupplementList []*ArtistSupplementData `protobuf:"bytes,3,rep,name=artistSupplementList,proto3" json:"artistSupplementList,omitempty"`
|
|
ArtistIndexList []*ArtistIndexData `protobuf:"bytes,4,rep,name=artistIndexList,proto3" json:"artistIndexList,omitempty"`
|
|
ArtistVideoList []*ArtistVideoData `protobuf:"bytes,5,rep,name=artistVideoList,proto3" json:"artistVideoList,omitempty"`
|
|
}
|
|
|
|
func (x *TimeGroup) Reset() {
|
|
*x = TimeGroup{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[32]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *TimeGroup) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*TimeGroup) ProtoMessage() {}
|
|
|
|
func (x *TimeGroup) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[32]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use TimeGroup.ProtoReflect.Descriptor instead.
|
|
func (*TimeGroup) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{32}
|
|
}
|
|
|
|
func (x *TimeGroup) GetTime() string {
|
|
if x != nil {
|
|
return x.Time
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *TimeGroup) GetArtworkSupplementList() []*ArtworkSupplementData {
|
|
if x != nil {
|
|
return x.ArtworkSupplementList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TimeGroup) GetArtistSupplementList() []*ArtistSupplementData {
|
|
if x != nil {
|
|
return x.ArtistSupplementList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TimeGroup) GetArtistIndexList() []*ArtistIndexData {
|
|
if x != nil {
|
|
return x.ArtistIndexList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *TimeGroup) GetArtistVideoList() []*ArtistVideoData {
|
|
if x != nil {
|
|
return x.ArtistVideoList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type GetArtshowHistroyListResponse struct {
|
|
state protoimpl.MessageState
|
|
sizeCache protoimpl.SizeCache
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
Page *VideoPagination `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
|
|
Data []*TimeGroup `protobuf:"bytes,2,rep,name=Data,proto3" json:"Data,omitempty"`
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListResponse) Reset() {
|
|
*x = GetArtshowHistroyListResponse{}
|
|
if protoimpl.UnsafeEnabled {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[33]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetArtshowHistroyListResponse) ProtoMessage() {}
|
|
|
|
func (x *GetArtshowHistroyListResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_pb_artistinfoArtshow_proto_msgTypes[33]
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
if ms.LoadMessageInfo() == nil {
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
return ms
|
|
}
|
|
return mi.MessageOf(x)
|
|
}
|
|
|
|
// Deprecated: Use GetArtshowHistroyListResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetArtshowHistroyListResponse) Descriptor() ([]byte, []int) {
|
|
return file_pb_artistinfoArtshow_proto_rawDescGZIP(), []int{33}
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListResponse) GetPage() *VideoPagination {
|
|
if x != nil {
|
|
return x.Page
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *GetArtshowHistroyListResponse) GetData() []*TimeGroup {
|
|
if x != nil {
|
|
return x.Data
|
|
}
|
|
return nil
|
|
}
|
|
|
|
var File_pb_artistinfoArtshow_proto protoreflect.FileDescriptor
|
|
|
|
var file_pb_artistinfoArtshow_proto_rawDesc = []byte{
|
|
0x0a, 0x1a, 0x70, 0x62, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x41,
|
|
0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
|
|
0x61, 0x6d, 0x70, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
|
|
0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x63, 0x0a, 0x11, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70,
|
|
0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12,
|
|
0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x57, 0x0a, 0x0f, 0x76,
|
|
0x69, 0x64, 0x65, 0x6f, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12,
|
|
0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x14,
|
|
0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74,
|
|
0x6f, 0x74, 0x61, 0x6c, 0x22, 0xdf, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73,
|
|
0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75,
|
|
0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69,
|
|
0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69,
|
|
0x7a, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65,
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64,
|
|
0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16,
|
|
0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
|
|
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x88, 0x03, 0x0a, 0x10, 0x41, 0x72, 0x74, 0x73, 0x68,
|
|
0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72,
|
|
0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72,
|
|
0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61,
|
|
0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x31, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61,
|
|
0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61,
|
|
0x72, 0x6b, 0x32, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
|
|
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x09,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12,
|
|
0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0a, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a,
|
|
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c,
|
|
0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c,
|
|
0x65, 0x22, 0x80, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77,
|
|
0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
0x65, 0x12, 0x30, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
0x1c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74,
|
|
0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64,
|
|
0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x76,
|
|
0x69, 0x64, 0x65, 0x6f, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04,
|
|
0x70, 0x61, 0x67, 0x65, 0x22, 0xa6, 0x01, 0x0a, 0x18, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72,
|
|
0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x28, 0x0a, 0x0f, 0x61, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65,
|
|
0x6f, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52, 0x0f, 0x61, 0x72, 0x74, 0x73,
|
|
0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x61,
|
|
0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x22, 0x9b, 0x02,
|
|
0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56,
|
|
0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49,
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72,
|
|
0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72,
|
|
0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61,
|
|
0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x31, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61,
|
|
0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61,
|
|
0x72, 0x6b, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d,
|
|
0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x09, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3e, 0x0a, 0x1a, 0x44,
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64,
|
|
0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18,
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64, 0x73,
|
|
0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x49, 0x64, 0x73, 0x22, 0x52, 0x0a, 0x1e, 0x42,
|
|
0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f,
|
|
0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a,
|
|
0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77,
|
|
0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22,
|
|
0x4f, 0x0a, 0x13, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x65, 0x45, 0x78, 0x69, 0x73, 0x74, 0x73, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x22, 0x80, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56,
|
|
0x69, 0x64, 0x65, 0x6f, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12,
|
|
0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61,
|
|
0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x02, 0x69, 0x64, 0x22, 0xc3, 0x03, 0x0a, 0x0f, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
|
|
0x64, 0x65, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63,
|
|
0x6c, 0x61, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73,
|
|
0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18,
|
|
0x04, 0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72,
|
|
0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73,
|
|
0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x0a,
|
|
0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d,
|
|
0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d,
|
|
0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18,
|
|
0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18,
|
|
0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x32, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61,
|
|
0x74, 0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
|
|
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0e,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12,
|
|
0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0f, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x7e, 0x0a, 0x1a, 0x47, 0x65, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18,
|
|
0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x49, 0x6e,
|
|
0x66, 0x6f, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x22, 0x2d, 0x0a, 0x1b, 0x47, 0x65, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xdf, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61,
|
|
0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
|
|
0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74,
|
|
0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61,
|
|
0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x3f, 0x0a, 0x1d, 0x42, 0x61,
|
|
0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52,
|
|
0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x73, 0x22, 0xa3, 0x01, 0x0a, 0x17,
|
|
0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52,
|
|
0x0e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x49, 0x64, 0x73, 0x12,
|
|
0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18,
|
|
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18,
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b,
|
|
0x32, 0x22, 0x78, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a,
|
|
0x02, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1e, 0x0a,
|
|
0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
0x02, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a,
|
|
0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63,
|
|
0x6f, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3d, 0x0a, 0x19, 0x44,
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65,
|
|
0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x18,
|
|
0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x49, 0x64, 0x73, 0x22, 0x9c, 0x04, 0x0a, 0x14, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69,
|
|
0x64, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x03, 0x52, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x4c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x4c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x41, 0x75, 0x64, 0x69,
|
|
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x75, 0x64, 0x69, 0x74,
|
|
0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x41, 0x75, 0x64,
|
|
0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x75, 0x64, 0x69, 0x74,
|
|
0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x41, 0x75, 0x64,
|
|
0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x41, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x28, 0x0a,
|
|
0x0f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c,
|
|
0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41,
|
|
0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x12, 0x18, 0x0a,
|
|
0x07, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x61, 0x6e, 0x6b, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42, 0x61, 0x6e, 0x6b, 0x4e,
|
|
0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
|
|
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0f,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12,
|
|
0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x10, 0x20, 0x01,
|
|
0x28, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
0x08, 0x65, 0x64, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x88, 0x01, 0x0a, 0x1f, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x34, 0x0a,
|
|
0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53,
|
|
0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x44,
|
|
0x61, 0x74, 0x61, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x76,
|
|
0x69, 0x64, 0x65, 0x6f, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04,
|
|
0x70, 0x61, 0x67, 0x65, 0x22, 0x32, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69,
|
|
0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xe4, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74,
|
|
0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63,
|
|
0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69,
|
|
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75,
|
|
0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12,
|
|
0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70,
|
|
0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18,
|
|
0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22,
|
|
0x44, 0x0a, 0x22, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55,
|
|
0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x73, 0x22, 0xb2, 0x01, 0x0a, 0x1c, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20,
|
|
0x03, 0x28, 0x03, 0x52, 0x13, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69,
|
|
0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61,
|
|
0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75,
|
|
0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75,
|
|
0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x22, 0xdb, 0x01, 0x0a, 0x1d, 0x55,
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02,
|
|
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69,
|
|
0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74,
|
|
0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x43, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x18, 0x04, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50,
|
|
0x69, 0x63, 0x12, 0x18, 0x0a, 0x07, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x05, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x42, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65,
|
|
0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d,
|
|
0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x49, 0x64,
|
|
0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x49, 0x64, 0x73, 0x22, 0x8e, 0x01, 0x0a,
|
|
0x1c, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x74, 0x72,
|
|
0x6f, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a,
|
|
0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67,
|
|
0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a,
|
|
0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x61,
|
|
0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03,
|
|
0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xaf, 0x04,
|
|
0x0a, 0x15, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d,
|
|
0x65, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
|
|
0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a,
|
|
0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64,
|
|
0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61,
|
|
0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61,
|
|
0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x20, 0x0a, 0x0b, 0x61,
|
|
0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0b, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a,
|
|
0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x44, 0x61, 0x74, 0x65, 0x12,
|
|
0x26, 0x0a, 0x0e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73,
|
|
0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
|
|
0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64,
|
|
0x41, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41,
|
|
0x74, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x55, 0x75, 0x69, 0x64,
|
|
0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x41, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x55,
|
|
0x75, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x13, 0x20,
|
|
0x01, 0x28, 0x05, 0x52, 0x06, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x57,
|
|
0x69, 0x64, 0x74, 0x68, 0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x57, 0x69, 0x64, 0x74,
|
|
0x68, 0x12, 0x14, 0x0a, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05,
|
|
0x52, 0x05, 0x52, 0x75, 0x6c, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x48, 0x64, 0x50, 0x69, 0x63,
|
|
0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x48, 0x64, 0x50, 0x69, 0x63, 0x12, 0x20, 0x0a,
|
|
0x0b, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x18, 0x19, 0x20, 0x01,
|
|
0x28, 0x09, 0x52, 0x0b, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x22,
|
|
0x80, 0x04, 0x0a, 0x14, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65,
|
|
0x6d, 0x65, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73,
|
|
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75,
|
|
0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x1e, 0x0a, 0x0a,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x0a, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x08, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69,
|
|
0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74,
|
|
0x4c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x6f, 0x75,
|
|
0x6e, 0x74, 0x72, 0x79, 0x41, 0x72, 0x74, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x24, 0x0a, 0x0d,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50, 0x69, 0x63, 0x18, 0x0a, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x50,
|
|
0x69, 0x63, 0x12, 0x18, 0x0a, 0x07, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x18, 0x0b, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x07, 0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08,
|
|
0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
0x62, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0d,
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61,
|
|
0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65,
|
|
0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
0x64, 0x41, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74,
|
|
0x65, 0x64, 0x41, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41,
|
|
0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64,
|
|
0x41, 0x74, 0x22, 0xa7, 0x03, 0x0a, 0x0f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64,
|
|
0x65, 0x78, 0x44, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x55, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x55, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6c,
|
|
0x61, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x63, 0x6c, 0x61, 0x73, 0x73,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x04,
|
|
0x20, 0x01, 0x28, 0x02, 0x52, 0x0a, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x53, 0x63, 0x6f, 0x72, 0x65,
|
|
0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
0x05, 0x73, 0x63, 0x6f, 0x72, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x18,
|
|
0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06,
|
|
0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x73, 0x74,
|
|
0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x09,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31,
|
|
0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x0a,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75, 0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32,
|
|
0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18,
|
|
0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53, 0x74, 0x61, 0x74,
|
|
0x75, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
|
|
0x69, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18,
|
|
0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0e, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x1c,
|
|
0x0a, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x18, 0x0f, 0x20, 0x01, 0x28,
|
|
0x09, 0x52, 0x09, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x74, 0x22, 0xf9, 0x01, 0x0a,
|
|
0x0f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x61, 0x74, 0x61,
|
|
0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
|
|
0x12, 0x1c, 0x0a, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x18, 0x02, 0x20,
|
|
0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x55, 0x69, 0x64, 0x12, 0x1a,
|
|
0x0a, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
0x52, 0x08, 0x6c, 0x6f, 0x63, 0x6b, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x69,
|
|
0x64, 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69,
|
|
0x64, 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x75, 0x64, 0x69, 0x74, 0x53,
|
|
0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x61, 0x75, 0x64,
|
|
0x69, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69,
|
|
0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75,
|
|
0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x31, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x75, 0x64, 0x69,
|
|
0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x75,
|
|
0x64, 0x69, 0x74, 0x4d, 0x61, 0x72, 0x6b, 0x32, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xdc, 0x02, 0x0a, 0x09, 0x74, 0x69, 0x6d,
|
|
0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x01,
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x57, 0x0a, 0x15, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c,
|
|
0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x61, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75,
|
|
0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x61, 0x74, 0x61, 0x52, 0x15, 0x61, 0x72,
|
|
0x74, 0x77, 0x6f, 0x72, 0x6b, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c,
|
|
0x69, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x14, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70,
|
|
0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28,
|
|
0x0b, 0x32, 0x20, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x44,
|
|
0x61, 0x74, 0x61, 0x52, 0x14, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x0f, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03,
|
|
0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x44, 0x61, 0x74, 0x61, 0x52,
|
|
0x0f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74,
|
|
0x12, 0x45, 0x0a, 0x0f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c,
|
|
0x69, 0x73, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x56, 0x69, 0x64,
|
|
0x65, 0x6f, 0x44, 0x61, 0x74, 0x61, 0x52, 0x0f, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x56, 0x69,
|
|
0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x7b, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x41, 0x72,
|
|
0x74, 0x73, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65,
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
|
|
0x69, 0x6f, 0x6e, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x29, 0x0a, 0x04, 0x44, 0x61, 0x74,
|
|
0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x74, 0x69, 0x6d, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, 0x04,
|
|
0x44, 0x61, 0x74, 0x61, 0x32, 0xb5, 0x10, 0x0a, 0x11, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x12, 0x61, 0x0a, 0x15, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x44, 0x65, 0x74,
|
|
0x61, 0x69, 0x6c, 0x12, 0x28, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f,
|
|
0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x73, 0x68,
|
|
0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x12, 0x67, 0x0a,
|
|
0x13, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f,
|
|
0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65,
|
|
0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73,
|
|
0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4c, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x1c, 0x2e, 0x61,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f,
|
|
0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
|
|
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
|
|
0x74, 0x79, 0x22, 0x00, 0x12, 0x5f, 0x0a, 0x17, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65,
|
|
0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12,
|
|
0x2a, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x42, 0x61, 0x74,
|
|
0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56,
|
|
0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f,
|
|
0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d,
|
|
0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x53, 0x0a, 0x11, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72,
|
|
0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x24, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72, 0x74,
|
|
0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x12, 0x55, 0x70,
|
|
0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f,
|
|
0x12, 0x25, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70,
|
|
0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
|
|
0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22,
|
|
0x00, 0x12, 0x57, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x73,
|
|
0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x12, 0x26, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74,
|
|
0x73, 0x68, 0x6f, 0x77, 0x56, 0x69, 0x64, 0x65, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
|
0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
|
|
0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x15, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x4c,
|
|
0x69, 0x73, 0x74, 0x12, 0x28, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f,
|
|
0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x73, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x74, 0x72,
|
|
0x6f, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e,
|
|
0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72,
|
|
0x74, 0x73, 0x68, 0x6f, 0x77, 0x48, 0x69, 0x73, 0x74, 0x72, 0x6f, 0x79, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5e, 0x0a, 0x14, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x44, 0x65, 0x74, 0x61,
|
|
0x69, 0x6c, 0x12, 0x27, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e,
|
|
0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x44, 0x65,
|
|
0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1b, 0x2e, 0x61, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x64, 0x65, 0x78, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x12, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74,
|
|
0x12, 0x25, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74,
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
|
|
0x64, 0x65, 0x78, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
|
|
0x00, 0x12, 0x4a, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x1b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x49,
|
|
0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f,
|
|
0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x5d, 0x0a,
|
|
0x16, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69,
|
|
0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x29, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
|
0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x51, 0x0a, 0x10,
|
|
0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78,
|
|
0x12, 0x23, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x75,
|
|
0x64, 0x69, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
|
|
0x53, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49,
|
|
0x6e, 0x64, 0x65, 0x78, 0x12, 0x24, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66,
|
|
0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e,
|
|
0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f,
|
|
0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70,
|
|
0x74, 0x79, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x25, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41,
|
|
0x72, 0x74, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x6d, 0x0a, 0x19, 0x47,
|
|
0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65,
|
|
0x6e, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x2c, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53,
|
|
0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52,
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65,
|
|
0x6d, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x17, 0x47, 0x65,
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e,
|
|
0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2a, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70,
|
|
0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x1a, 0x2b, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x47,
|
|
0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65,
|
|
0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
|
|
0x12, 0x54, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x20, 0x2e, 0x61, 0x72, 0x74,
|
|
0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75,
|
|
0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x16, 0x2e, 0x67,
|
|
0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45,
|
|
0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x67, 0x0a, 0x1b, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43,
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c,
|
|
0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e,
|
|
0x66, 0x6f, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72,
|
|
0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65,
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70,
|
|
0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12,
|
|
0x5b, 0x0a, 0x15, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75,
|
|
0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x69, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x16,
|
|
0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70,
|
|
0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x29, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74,
|
|
0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0x5f, 0x0a, 0x17, 0x44,
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73, 0x74, 0x53, 0x75, 0x70, 0x70,
|
|
0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x2a, 0x2e, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69,
|
|
0x6e, 0x66, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x41, 0x72, 0x74, 0x69, 0x73,
|
|
0x74, 0x53, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
|
0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x42, 0x16, 0x5a, 0x14,
|
|
0x2e, 0x2f, 0x3b, 0x61, 0x72, 0x74, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x66, 0x6f, 0x41, 0x72, 0x74,
|
|
0x73, 0x68, 0x6f, 0x77, 0x50, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
}
|
|
|
|
var (
|
|
file_pb_artistinfoArtshow_proto_rawDescOnce sync.Once
|
|
file_pb_artistinfoArtshow_proto_rawDescData = file_pb_artistinfoArtshow_proto_rawDesc
|
|
)
|
|
|
|
func file_pb_artistinfoArtshow_proto_rawDescGZIP() []byte {
|
|
file_pb_artistinfoArtshow_proto_rawDescOnce.Do(func() {
|
|
file_pb_artistinfoArtshow_proto_rawDescData = protoimpl.X.CompressGZIP(file_pb_artistinfoArtshow_proto_rawDescData)
|
|
})
|
|
return file_pb_artistinfoArtshow_proto_rawDescData
|
|
}
|
|
|
|
var file_pb_artistinfoArtshow_proto_msgTypes = make([]protoimpl.MessageInfo, 34)
|
|
var file_pb_artistinfoArtshow_proto_goTypes = []interface{}{
|
|
(*ArtistListRequest)(nil), // 0: artistinfo.ArtistListRequest
|
|
(*VideoPagination)(nil), // 1: artistinfo.videoPagination
|
|
(*GetArtshowVideoListRequst)(nil), // 2: artistinfo.GetArtshowVideoListRequst
|
|
(*ArtshowVideoInfo)(nil), // 3: artistinfo.ArtshowVideoInfo
|
|
(*GetArtshowVideoListResponse)(nil), // 4: artistinfo.GetArtshowVideoListResponse
|
|
(*AuditArtshowVideoRequest)(nil), // 5: artistinfo.AuditArtshowVideoRequest
|
|
(*UpdateArtshowVideoRequest)(nil), // 6: artistinfo.UpdateArtshowVideoRequest
|
|
(*DeletedArtshowVideoRequest)(nil), // 7: artistinfo.DeletedArtshowVideoRequest
|
|
(*BatchCreateArtshowVideoRequest)(nil), // 8: artistinfo.BatchCreateArtshowVideoRequest
|
|
(*CheckeExistsRequest)(nil), // 9: artistinfo.CheckeExistsRequest
|
|
(*GetArtshowVideoDetailRequest)(nil), // 10: artistinfo.GetArtshowVideoDetailRequest
|
|
(*ArtistIndexInfo)(nil), // 11: artistinfo.ArtistIndexInfo
|
|
(*GetArtistIndexListResponse)(nil), // 12: artistinfo.GetArtistIndexListResponse
|
|
(*GetArtistIndexDetailRequest)(nil), // 13: artistinfo.GetArtistIndexDetailRequest
|
|
(*GetArtistIndexListRequest)(nil), // 14: artistinfo.GetArtistIndexListRequest
|
|
(*BatchCreateArtistIndexRequest)(nil), // 15: artistinfo.BatchCreateArtistIndexRequest
|
|
(*AuditArtistIndexRequest)(nil), // 16: artistinfo.AuditArtistIndexRequest
|
|
(*UpdateArtistIndexRequest)(nil), // 17: artistinfo.UpdateArtistIndexRequest
|
|
(*DeletedArtistIndexRequest)(nil), // 18: artistinfo.DeletedArtistIndexRequest
|
|
(*ArtistSupplementInfo)(nil), // 19: artistinfo.ArtistSupplementInfo
|
|
(*GetArtistSupplementListResponse)(nil), // 20: artistinfo.GetArtistSupplementListResponse
|
|
(*GetArtistSupplementDetailRequest)(nil), // 21: artistinfo.GetArtistSupplementDetailRequest
|
|
(*GetArtistSupplementListRequest)(nil), // 22: artistinfo.GetArtistSupplementListRequest
|
|
(*BatchCreateArtistSupplementRequest)(nil), // 23: artistinfo.BatchCreateArtistSupplementRequest
|
|
(*AuditArtistSupplementRequest)(nil), // 24: artistinfo.AuditArtistSupplementRequest
|
|
(*UpdateArtistSupplementRequest)(nil), // 25: artistinfo.UpdateArtistSupplementRequest
|
|
(*DeletedArtistSupplementRequest)(nil), // 26: artistinfo.DeletedArtistSupplementRequest
|
|
(*GetArtshowHistroyListRequest)(nil), // 27: artistinfo.GetArtshowHistroyListRequest
|
|
(*ArtworkSupplementData)(nil), // 28: artistinfo.artworkSupplementData
|
|
(*ArtistSupplementData)(nil), // 29: artistinfo.artistSupplementData
|
|
(*ArtistIndexData)(nil), // 30: artistinfo.artistIndexData
|
|
(*ArtistVideoData)(nil), // 31: artistinfo.artistVideoData
|
|
(*TimeGroup)(nil), // 32: artistinfo.timeGroup
|
|
(*GetArtshowHistroyListResponse)(nil), // 33: artistinfo.GetArtshowHistroyListResponse
|
|
(*emptypb.Empty)(nil), // 34: google.protobuf.Empty
|
|
}
|
|
var file_pb_artistinfoArtshow_proto_depIdxs = []int32{
|
|
3, // 0: artistinfo.GetArtshowVideoListResponse.data:type_name -> artistinfo.ArtshowVideoInfo
|
|
1, // 1: artistinfo.GetArtshowVideoListResponse.page:type_name -> artistinfo.videoPagination
|
|
3, // 2: artistinfo.BatchCreateArtshowVideoRequest.data:type_name -> artistinfo.ArtshowVideoInfo
|
|
11, // 3: artistinfo.GetArtistIndexListResponse.Data:type_name -> artistinfo.ArtistIndexInfo
|
|
1, // 4: artistinfo.GetArtistIndexListResponse.page:type_name -> artistinfo.videoPagination
|
|
19, // 5: artistinfo.GetArtistSupplementListResponse.Data:type_name -> artistinfo.ArtistSupplementInfo
|
|
1, // 6: artistinfo.GetArtistSupplementListResponse.page:type_name -> artistinfo.videoPagination
|
|
28, // 7: artistinfo.timeGroup.artworkSupplementList:type_name -> artistinfo.artworkSupplementData
|
|
29, // 8: artistinfo.timeGroup.artistSupplementList:type_name -> artistinfo.artistSupplementData
|
|
30, // 9: artistinfo.timeGroup.artistIndexList:type_name -> artistinfo.artistIndexData
|
|
31, // 10: artistinfo.timeGroup.artistVideoList:type_name -> artistinfo.artistVideoData
|
|
1, // 11: artistinfo.GetArtshowHistroyListResponse.page:type_name -> artistinfo.videoPagination
|
|
32, // 12: artistinfo.GetArtshowHistroyListResponse.Data:type_name -> artistinfo.timeGroup
|
|
10, // 13: artistinfo.ArtistInfoArtshow.GetArtshowVideoDetail:input_type -> artistinfo.GetArtshowVideoDetailRequest
|
|
2, // 14: artistinfo.ArtistInfoArtshow.GetArtshowVideoList:input_type -> artistinfo.GetArtshowVideoListRequst
|
|
3, // 15: artistinfo.ArtistInfoArtshow.CreateArtshowVideo:input_type -> artistinfo.ArtshowVideoInfo
|
|
8, // 16: artistinfo.ArtistInfoArtshow.BatchCreateArtshowVideo:input_type -> artistinfo.BatchCreateArtshowVideoRequest
|
|
5, // 17: artistinfo.ArtistInfoArtshow.AuditArtshowVideo:input_type -> artistinfo.AuditArtshowVideoRequest
|
|
6, // 18: artistinfo.ArtistInfoArtshow.UpdateArtshowVideo:input_type -> artistinfo.UpdateArtshowVideoRequest
|
|
7, // 19: artistinfo.ArtistInfoArtshow.DeletedArtshowVideo:input_type -> artistinfo.DeletedArtshowVideoRequest
|
|
27, // 20: artistinfo.ArtistInfoArtshow.GetArtshowHistroyList:input_type -> artistinfo.GetArtshowHistroyListRequest
|
|
13, // 21: artistinfo.ArtistInfoArtshow.GetArtistIndexDetail:input_type -> artistinfo.GetArtistIndexDetailRequest
|
|
14, // 22: artistinfo.ArtistInfoArtshow.GetArtistIndexList:input_type -> artistinfo.GetArtistIndexListRequest
|
|
11, // 23: artistinfo.ArtistInfoArtshow.CreateArtistIndex:input_type -> artistinfo.ArtistIndexInfo
|
|
15, // 24: artistinfo.ArtistInfoArtshow.BatchCreateArtistIndex:input_type -> artistinfo.BatchCreateArtistIndexRequest
|
|
16, // 25: artistinfo.ArtistInfoArtshow.AuditArtistIndex:input_type -> artistinfo.AuditArtistIndexRequest
|
|
17, // 26: artistinfo.ArtistInfoArtshow.UpdateArtistIndex:input_type -> artistinfo.UpdateArtistIndexRequest
|
|
18, // 27: artistinfo.ArtistInfoArtshow.DeletedArtistIndex:input_type -> artistinfo.DeletedArtistIndexRequest
|
|
21, // 28: artistinfo.ArtistInfoArtshow.GetArtistSupplementDetail:input_type -> artistinfo.GetArtistSupplementDetailRequest
|
|
22, // 29: artistinfo.ArtistInfoArtshow.GetArtistSupplementList:input_type -> artistinfo.GetArtistSupplementListRequest
|
|
19, // 30: artistinfo.ArtistInfoArtshow.CreateArtistSupplement:input_type -> artistinfo.ArtistSupplementInfo
|
|
23, // 31: artistinfo.ArtistInfoArtshow.BatchCreateArtistSupplement:input_type -> artistinfo.BatchCreateArtistSupplementRequest
|
|
24, // 32: artistinfo.ArtistInfoArtshow.AuditArtistSupplement:input_type -> artistinfo.AuditArtistSupplementRequest
|
|
25, // 33: artistinfo.ArtistInfoArtshow.UpdateArtistSupplement:input_type -> artistinfo.UpdateArtistSupplementRequest
|
|
26, // 34: artistinfo.ArtistInfoArtshow.DeletedArtistSupplement:input_type -> artistinfo.DeletedArtistSupplementRequest
|
|
3, // 35: artistinfo.ArtistInfoArtshow.GetArtshowVideoDetail:output_type -> artistinfo.ArtshowVideoInfo
|
|
4, // 36: artistinfo.ArtistInfoArtshow.GetArtshowVideoList:output_type -> artistinfo.GetArtshowVideoListResponse
|
|
34, // 37: artistinfo.ArtistInfoArtshow.CreateArtshowVideo:output_type -> google.protobuf.Empty
|
|
34, // 38: artistinfo.ArtistInfoArtshow.BatchCreateArtshowVideo:output_type -> google.protobuf.Empty
|
|
34, // 39: artistinfo.ArtistInfoArtshow.AuditArtshowVideo:output_type -> google.protobuf.Empty
|
|
34, // 40: artistinfo.ArtistInfoArtshow.UpdateArtshowVideo:output_type -> google.protobuf.Empty
|
|
34, // 41: artistinfo.ArtistInfoArtshow.DeletedArtshowVideo:output_type -> google.protobuf.Empty
|
|
33, // 42: artistinfo.ArtistInfoArtshow.GetArtshowHistroyList:output_type -> artistinfo.GetArtshowHistroyListResponse
|
|
11, // 43: artistinfo.ArtistInfoArtshow.GetArtistIndexDetail:output_type -> artistinfo.ArtistIndexInfo
|
|
12, // 44: artistinfo.ArtistInfoArtshow.GetArtistIndexList:output_type -> artistinfo.GetArtistIndexListResponse
|
|
34, // 45: artistinfo.ArtistInfoArtshow.CreateArtistIndex:output_type -> google.protobuf.Empty
|
|
34, // 46: artistinfo.ArtistInfoArtshow.BatchCreateArtistIndex:output_type -> google.protobuf.Empty
|
|
34, // 47: artistinfo.ArtistInfoArtshow.AuditArtistIndex:output_type -> google.protobuf.Empty
|
|
34, // 48: artistinfo.ArtistInfoArtshow.UpdateArtistIndex:output_type -> google.protobuf.Empty
|
|
34, // 49: artistinfo.ArtistInfoArtshow.DeletedArtistIndex:output_type -> google.protobuf.Empty
|
|
19, // 50: artistinfo.ArtistInfoArtshow.GetArtistSupplementDetail:output_type -> artistinfo.ArtistSupplementInfo
|
|
20, // 51: artistinfo.ArtistInfoArtshow.GetArtistSupplementList:output_type -> artistinfo.GetArtistSupplementListResponse
|
|
34, // 52: artistinfo.ArtistInfoArtshow.CreateArtistSupplement:output_type -> google.protobuf.Empty
|
|
34, // 53: artistinfo.ArtistInfoArtshow.BatchCreateArtistSupplement:output_type -> google.protobuf.Empty
|
|
34, // 54: artistinfo.ArtistInfoArtshow.AuditArtistSupplement:output_type -> google.protobuf.Empty
|
|
34, // 55: artistinfo.ArtistInfoArtshow.UpdateArtistSupplement:output_type -> google.protobuf.Empty
|
|
34, // 56: artistinfo.ArtistInfoArtshow.DeletedArtistSupplement:output_type -> google.protobuf.Empty
|
|
35, // [35:57] is the sub-list for method output_type
|
|
13, // [13:35] is the sub-list for method input_type
|
|
13, // [13:13] is the sub-list for extension type_name
|
|
13, // [13:13] is the sub-list for extension extendee
|
|
0, // [0:13] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_pb_artistinfoArtshow_proto_init() }
|
|
func file_pb_artistinfoArtshow_proto_init() {
|
|
if File_pb_artistinfoArtshow_proto != nil {
|
|
return
|
|
}
|
|
if !protoimpl.UnsafeEnabled {
|
|
file_pb_artistinfoArtshow_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*VideoPagination); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtshowVideoListRequst); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtshowVideoInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtshowVideoListResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AuditArtshowVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtshowVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DeletedArtshowVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BatchCreateArtshowVideoRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*CheckeExistsRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtshowVideoDetailRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistIndexInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistIndexListResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistIndexDetailRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistIndexListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BatchCreateArtistIndexRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AuditArtistIndexRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtistIndexRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DeletedArtistIndexRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistSupplementInfo); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistSupplementListResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistSupplementDetailRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtistSupplementListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*BatchCreateArtistSupplementRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*AuditArtistSupplementRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*UpdateArtistSupplementRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*DeletedArtistSupplementRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtshowHistroyListRequest); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtworkSupplementData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistSupplementData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistIndexData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*ArtistVideoData); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*TimeGroup); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
file_pb_artistinfoArtshow_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} {
|
|
switch v := v.(*GetArtshowHistroyListResponse); i {
|
|
case 0:
|
|
return &v.state
|
|
case 1:
|
|
return &v.sizeCache
|
|
case 2:
|
|
return &v.unknownFields
|
|
default:
|
|
return nil
|
|
}
|
|
}
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: file_pb_artistinfoArtshow_proto_rawDesc,
|
|
NumEnums: 0,
|
|
NumMessages: 34,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_pb_artistinfoArtshow_proto_goTypes,
|
|
DependencyIndexes: file_pb_artistinfoArtshow_proto_depIdxs,
|
|
MessageInfos: file_pb_artistinfoArtshow_proto_msgTypes,
|
|
}.Build()
|
|
File_pb_artistinfoArtshow_proto = out.File
|
|
file_pb_artistinfoArtshow_proto_rawDesc = nil
|
|
file_pb_artistinfoArtshow_proto_goTypes = nil
|
|
file_pb_artistinfoArtshow_proto_depIdxs = nil
|
|
}
|