update cicd
This commit is contained in:
@@ -4803,6 +4803,398 @@ func (x *RetryAdminJobResponse) GetJob() *AdminJob {
|
||||
return nil
|
||||
}
|
||||
|
||||
type ListAdminDlqJobsRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
||||
Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsRequest) Reset() {
|
||||
*x = ListAdminDlqJobsRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[79]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*ListAdminDlqJobsRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ListAdminDlqJobsRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[79]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use ListAdminDlqJobsRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ListAdminDlqJobsRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{79}
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsRequest) GetOffset() int32 {
|
||||
if x != nil {
|
||||
return x.Offset
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsRequest) GetLimit() int32 {
|
||||
if x != nil {
|
||||
return x.Limit
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type ListAdminDlqJobsResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Items []*AdminDlqEntry `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
|
||||
Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
|
||||
Offset int32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
|
||||
Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) Reset() {
|
||||
*x = ListAdminDlqJobsResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[80]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*ListAdminDlqJobsResponse) ProtoMessage() {}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[80]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use ListAdminDlqJobsResponse.ProtoReflect.Descriptor instead.
|
||||
func (*ListAdminDlqJobsResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{80}
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) GetItems() []*AdminDlqEntry {
|
||||
if x != nil {
|
||||
return x.Items
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) GetTotal() int64 {
|
||||
if x != nil {
|
||||
return x.Total
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) GetOffset() int32 {
|
||||
if x != nil {
|
||||
return x.Offset
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
func (x *ListAdminDlqJobsResponse) GetLimit() int32 {
|
||||
if x != nil {
|
||||
return x.Limit
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
type GetAdminDlqJobRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobRequest) Reset() {
|
||||
*x = GetAdminDlqJobRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[81]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetAdminDlqJobRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetAdminDlqJobRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[81]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetAdminDlqJobRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetAdminDlqJobRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{81}
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobRequest) GetId() string {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type GetAdminDlqJobResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Item *AdminDlqEntry `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobResponse) Reset() {
|
||||
*x = GetAdminDlqJobResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[82]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetAdminDlqJobResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetAdminDlqJobResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[82]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetAdminDlqJobResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetAdminDlqJobResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{82}
|
||||
}
|
||||
|
||||
func (x *GetAdminDlqJobResponse) GetItem() *AdminDlqEntry {
|
||||
if x != nil {
|
||||
return x.Item
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type RetryAdminDlqJobRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobRequest) Reset() {
|
||||
*x = RetryAdminDlqJobRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[83]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*RetryAdminDlqJobRequest) ProtoMessage() {}
|
||||
|
||||
func (x *RetryAdminDlqJobRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[83]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use RetryAdminDlqJobRequest.ProtoReflect.Descriptor instead.
|
||||
func (*RetryAdminDlqJobRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{83}
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobRequest) GetId() string {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type RetryAdminDlqJobResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Job *AdminJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobResponse) Reset() {
|
||||
*x = RetryAdminDlqJobResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[84]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*RetryAdminDlqJobResponse) ProtoMessage() {}
|
||||
|
||||
func (x *RetryAdminDlqJobResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[84]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use RetryAdminDlqJobResponse.ProtoReflect.Descriptor instead.
|
||||
func (*RetryAdminDlqJobResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{84}
|
||||
}
|
||||
|
||||
func (x *RetryAdminDlqJobResponse) GetJob() *AdminJob {
|
||||
if x != nil {
|
||||
return x.Job
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type RemoveAdminDlqJobRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobRequest) Reset() {
|
||||
*x = RemoveAdminDlqJobRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[85]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*RemoveAdminDlqJobRequest) ProtoMessage() {}
|
||||
|
||||
func (x *RemoveAdminDlqJobRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[85]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use RemoveAdminDlqJobRequest.ProtoReflect.Descriptor instead.
|
||||
func (*RemoveAdminDlqJobRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{85}
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobRequest) GetId() string {
|
||||
if x != nil {
|
||||
return x.Id
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type RemoveAdminDlqJobResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
|
||||
JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobResponse) Reset() {
|
||||
*x = RemoveAdminDlqJobResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[86]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*RemoveAdminDlqJobResponse) ProtoMessage() {}
|
||||
|
||||
func (x *RemoveAdminDlqJobResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[86]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use RemoveAdminDlqJobResponse.ProtoReflect.Descriptor instead.
|
||||
func (*RemoveAdminDlqJobResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{86}
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobResponse) GetStatus() string {
|
||||
if x != nil {
|
||||
return x.Status
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *RemoveAdminDlqJobResponse) GetJobId() string {
|
||||
if x != nil {
|
||||
return x.JobId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type ListAdminAgentsRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
@@ -4811,7 +5203,7 @@ type ListAdminAgentsRequest struct {
|
||||
|
||||
func (x *ListAdminAgentsRequest) Reset() {
|
||||
*x = ListAdminAgentsRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[79]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[87]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -4823,7 +5215,7 @@ func (x *ListAdminAgentsRequest) String() string {
|
||||
func (*ListAdminAgentsRequest) ProtoMessage() {}
|
||||
|
||||
func (x *ListAdminAgentsRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[79]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[87]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -4836,7 +5228,7 @@ func (x *ListAdminAgentsRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ListAdminAgentsRequest.ProtoReflect.Descriptor instead.
|
||||
func (*ListAdminAgentsRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{79}
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{87}
|
||||
}
|
||||
|
||||
type ListAdminAgentsResponse struct {
|
||||
@@ -4848,7 +5240,7 @@ type ListAdminAgentsResponse struct {
|
||||
|
||||
func (x *ListAdminAgentsResponse) Reset() {
|
||||
*x = ListAdminAgentsResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[80]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[88]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -4860,7 +5252,7 @@ func (x *ListAdminAgentsResponse) String() string {
|
||||
func (*ListAdminAgentsResponse) ProtoMessage() {}
|
||||
|
||||
func (x *ListAdminAgentsResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[80]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[88]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -4873,7 +5265,7 @@ func (x *ListAdminAgentsResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use ListAdminAgentsResponse.ProtoReflect.Descriptor instead.
|
||||
func (*ListAdminAgentsResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{80}
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{88}
|
||||
}
|
||||
|
||||
func (x *ListAdminAgentsResponse) GetAgents() []*AdminAgent {
|
||||
@@ -4892,7 +5284,7 @@ type RestartAdminAgentRequest struct {
|
||||
|
||||
func (x *RestartAdminAgentRequest) Reset() {
|
||||
*x = RestartAdminAgentRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[81]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[89]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -4904,7 +5296,7 @@ func (x *RestartAdminAgentRequest) String() string {
|
||||
func (*RestartAdminAgentRequest) ProtoMessage() {}
|
||||
|
||||
func (x *RestartAdminAgentRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[81]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[89]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -4917,7 +5309,7 @@ func (x *RestartAdminAgentRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use RestartAdminAgentRequest.ProtoReflect.Descriptor instead.
|
||||
func (*RestartAdminAgentRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{81}
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{89}
|
||||
}
|
||||
|
||||
func (x *RestartAdminAgentRequest) GetId() string {
|
||||
@@ -4936,7 +5328,7 @@ type UpdateAdminAgentRequest struct {
|
||||
|
||||
func (x *UpdateAdminAgentRequest) Reset() {
|
||||
*x = UpdateAdminAgentRequest{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[82]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[90]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -4948,7 +5340,7 @@ func (x *UpdateAdminAgentRequest) String() string {
|
||||
func (*UpdateAdminAgentRequest) ProtoMessage() {}
|
||||
|
||||
func (x *UpdateAdminAgentRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[82]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[90]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -4961,7 +5353,7 @@ func (x *UpdateAdminAgentRequest) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use UpdateAdminAgentRequest.ProtoReflect.Descriptor instead.
|
||||
func (*UpdateAdminAgentRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{82}
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{90}
|
||||
}
|
||||
|
||||
func (x *UpdateAdminAgentRequest) GetId() string {
|
||||
@@ -4980,7 +5372,7 @@ type AdminAgentCommandResponse struct {
|
||||
|
||||
func (x *AdminAgentCommandResponse) Reset() {
|
||||
*x = AdminAgentCommandResponse{}
|
||||
mi := &file_app_v1_admin_proto_msgTypes[83]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[91]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
@@ -4992,7 +5384,7 @@ func (x *AdminAgentCommandResponse) String() string {
|
||||
func (*AdminAgentCommandResponse) ProtoMessage() {}
|
||||
|
||||
func (x *AdminAgentCommandResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_admin_proto_msgTypes[83]
|
||||
mi := &file_app_v1_admin_proto_msgTypes[91]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
@@ -5005,7 +5397,7 @@ func (x *AdminAgentCommandResponse) ProtoReflect() protoreflect.Message {
|
||||
|
||||
// Deprecated: Use AdminAgentCommandResponse.ProtoReflect.Descriptor instead.
|
||||
func (*AdminAgentCommandResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{83}
|
||||
return file_app_v1_admin_proto_rawDescGZIP(), []int{91}
|
||||
}
|
||||
|
||||
func (x *AdminAgentCommandResponse) GetStatus() string {
|
||||
@@ -5448,7 +5840,28 @@ const file_app_v1_admin_proto_rawDesc = "" +
|
||||
"\x14RetryAdminJobRequest\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\"B\n" +
|
||||
"\x15RetryAdminJobResponse\x12)\n" +
|
||||
"\x03job\x18\x01 \x01(\v2\x17.stream.app.v1.AdminJobR\x03job\"\x18\n" +
|
||||
"\x03job\x18\x01 \x01(\v2\x17.stream.app.v1.AdminJobR\x03job\"G\n" +
|
||||
"\x17ListAdminDlqJobsRequest\x12\x16\n" +
|
||||
"\x06offset\x18\x01 \x01(\x05R\x06offset\x12\x14\n" +
|
||||
"\x05limit\x18\x02 \x01(\x05R\x05limit\"\x92\x01\n" +
|
||||
"\x18ListAdminDlqJobsResponse\x122\n" +
|
||||
"\x05items\x18\x01 \x03(\v2\x1c.stream.app.v1.AdminDlqEntryR\x05items\x12\x14\n" +
|
||||
"\x05total\x18\x02 \x01(\x03R\x05total\x12\x16\n" +
|
||||
"\x06offset\x18\x03 \x01(\x05R\x06offset\x12\x14\n" +
|
||||
"\x05limit\x18\x04 \x01(\x05R\x05limit\"'\n" +
|
||||
"\x15GetAdminDlqJobRequest\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\"J\n" +
|
||||
"\x16GetAdminDlqJobResponse\x120\n" +
|
||||
"\x04item\x18\x01 \x01(\v2\x1c.stream.app.v1.AdminDlqEntryR\x04item\")\n" +
|
||||
"\x17RetryAdminDlqJobRequest\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\"E\n" +
|
||||
"\x18RetryAdminDlqJobResponse\x12)\n" +
|
||||
"\x03job\x18\x01 \x01(\v2\x17.stream.app.v1.AdminJobR\x03job\"*\n" +
|
||||
"\x18RemoveAdminDlqJobRequest\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\"J\n" +
|
||||
"\x19RemoveAdminDlqJobResponse\x12\x16\n" +
|
||||
"\x06status\x18\x01 \x01(\tR\x06status\x12\x15\n" +
|
||||
"\x06job_id\x18\x02 \x01(\tR\x05jobId\"\x18\n" +
|
||||
"\x16ListAdminAgentsRequest\"L\n" +
|
||||
"\x17ListAdminAgentsResponse\x121\n" +
|
||||
"\x06agents\x18\x01 \x03(\v2\x19.stream.app.v1.AdminAgentR\x06agents\"*\n" +
|
||||
@@ -5457,7 +5870,7 @@ const file_app_v1_admin_proto_rawDesc = "" +
|
||||
"\x17UpdateAdminAgentRequest\x12\x0e\n" +
|
||||
"\x02id\x18\x01 \x01(\tR\x02id\"3\n" +
|
||||
"\x19AdminAgentCommandResponse\x12\x16\n" +
|
||||
"\x06status\x18\x01 \x01(\tR\x06status2\x9d$\n" +
|
||||
"\x06status\x18\x01 \x01(\tR\x06status2\xae'\n" +
|
||||
"\x05Admin\x12f\n" +
|
||||
"\x11GetAdminDashboard\x12'.stream.app.v1.GetAdminDashboardRequest\x1a(.stream.app.v1.GetAdminDashboardResponse\x12]\n" +
|
||||
"\x0eListAdminUsers\x12$.stream.app.v1.ListAdminUsersRequest\x1a%.stream.app.v1.ListAdminUsersResponse\x12W\n" +
|
||||
@@ -5500,7 +5913,11 @@ const file_app_v1_admin_proto_rawDesc = "" +
|
||||
"\x0fGetAdminJobLogs\x12%.stream.app.v1.GetAdminJobLogsRequest\x1a&.stream.app.v1.GetAdminJobLogsResponse\x12]\n" +
|
||||
"\x0eCreateAdminJob\x12$.stream.app.v1.CreateAdminJobRequest\x1a%.stream.app.v1.CreateAdminJobResponse\x12]\n" +
|
||||
"\x0eCancelAdminJob\x12$.stream.app.v1.CancelAdminJobRequest\x1a%.stream.app.v1.CancelAdminJobResponse\x12Z\n" +
|
||||
"\rRetryAdminJob\x12#.stream.app.v1.RetryAdminJobRequest\x1a$.stream.app.v1.RetryAdminJobResponse\x12`\n" +
|
||||
"\rRetryAdminJob\x12#.stream.app.v1.RetryAdminJobRequest\x1a$.stream.app.v1.RetryAdminJobResponse\x12c\n" +
|
||||
"\x10ListAdminDlqJobs\x12&.stream.app.v1.ListAdminDlqJobsRequest\x1a'.stream.app.v1.ListAdminDlqJobsResponse\x12]\n" +
|
||||
"\x0eGetAdminDlqJob\x12$.stream.app.v1.GetAdminDlqJobRequest\x1a%.stream.app.v1.GetAdminDlqJobResponse\x12c\n" +
|
||||
"\x10RetryAdminDlqJob\x12&.stream.app.v1.RetryAdminDlqJobRequest\x1a'.stream.app.v1.RetryAdminDlqJobResponse\x12f\n" +
|
||||
"\x11RemoveAdminDlqJob\x12'.stream.app.v1.RemoveAdminDlqJobRequest\x1a(.stream.app.v1.RemoveAdminDlqJobResponse\x12`\n" +
|
||||
"\x0fListAdminAgents\x12%.stream.app.v1.ListAdminAgentsRequest\x1a&.stream.app.v1.ListAdminAgentsResponse\x12f\n" +
|
||||
"\x11RestartAdminAgent\x12'.stream.app.v1.RestartAdminAgentRequest\x1a(.stream.app.v1.AdminAgentCommandResponse\x12d\n" +
|
||||
"\x10UpdateAdminAgent\x12&.stream.app.v1.UpdateAdminAgentRequest\x1a(.stream.app.v1.AdminAgentCommandResponseB,Z*stream.api/internal/gen/proto/app/v1;appv1b\x06proto3"
|
||||
@@ -5517,7 +5934,7 @@ func file_app_v1_admin_proto_rawDescGZIP() []byte {
|
||||
return file_app_v1_admin_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_app_v1_admin_proto_msgTypes = make([]protoimpl.MessageInfo, 85)
|
||||
var file_app_v1_admin_proto_msgTypes = make([]protoimpl.MessageInfo, 93)
|
||||
var file_app_v1_admin_proto_goTypes = []any{
|
||||
(*GetAdminDashboardRequest)(nil), // 0: stream.app.v1.GetAdminDashboardRequest
|
||||
(*GetAdminDashboardResponse)(nil), // 1: stream.app.v1.GetAdminDashboardResponse
|
||||
@@ -5598,158 +6015,178 @@ var file_app_v1_admin_proto_goTypes = []any{
|
||||
(*CancelAdminJobResponse)(nil), // 76: stream.app.v1.CancelAdminJobResponse
|
||||
(*RetryAdminJobRequest)(nil), // 77: stream.app.v1.RetryAdminJobRequest
|
||||
(*RetryAdminJobResponse)(nil), // 78: stream.app.v1.RetryAdminJobResponse
|
||||
(*ListAdminAgentsRequest)(nil), // 79: stream.app.v1.ListAdminAgentsRequest
|
||||
(*ListAdminAgentsResponse)(nil), // 80: stream.app.v1.ListAdminAgentsResponse
|
||||
(*RestartAdminAgentRequest)(nil), // 81: stream.app.v1.RestartAdminAgentRequest
|
||||
(*UpdateAdminAgentRequest)(nil), // 82: stream.app.v1.UpdateAdminAgentRequest
|
||||
(*AdminAgentCommandResponse)(nil), // 83: stream.app.v1.AdminAgentCommandResponse
|
||||
nil, // 84: stream.app.v1.CreateAdminJobRequest.EnvEntry
|
||||
(*AdminDashboard)(nil), // 85: stream.app.v1.AdminDashboard
|
||||
(*AdminUser)(nil), // 86: stream.app.v1.AdminUser
|
||||
(*AdminUserDetail)(nil), // 87: stream.app.v1.AdminUserDetail
|
||||
(*AdminVideo)(nil), // 88: stream.app.v1.AdminVideo
|
||||
(*AdminPayment)(nil), // 89: stream.app.v1.AdminPayment
|
||||
(*PlanSubscription)(nil), // 90: stream.app.v1.PlanSubscription
|
||||
(*AdminPlan)(nil), // 91: stream.app.v1.AdminPlan
|
||||
(*AdminAdTemplate)(nil), // 92: stream.app.v1.AdminAdTemplate
|
||||
(*AdminPopupAd)(nil), // 93: stream.app.v1.AdminPopupAd
|
||||
(*AdminPlayerConfig)(nil), // 94: stream.app.v1.AdminPlayerConfig
|
||||
(*AdminJob)(nil), // 95: stream.app.v1.AdminJob
|
||||
(*AdminAgent)(nil), // 96: stream.app.v1.AdminAgent
|
||||
(*MessageResponse)(nil), // 97: stream.app.v1.MessageResponse
|
||||
(*ListAdminDlqJobsRequest)(nil), // 79: stream.app.v1.ListAdminDlqJobsRequest
|
||||
(*ListAdminDlqJobsResponse)(nil), // 80: stream.app.v1.ListAdminDlqJobsResponse
|
||||
(*GetAdminDlqJobRequest)(nil), // 81: stream.app.v1.GetAdminDlqJobRequest
|
||||
(*GetAdminDlqJobResponse)(nil), // 82: stream.app.v1.GetAdminDlqJobResponse
|
||||
(*RetryAdminDlqJobRequest)(nil), // 83: stream.app.v1.RetryAdminDlqJobRequest
|
||||
(*RetryAdminDlqJobResponse)(nil), // 84: stream.app.v1.RetryAdminDlqJobResponse
|
||||
(*RemoveAdminDlqJobRequest)(nil), // 85: stream.app.v1.RemoveAdminDlqJobRequest
|
||||
(*RemoveAdminDlqJobResponse)(nil), // 86: stream.app.v1.RemoveAdminDlqJobResponse
|
||||
(*ListAdminAgentsRequest)(nil), // 87: stream.app.v1.ListAdminAgentsRequest
|
||||
(*ListAdminAgentsResponse)(nil), // 88: stream.app.v1.ListAdminAgentsResponse
|
||||
(*RestartAdminAgentRequest)(nil), // 89: stream.app.v1.RestartAdminAgentRequest
|
||||
(*UpdateAdminAgentRequest)(nil), // 90: stream.app.v1.UpdateAdminAgentRequest
|
||||
(*AdminAgentCommandResponse)(nil), // 91: stream.app.v1.AdminAgentCommandResponse
|
||||
nil, // 92: stream.app.v1.CreateAdminJobRequest.EnvEntry
|
||||
(*AdminDashboard)(nil), // 93: stream.app.v1.AdminDashboard
|
||||
(*AdminUser)(nil), // 94: stream.app.v1.AdminUser
|
||||
(*AdminUserDetail)(nil), // 95: stream.app.v1.AdminUserDetail
|
||||
(*AdminVideo)(nil), // 96: stream.app.v1.AdminVideo
|
||||
(*AdminPayment)(nil), // 97: stream.app.v1.AdminPayment
|
||||
(*PlanSubscription)(nil), // 98: stream.app.v1.PlanSubscription
|
||||
(*AdminPlan)(nil), // 99: stream.app.v1.AdminPlan
|
||||
(*AdminAdTemplate)(nil), // 100: stream.app.v1.AdminAdTemplate
|
||||
(*AdminPopupAd)(nil), // 101: stream.app.v1.AdminPopupAd
|
||||
(*AdminPlayerConfig)(nil), // 102: stream.app.v1.AdminPlayerConfig
|
||||
(*AdminJob)(nil), // 103: stream.app.v1.AdminJob
|
||||
(*AdminDlqEntry)(nil), // 104: stream.app.v1.AdminDlqEntry
|
||||
(*AdminAgent)(nil), // 105: stream.app.v1.AdminAgent
|
||||
(*MessageResponse)(nil), // 106: stream.app.v1.MessageResponse
|
||||
}
|
||||
var file_app_v1_admin_proto_depIdxs = []int32{
|
||||
85, // 0: stream.app.v1.GetAdminDashboardResponse.dashboard:type_name -> stream.app.v1.AdminDashboard
|
||||
86, // 1: stream.app.v1.ListAdminUsersResponse.users:type_name -> stream.app.v1.AdminUser
|
||||
87, // 2: stream.app.v1.GetAdminUserResponse.user:type_name -> stream.app.v1.AdminUserDetail
|
||||
86, // 3: stream.app.v1.CreateAdminUserResponse.user:type_name -> stream.app.v1.AdminUser
|
||||
86, // 4: stream.app.v1.UpdateAdminUserResponse.user:type_name -> stream.app.v1.AdminUser
|
||||
87, // 5: stream.app.v1.UpdateAdminUserReferralSettingsResponse.user:type_name -> stream.app.v1.AdminUserDetail
|
||||
88, // 6: stream.app.v1.ListAdminVideosResponse.videos:type_name -> stream.app.v1.AdminVideo
|
||||
88, // 7: stream.app.v1.GetAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
88, // 8: stream.app.v1.CreateAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
88, // 9: stream.app.v1.UpdateAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
89, // 10: stream.app.v1.ListAdminPaymentsResponse.payments:type_name -> stream.app.v1.AdminPayment
|
||||
89, // 11: stream.app.v1.GetAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
89, // 12: stream.app.v1.CreateAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
90, // 13: stream.app.v1.CreateAdminPaymentResponse.subscription:type_name -> stream.app.v1.PlanSubscription
|
||||
89, // 14: stream.app.v1.UpdateAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
91, // 15: stream.app.v1.ListAdminPlansResponse.plans:type_name -> stream.app.v1.AdminPlan
|
||||
91, // 16: stream.app.v1.CreateAdminPlanResponse.plan:type_name -> stream.app.v1.AdminPlan
|
||||
91, // 17: stream.app.v1.UpdateAdminPlanResponse.plan:type_name -> stream.app.v1.AdminPlan
|
||||
92, // 18: stream.app.v1.ListAdminAdTemplatesResponse.templates:type_name -> stream.app.v1.AdminAdTemplate
|
||||
92, // 19: stream.app.v1.GetAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
92, // 20: stream.app.v1.CreateAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
92, // 21: stream.app.v1.UpdateAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
93, // 22: stream.app.v1.ListAdminPopupAdsResponse.items:type_name -> stream.app.v1.AdminPopupAd
|
||||
93, // 23: stream.app.v1.GetAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
93, // 24: stream.app.v1.CreateAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
93, // 25: stream.app.v1.UpdateAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
94, // 26: stream.app.v1.ListAdminPlayerConfigsResponse.configs:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
94, // 27: stream.app.v1.GetAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
94, // 28: stream.app.v1.CreateAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
94, // 29: stream.app.v1.UpdateAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
95, // 30: stream.app.v1.ListAdminJobsResponse.jobs:type_name -> stream.app.v1.AdminJob
|
||||
95, // 31: stream.app.v1.GetAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
84, // 32: stream.app.v1.CreateAdminJobRequest.env:type_name -> stream.app.v1.CreateAdminJobRequest.EnvEntry
|
||||
95, // 33: stream.app.v1.CreateAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
95, // 34: stream.app.v1.RetryAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
96, // 35: stream.app.v1.ListAdminAgentsResponse.agents:type_name -> stream.app.v1.AdminAgent
|
||||
0, // 36: stream.app.v1.Admin.GetAdminDashboard:input_type -> stream.app.v1.GetAdminDashboardRequest
|
||||
2, // 37: stream.app.v1.Admin.ListAdminUsers:input_type -> stream.app.v1.ListAdminUsersRequest
|
||||
4, // 38: stream.app.v1.Admin.GetAdminUser:input_type -> stream.app.v1.GetAdminUserRequest
|
||||
6, // 39: stream.app.v1.Admin.CreateAdminUser:input_type -> stream.app.v1.CreateAdminUserRequest
|
||||
8, // 40: stream.app.v1.Admin.UpdateAdminUser:input_type -> stream.app.v1.UpdateAdminUserRequest
|
||||
10, // 41: stream.app.v1.Admin.UpdateAdminUserReferralSettings:input_type -> stream.app.v1.UpdateAdminUserReferralSettingsRequest
|
||||
12, // 42: stream.app.v1.Admin.UpdateAdminUserRole:input_type -> stream.app.v1.UpdateAdminUserRoleRequest
|
||||
14, // 43: stream.app.v1.Admin.DeleteAdminUser:input_type -> stream.app.v1.DeleteAdminUserRequest
|
||||
15, // 44: stream.app.v1.Admin.ListAdminVideos:input_type -> stream.app.v1.ListAdminVideosRequest
|
||||
17, // 45: stream.app.v1.Admin.GetAdminVideo:input_type -> stream.app.v1.GetAdminVideoRequest
|
||||
19, // 46: stream.app.v1.Admin.CreateAdminVideo:input_type -> stream.app.v1.CreateAdminVideoRequest
|
||||
21, // 47: stream.app.v1.Admin.UpdateAdminVideo:input_type -> stream.app.v1.UpdateAdminVideoRequest
|
||||
23, // 48: stream.app.v1.Admin.DeleteAdminVideo:input_type -> stream.app.v1.DeleteAdminVideoRequest
|
||||
24, // 49: stream.app.v1.Admin.ListAdminPayments:input_type -> stream.app.v1.ListAdminPaymentsRequest
|
||||
26, // 50: stream.app.v1.Admin.GetAdminPayment:input_type -> stream.app.v1.GetAdminPaymentRequest
|
||||
28, // 51: stream.app.v1.Admin.CreateAdminPayment:input_type -> stream.app.v1.CreateAdminPaymentRequest
|
||||
30, // 52: stream.app.v1.Admin.UpdateAdminPayment:input_type -> stream.app.v1.UpdateAdminPaymentRequest
|
||||
32, // 53: stream.app.v1.Admin.ListAdminPlans:input_type -> stream.app.v1.ListAdminPlansRequest
|
||||
34, // 54: stream.app.v1.Admin.CreateAdminPlan:input_type -> stream.app.v1.CreateAdminPlanRequest
|
||||
36, // 55: stream.app.v1.Admin.UpdateAdminPlan:input_type -> stream.app.v1.UpdateAdminPlanRequest
|
||||
38, // 56: stream.app.v1.Admin.DeleteAdminPlan:input_type -> stream.app.v1.DeleteAdminPlanRequest
|
||||
40, // 57: stream.app.v1.Admin.ListAdminAdTemplates:input_type -> stream.app.v1.ListAdminAdTemplatesRequest
|
||||
42, // 58: stream.app.v1.Admin.GetAdminAdTemplate:input_type -> stream.app.v1.GetAdminAdTemplateRequest
|
||||
44, // 59: stream.app.v1.Admin.CreateAdminAdTemplate:input_type -> stream.app.v1.CreateAdminAdTemplateRequest
|
||||
46, // 60: stream.app.v1.Admin.UpdateAdminAdTemplate:input_type -> stream.app.v1.UpdateAdminAdTemplateRequest
|
||||
48, // 61: stream.app.v1.Admin.DeleteAdminAdTemplate:input_type -> stream.app.v1.DeleteAdminAdTemplateRequest
|
||||
49, // 62: stream.app.v1.Admin.ListAdminPopupAds:input_type -> stream.app.v1.ListAdminPopupAdsRequest
|
||||
51, // 63: stream.app.v1.Admin.GetAdminPopupAd:input_type -> stream.app.v1.GetAdminPopupAdRequest
|
||||
53, // 64: stream.app.v1.Admin.CreateAdminPopupAd:input_type -> stream.app.v1.CreateAdminPopupAdRequest
|
||||
55, // 65: stream.app.v1.Admin.UpdateAdminPopupAd:input_type -> stream.app.v1.UpdateAdminPopupAdRequest
|
||||
57, // 66: stream.app.v1.Admin.DeleteAdminPopupAd:input_type -> stream.app.v1.DeleteAdminPopupAdRequest
|
||||
58, // 67: stream.app.v1.Admin.ListAdminPlayerConfigs:input_type -> stream.app.v1.ListAdminPlayerConfigsRequest
|
||||
60, // 68: stream.app.v1.Admin.GetAdminPlayerConfig:input_type -> stream.app.v1.GetAdminPlayerConfigRequest
|
||||
62, // 69: stream.app.v1.Admin.CreateAdminPlayerConfig:input_type -> stream.app.v1.CreateAdminPlayerConfigRequest
|
||||
64, // 70: stream.app.v1.Admin.UpdateAdminPlayerConfig:input_type -> stream.app.v1.UpdateAdminPlayerConfigRequest
|
||||
66, // 71: stream.app.v1.Admin.DeleteAdminPlayerConfig:input_type -> stream.app.v1.DeleteAdminPlayerConfigRequest
|
||||
67, // 72: stream.app.v1.Admin.ListAdminJobs:input_type -> stream.app.v1.ListAdminJobsRequest
|
||||
69, // 73: stream.app.v1.Admin.GetAdminJob:input_type -> stream.app.v1.GetAdminJobRequest
|
||||
71, // 74: stream.app.v1.Admin.GetAdminJobLogs:input_type -> stream.app.v1.GetAdminJobLogsRequest
|
||||
73, // 75: stream.app.v1.Admin.CreateAdminJob:input_type -> stream.app.v1.CreateAdminJobRequest
|
||||
75, // 76: stream.app.v1.Admin.CancelAdminJob:input_type -> stream.app.v1.CancelAdminJobRequest
|
||||
77, // 77: stream.app.v1.Admin.RetryAdminJob:input_type -> stream.app.v1.RetryAdminJobRequest
|
||||
79, // 78: stream.app.v1.Admin.ListAdminAgents:input_type -> stream.app.v1.ListAdminAgentsRequest
|
||||
81, // 79: stream.app.v1.Admin.RestartAdminAgent:input_type -> stream.app.v1.RestartAdminAgentRequest
|
||||
82, // 80: stream.app.v1.Admin.UpdateAdminAgent:input_type -> stream.app.v1.UpdateAdminAgentRequest
|
||||
1, // 81: stream.app.v1.Admin.GetAdminDashboard:output_type -> stream.app.v1.GetAdminDashboardResponse
|
||||
3, // 82: stream.app.v1.Admin.ListAdminUsers:output_type -> stream.app.v1.ListAdminUsersResponse
|
||||
5, // 83: stream.app.v1.Admin.GetAdminUser:output_type -> stream.app.v1.GetAdminUserResponse
|
||||
7, // 84: stream.app.v1.Admin.CreateAdminUser:output_type -> stream.app.v1.CreateAdminUserResponse
|
||||
9, // 85: stream.app.v1.Admin.UpdateAdminUser:output_type -> stream.app.v1.UpdateAdminUserResponse
|
||||
11, // 86: stream.app.v1.Admin.UpdateAdminUserReferralSettings:output_type -> stream.app.v1.UpdateAdminUserReferralSettingsResponse
|
||||
13, // 87: stream.app.v1.Admin.UpdateAdminUserRole:output_type -> stream.app.v1.UpdateAdminUserRoleResponse
|
||||
97, // 88: stream.app.v1.Admin.DeleteAdminUser:output_type -> stream.app.v1.MessageResponse
|
||||
16, // 89: stream.app.v1.Admin.ListAdminVideos:output_type -> stream.app.v1.ListAdminVideosResponse
|
||||
18, // 90: stream.app.v1.Admin.GetAdminVideo:output_type -> stream.app.v1.GetAdminVideoResponse
|
||||
20, // 91: stream.app.v1.Admin.CreateAdminVideo:output_type -> stream.app.v1.CreateAdminVideoResponse
|
||||
22, // 92: stream.app.v1.Admin.UpdateAdminVideo:output_type -> stream.app.v1.UpdateAdminVideoResponse
|
||||
97, // 93: stream.app.v1.Admin.DeleteAdminVideo:output_type -> stream.app.v1.MessageResponse
|
||||
25, // 94: stream.app.v1.Admin.ListAdminPayments:output_type -> stream.app.v1.ListAdminPaymentsResponse
|
||||
27, // 95: stream.app.v1.Admin.GetAdminPayment:output_type -> stream.app.v1.GetAdminPaymentResponse
|
||||
29, // 96: stream.app.v1.Admin.CreateAdminPayment:output_type -> stream.app.v1.CreateAdminPaymentResponse
|
||||
31, // 97: stream.app.v1.Admin.UpdateAdminPayment:output_type -> stream.app.v1.UpdateAdminPaymentResponse
|
||||
33, // 98: stream.app.v1.Admin.ListAdminPlans:output_type -> stream.app.v1.ListAdminPlansResponse
|
||||
35, // 99: stream.app.v1.Admin.CreateAdminPlan:output_type -> stream.app.v1.CreateAdminPlanResponse
|
||||
37, // 100: stream.app.v1.Admin.UpdateAdminPlan:output_type -> stream.app.v1.UpdateAdminPlanResponse
|
||||
39, // 101: stream.app.v1.Admin.DeleteAdminPlan:output_type -> stream.app.v1.DeleteAdminPlanResponse
|
||||
41, // 102: stream.app.v1.Admin.ListAdminAdTemplates:output_type -> stream.app.v1.ListAdminAdTemplatesResponse
|
||||
43, // 103: stream.app.v1.Admin.GetAdminAdTemplate:output_type -> stream.app.v1.GetAdminAdTemplateResponse
|
||||
45, // 104: stream.app.v1.Admin.CreateAdminAdTemplate:output_type -> stream.app.v1.CreateAdminAdTemplateResponse
|
||||
47, // 105: stream.app.v1.Admin.UpdateAdminAdTemplate:output_type -> stream.app.v1.UpdateAdminAdTemplateResponse
|
||||
97, // 106: stream.app.v1.Admin.DeleteAdminAdTemplate:output_type -> stream.app.v1.MessageResponse
|
||||
50, // 107: stream.app.v1.Admin.ListAdminPopupAds:output_type -> stream.app.v1.ListAdminPopupAdsResponse
|
||||
52, // 108: stream.app.v1.Admin.GetAdminPopupAd:output_type -> stream.app.v1.GetAdminPopupAdResponse
|
||||
54, // 109: stream.app.v1.Admin.CreateAdminPopupAd:output_type -> stream.app.v1.CreateAdminPopupAdResponse
|
||||
56, // 110: stream.app.v1.Admin.UpdateAdminPopupAd:output_type -> stream.app.v1.UpdateAdminPopupAdResponse
|
||||
97, // 111: stream.app.v1.Admin.DeleteAdminPopupAd:output_type -> stream.app.v1.MessageResponse
|
||||
59, // 112: stream.app.v1.Admin.ListAdminPlayerConfigs:output_type -> stream.app.v1.ListAdminPlayerConfigsResponse
|
||||
61, // 113: stream.app.v1.Admin.GetAdminPlayerConfig:output_type -> stream.app.v1.GetAdminPlayerConfigResponse
|
||||
63, // 114: stream.app.v1.Admin.CreateAdminPlayerConfig:output_type -> stream.app.v1.CreateAdminPlayerConfigResponse
|
||||
65, // 115: stream.app.v1.Admin.UpdateAdminPlayerConfig:output_type -> stream.app.v1.UpdateAdminPlayerConfigResponse
|
||||
97, // 116: stream.app.v1.Admin.DeleteAdminPlayerConfig:output_type -> stream.app.v1.MessageResponse
|
||||
68, // 117: stream.app.v1.Admin.ListAdminJobs:output_type -> stream.app.v1.ListAdminJobsResponse
|
||||
70, // 118: stream.app.v1.Admin.GetAdminJob:output_type -> stream.app.v1.GetAdminJobResponse
|
||||
72, // 119: stream.app.v1.Admin.GetAdminJobLogs:output_type -> stream.app.v1.GetAdminJobLogsResponse
|
||||
74, // 120: stream.app.v1.Admin.CreateAdminJob:output_type -> stream.app.v1.CreateAdminJobResponse
|
||||
76, // 121: stream.app.v1.Admin.CancelAdminJob:output_type -> stream.app.v1.CancelAdminJobResponse
|
||||
78, // 122: stream.app.v1.Admin.RetryAdminJob:output_type -> stream.app.v1.RetryAdminJobResponse
|
||||
80, // 123: stream.app.v1.Admin.ListAdminAgents:output_type -> stream.app.v1.ListAdminAgentsResponse
|
||||
83, // 124: stream.app.v1.Admin.RestartAdminAgent:output_type -> stream.app.v1.AdminAgentCommandResponse
|
||||
83, // 125: stream.app.v1.Admin.UpdateAdminAgent:output_type -> stream.app.v1.AdminAgentCommandResponse
|
||||
81, // [81:126] is the sub-list for method output_type
|
||||
36, // [36:81] is the sub-list for method input_type
|
||||
36, // [36:36] is the sub-list for extension type_name
|
||||
36, // [36:36] is the sub-list for extension extendee
|
||||
0, // [0:36] is the sub-list for field type_name
|
||||
93, // 0: stream.app.v1.GetAdminDashboardResponse.dashboard:type_name -> stream.app.v1.AdminDashboard
|
||||
94, // 1: stream.app.v1.ListAdminUsersResponse.users:type_name -> stream.app.v1.AdminUser
|
||||
95, // 2: stream.app.v1.GetAdminUserResponse.user:type_name -> stream.app.v1.AdminUserDetail
|
||||
94, // 3: stream.app.v1.CreateAdminUserResponse.user:type_name -> stream.app.v1.AdminUser
|
||||
94, // 4: stream.app.v1.UpdateAdminUserResponse.user:type_name -> stream.app.v1.AdminUser
|
||||
95, // 5: stream.app.v1.UpdateAdminUserReferralSettingsResponse.user:type_name -> stream.app.v1.AdminUserDetail
|
||||
96, // 6: stream.app.v1.ListAdminVideosResponse.videos:type_name -> stream.app.v1.AdminVideo
|
||||
96, // 7: stream.app.v1.GetAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
96, // 8: stream.app.v1.CreateAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
96, // 9: stream.app.v1.UpdateAdminVideoResponse.video:type_name -> stream.app.v1.AdminVideo
|
||||
97, // 10: stream.app.v1.ListAdminPaymentsResponse.payments:type_name -> stream.app.v1.AdminPayment
|
||||
97, // 11: stream.app.v1.GetAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
97, // 12: stream.app.v1.CreateAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
98, // 13: stream.app.v1.CreateAdminPaymentResponse.subscription:type_name -> stream.app.v1.PlanSubscription
|
||||
97, // 14: stream.app.v1.UpdateAdminPaymentResponse.payment:type_name -> stream.app.v1.AdminPayment
|
||||
99, // 15: stream.app.v1.ListAdminPlansResponse.plans:type_name -> stream.app.v1.AdminPlan
|
||||
99, // 16: stream.app.v1.CreateAdminPlanResponse.plan:type_name -> stream.app.v1.AdminPlan
|
||||
99, // 17: stream.app.v1.UpdateAdminPlanResponse.plan:type_name -> stream.app.v1.AdminPlan
|
||||
100, // 18: stream.app.v1.ListAdminAdTemplatesResponse.templates:type_name -> stream.app.v1.AdminAdTemplate
|
||||
100, // 19: stream.app.v1.GetAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
100, // 20: stream.app.v1.CreateAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
100, // 21: stream.app.v1.UpdateAdminAdTemplateResponse.template:type_name -> stream.app.v1.AdminAdTemplate
|
||||
101, // 22: stream.app.v1.ListAdminPopupAdsResponse.items:type_name -> stream.app.v1.AdminPopupAd
|
||||
101, // 23: stream.app.v1.GetAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
101, // 24: stream.app.v1.CreateAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
101, // 25: stream.app.v1.UpdateAdminPopupAdResponse.item:type_name -> stream.app.v1.AdminPopupAd
|
||||
102, // 26: stream.app.v1.ListAdminPlayerConfigsResponse.configs:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
102, // 27: stream.app.v1.GetAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
102, // 28: stream.app.v1.CreateAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
102, // 29: stream.app.v1.UpdateAdminPlayerConfigResponse.config:type_name -> stream.app.v1.AdminPlayerConfig
|
||||
103, // 30: stream.app.v1.ListAdminJobsResponse.jobs:type_name -> stream.app.v1.AdminJob
|
||||
103, // 31: stream.app.v1.GetAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
92, // 32: stream.app.v1.CreateAdminJobRequest.env:type_name -> stream.app.v1.CreateAdminJobRequest.EnvEntry
|
||||
103, // 33: stream.app.v1.CreateAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
103, // 34: stream.app.v1.RetryAdminJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
104, // 35: stream.app.v1.ListAdminDlqJobsResponse.items:type_name -> stream.app.v1.AdminDlqEntry
|
||||
104, // 36: stream.app.v1.GetAdminDlqJobResponse.item:type_name -> stream.app.v1.AdminDlqEntry
|
||||
103, // 37: stream.app.v1.RetryAdminDlqJobResponse.job:type_name -> stream.app.v1.AdminJob
|
||||
105, // 38: stream.app.v1.ListAdminAgentsResponse.agents:type_name -> stream.app.v1.AdminAgent
|
||||
0, // 39: stream.app.v1.Admin.GetAdminDashboard:input_type -> stream.app.v1.GetAdminDashboardRequest
|
||||
2, // 40: stream.app.v1.Admin.ListAdminUsers:input_type -> stream.app.v1.ListAdminUsersRequest
|
||||
4, // 41: stream.app.v1.Admin.GetAdminUser:input_type -> stream.app.v1.GetAdminUserRequest
|
||||
6, // 42: stream.app.v1.Admin.CreateAdminUser:input_type -> stream.app.v1.CreateAdminUserRequest
|
||||
8, // 43: stream.app.v1.Admin.UpdateAdminUser:input_type -> stream.app.v1.UpdateAdminUserRequest
|
||||
10, // 44: stream.app.v1.Admin.UpdateAdminUserReferralSettings:input_type -> stream.app.v1.UpdateAdminUserReferralSettingsRequest
|
||||
12, // 45: stream.app.v1.Admin.UpdateAdminUserRole:input_type -> stream.app.v1.UpdateAdminUserRoleRequest
|
||||
14, // 46: stream.app.v1.Admin.DeleteAdminUser:input_type -> stream.app.v1.DeleteAdminUserRequest
|
||||
15, // 47: stream.app.v1.Admin.ListAdminVideos:input_type -> stream.app.v1.ListAdminVideosRequest
|
||||
17, // 48: stream.app.v1.Admin.GetAdminVideo:input_type -> stream.app.v1.GetAdminVideoRequest
|
||||
19, // 49: stream.app.v1.Admin.CreateAdminVideo:input_type -> stream.app.v1.CreateAdminVideoRequest
|
||||
21, // 50: stream.app.v1.Admin.UpdateAdminVideo:input_type -> stream.app.v1.UpdateAdminVideoRequest
|
||||
23, // 51: stream.app.v1.Admin.DeleteAdminVideo:input_type -> stream.app.v1.DeleteAdminVideoRequest
|
||||
24, // 52: stream.app.v1.Admin.ListAdminPayments:input_type -> stream.app.v1.ListAdminPaymentsRequest
|
||||
26, // 53: stream.app.v1.Admin.GetAdminPayment:input_type -> stream.app.v1.GetAdminPaymentRequest
|
||||
28, // 54: stream.app.v1.Admin.CreateAdminPayment:input_type -> stream.app.v1.CreateAdminPaymentRequest
|
||||
30, // 55: stream.app.v1.Admin.UpdateAdminPayment:input_type -> stream.app.v1.UpdateAdminPaymentRequest
|
||||
32, // 56: stream.app.v1.Admin.ListAdminPlans:input_type -> stream.app.v1.ListAdminPlansRequest
|
||||
34, // 57: stream.app.v1.Admin.CreateAdminPlan:input_type -> stream.app.v1.CreateAdminPlanRequest
|
||||
36, // 58: stream.app.v1.Admin.UpdateAdminPlan:input_type -> stream.app.v1.UpdateAdminPlanRequest
|
||||
38, // 59: stream.app.v1.Admin.DeleteAdminPlan:input_type -> stream.app.v1.DeleteAdminPlanRequest
|
||||
40, // 60: stream.app.v1.Admin.ListAdminAdTemplates:input_type -> stream.app.v1.ListAdminAdTemplatesRequest
|
||||
42, // 61: stream.app.v1.Admin.GetAdminAdTemplate:input_type -> stream.app.v1.GetAdminAdTemplateRequest
|
||||
44, // 62: stream.app.v1.Admin.CreateAdminAdTemplate:input_type -> stream.app.v1.CreateAdminAdTemplateRequest
|
||||
46, // 63: stream.app.v1.Admin.UpdateAdminAdTemplate:input_type -> stream.app.v1.UpdateAdminAdTemplateRequest
|
||||
48, // 64: stream.app.v1.Admin.DeleteAdminAdTemplate:input_type -> stream.app.v1.DeleteAdminAdTemplateRequest
|
||||
49, // 65: stream.app.v1.Admin.ListAdminPopupAds:input_type -> stream.app.v1.ListAdminPopupAdsRequest
|
||||
51, // 66: stream.app.v1.Admin.GetAdminPopupAd:input_type -> stream.app.v1.GetAdminPopupAdRequest
|
||||
53, // 67: stream.app.v1.Admin.CreateAdminPopupAd:input_type -> stream.app.v1.CreateAdminPopupAdRequest
|
||||
55, // 68: stream.app.v1.Admin.UpdateAdminPopupAd:input_type -> stream.app.v1.UpdateAdminPopupAdRequest
|
||||
57, // 69: stream.app.v1.Admin.DeleteAdminPopupAd:input_type -> stream.app.v1.DeleteAdminPopupAdRequest
|
||||
58, // 70: stream.app.v1.Admin.ListAdminPlayerConfigs:input_type -> stream.app.v1.ListAdminPlayerConfigsRequest
|
||||
60, // 71: stream.app.v1.Admin.GetAdminPlayerConfig:input_type -> stream.app.v1.GetAdminPlayerConfigRequest
|
||||
62, // 72: stream.app.v1.Admin.CreateAdminPlayerConfig:input_type -> stream.app.v1.CreateAdminPlayerConfigRequest
|
||||
64, // 73: stream.app.v1.Admin.UpdateAdminPlayerConfig:input_type -> stream.app.v1.UpdateAdminPlayerConfigRequest
|
||||
66, // 74: stream.app.v1.Admin.DeleteAdminPlayerConfig:input_type -> stream.app.v1.DeleteAdminPlayerConfigRequest
|
||||
67, // 75: stream.app.v1.Admin.ListAdminJobs:input_type -> stream.app.v1.ListAdminJobsRequest
|
||||
69, // 76: stream.app.v1.Admin.GetAdminJob:input_type -> stream.app.v1.GetAdminJobRequest
|
||||
71, // 77: stream.app.v1.Admin.GetAdminJobLogs:input_type -> stream.app.v1.GetAdminJobLogsRequest
|
||||
73, // 78: stream.app.v1.Admin.CreateAdminJob:input_type -> stream.app.v1.CreateAdminJobRequest
|
||||
75, // 79: stream.app.v1.Admin.CancelAdminJob:input_type -> stream.app.v1.CancelAdminJobRequest
|
||||
77, // 80: stream.app.v1.Admin.RetryAdminJob:input_type -> stream.app.v1.RetryAdminJobRequest
|
||||
79, // 81: stream.app.v1.Admin.ListAdminDlqJobs:input_type -> stream.app.v1.ListAdminDlqJobsRequest
|
||||
81, // 82: stream.app.v1.Admin.GetAdminDlqJob:input_type -> stream.app.v1.GetAdminDlqJobRequest
|
||||
83, // 83: stream.app.v1.Admin.RetryAdminDlqJob:input_type -> stream.app.v1.RetryAdminDlqJobRequest
|
||||
85, // 84: stream.app.v1.Admin.RemoveAdminDlqJob:input_type -> stream.app.v1.RemoveAdminDlqJobRequest
|
||||
87, // 85: stream.app.v1.Admin.ListAdminAgents:input_type -> stream.app.v1.ListAdminAgentsRequest
|
||||
89, // 86: stream.app.v1.Admin.RestartAdminAgent:input_type -> stream.app.v1.RestartAdminAgentRequest
|
||||
90, // 87: stream.app.v1.Admin.UpdateAdminAgent:input_type -> stream.app.v1.UpdateAdminAgentRequest
|
||||
1, // 88: stream.app.v1.Admin.GetAdminDashboard:output_type -> stream.app.v1.GetAdminDashboardResponse
|
||||
3, // 89: stream.app.v1.Admin.ListAdminUsers:output_type -> stream.app.v1.ListAdminUsersResponse
|
||||
5, // 90: stream.app.v1.Admin.GetAdminUser:output_type -> stream.app.v1.GetAdminUserResponse
|
||||
7, // 91: stream.app.v1.Admin.CreateAdminUser:output_type -> stream.app.v1.CreateAdminUserResponse
|
||||
9, // 92: stream.app.v1.Admin.UpdateAdminUser:output_type -> stream.app.v1.UpdateAdminUserResponse
|
||||
11, // 93: stream.app.v1.Admin.UpdateAdminUserReferralSettings:output_type -> stream.app.v1.UpdateAdminUserReferralSettingsResponse
|
||||
13, // 94: stream.app.v1.Admin.UpdateAdminUserRole:output_type -> stream.app.v1.UpdateAdminUserRoleResponse
|
||||
106, // 95: stream.app.v1.Admin.DeleteAdminUser:output_type -> stream.app.v1.MessageResponse
|
||||
16, // 96: stream.app.v1.Admin.ListAdminVideos:output_type -> stream.app.v1.ListAdminVideosResponse
|
||||
18, // 97: stream.app.v1.Admin.GetAdminVideo:output_type -> stream.app.v1.GetAdminVideoResponse
|
||||
20, // 98: stream.app.v1.Admin.CreateAdminVideo:output_type -> stream.app.v1.CreateAdminVideoResponse
|
||||
22, // 99: stream.app.v1.Admin.UpdateAdminVideo:output_type -> stream.app.v1.UpdateAdminVideoResponse
|
||||
106, // 100: stream.app.v1.Admin.DeleteAdminVideo:output_type -> stream.app.v1.MessageResponse
|
||||
25, // 101: stream.app.v1.Admin.ListAdminPayments:output_type -> stream.app.v1.ListAdminPaymentsResponse
|
||||
27, // 102: stream.app.v1.Admin.GetAdminPayment:output_type -> stream.app.v1.GetAdminPaymentResponse
|
||||
29, // 103: stream.app.v1.Admin.CreateAdminPayment:output_type -> stream.app.v1.CreateAdminPaymentResponse
|
||||
31, // 104: stream.app.v1.Admin.UpdateAdminPayment:output_type -> stream.app.v1.UpdateAdminPaymentResponse
|
||||
33, // 105: stream.app.v1.Admin.ListAdminPlans:output_type -> stream.app.v1.ListAdminPlansResponse
|
||||
35, // 106: stream.app.v1.Admin.CreateAdminPlan:output_type -> stream.app.v1.CreateAdminPlanResponse
|
||||
37, // 107: stream.app.v1.Admin.UpdateAdminPlan:output_type -> stream.app.v1.UpdateAdminPlanResponse
|
||||
39, // 108: stream.app.v1.Admin.DeleteAdminPlan:output_type -> stream.app.v1.DeleteAdminPlanResponse
|
||||
41, // 109: stream.app.v1.Admin.ListAdminAdTemplates:output_type -> stream.app.v1.ListAdminAdTemplatesResponse
|
||||
43, // 110: stream.app.v1.Admin.GetAdminAdTemplate:output_type -> stream.app.v1.GetAdminAdTemplateResponse
|
||||
45, // 111: stream.app.v1.Admin.CreateAdminAdTemplate:output_type -> stream.app.v1.CreateAdminAdTemplateResponse
|
||||
47, // 112: stream.app.v1.Admin.UpdateAdminAdTemplate:output_type -> stream.app.v1.UpdateAdminAdTemplateResponse
|
||||
106, // 113: stream.app.v1.Admin.DeleteAdminAdTemplate:output_type -> stream.app.v1.MessageResponse
|
||||
50, // 114: stream.app.v1.Admin.ListAdminPopupAds:output_type -> stream.app.v1.ListAdminPopupAdsResponse
|
||||
52, // 115: stream.app.v1.Admin.GetAdminPopupAd:output_type -> stream.app.v1.GetAdminPopupAdResponse
|
||||
54, // 116: stream.app.v1.Admin.CreateAdminPopupAd:output_type -> stream.app.v1.CreateAdminPopupAdResponse
|
||||
56, // 117: stream.app.v1.Admin.UpdateAdminPopupAd:output_type -> stream.app.v1.UpdateAdminPopupAdResponse
|
||||
106, // 118: stream.app.v1.Admin.DeleteAdminPopupAd:output_type -> stream.app.v1.MessageResponse
|
||||
59, // 119: stream.app.v1.Admin.ListAdminPlayerConfigs:output_type -> stream.app.v1.ListAdminPlayerConfigsResponse
|
||||
61, // 120: stream.app.v1.Admin.GetAdminPlayerConfig:output_type -> stream.app.v1.GetAdminPlayerConfigResponse
|
||||
63, // 121: stream.app.v1.Admin.CreateAdminPlayerConfig:output_type -> stream.app.v1.CreateAdminPlayerConfigResponse
|
||||
65, // 122: stream.app.v1.Admin.UpdateAdminPlayerConfig:output_type -> stream.app.v1.UpdateAdminPlayerConfigResponse
|
||||
106, // 123: stream.app.v1.Admin.DeleteAdminPlayerConfig:output_type -> stream.app.v1.MessageResponse
|
||||
68, // 124: stream.app.v1.Admin.ListAdminJobs:output_type -> stream.app.v1.ListAdminJobsResponse
|
||||
70, // 125: stream.app.v1.Admin.GetAdminJob:output_type -> stream.app.v1.GetAdminJobResponse
|
||||
72, // 126: stream.app.v1.Admin.GetAdminJobLogs:output_type -> stream.app.v1.GetAdminJobLogsResponse
|
||||
74, // 127: stream.app.v1.Admin.CreateAdminJob:output_type -> stream.app.v1.CreateAdminJobResponse
|
||||
76, // 128: stream.app.v1.Admin.CancelAdminJob:output_type -> stream.app.v1.CancelAdminJobResponse
|
||||
78, // 129: stream.app.v1.Admin.RetryAdminJob:output_type -> stream.app.v1.RetryAdminJobResponse
|
||||
80, // 130: stream.app.v1.Admin.ListAdminDlqJobs:output_type -> stream.app.v1.ListAdminDlqJobsResponse
|
||||
82, // 131: stream.app.v1.Admin.GetAdminDlqJob:output_type -> stream.app.v1.GetAdminDlqJobResponse
|
||||
84, // 132: stream.app.v1.Admin.RetryAdminDlqJob:output_type -> stream.app.v1.RetryAdminDlqJobResponse
|
||||
86, // 133: stream.app.v1.Admin.RemoveAdminDlqJob:output_type -> stream.app.v1.RemoveAdminDlqJobResponse
|
||||
88, // 134: stream.app.v1.Admin.ListAdminAgents:output_type -> stream.app.v1.ListAdminAgentsResponse
|
||||
91, // 135: stream.app.v1.Admin.RestartAdminAgent:output_type -> stream.app.v1.AdminAgentCommandResponse
|
||||
91, // 136: stream.app.v1.Admin.UpdateAdminAgent:output_type -> stream.app.v1.AdminAgentCommandResponse
|
||||
88, // [88:137] is the sub-list for method output_type
|
||||
39, // [39:88] is the sub-list for method input_type
|
||||
39, // [39:39] is the sub-list for extension type_name
|
||||
39, // [39:39] is the sub-list for extension extendee
|
||||
0, // [0:39] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_app_v1_admin_proto_init() }
|
||||
@@ -5787,7 +6224,7 @@ func file_app_v1_admin_proto_init() {
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_v1_admin_proto_rawDesc), len(file_app_v1_admin_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 85,
|
||||
NumMessages: 93,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
|
||||
@@ -61,6 +61,10 @@ const (
|
||||
Admin_CreateAdminJob_FullMethodName = "/stream.app.v1.Admin/CreateAdminJob"
|
||||
Admin_CancelAdminJob_FullMethodName = "/stream.app.v1.Admin/CancelAdminJob"
|
||||
Admin_RetryAdminJob_FullMethodName = "/stream.app.v1.Admin/RetryAdminJob"
|
||||
Admin_ListAdminDlqJobs_FullMethodName = "/stream.app.v1.Admin/ListAdminDlqJobs"
|
||||
Admin_GetAdminDlqJob_FullMethodName = "/stream.app.v1.Admin/GetAdminDlqJob"
|
||||
Admin_RetryAdminDlqJob_FullMethodName = "/stream.app.v1.Admin/RetryAdminDlqJob"
|
||||
Admin_RemoveAdminDlqJob_FullMethodName = "/stream.app.v1.Admin/RemoveAdminDlqJob"
|
||||
Admin_ListAdminAgents_FullMethodName = "/stream.app.v1.Admin/ListAdminAgents"
|
||||
Admin_RestartAdminAgent_FullMethodName = "/stream.app.v1.Admin/RestartAdminAgent"
|
||||
Admin_UpdateAdminAgent_FullMethodName = "/stream.app.v1.Admin/UpdateAdminAgent"
|
||||
@@ -112,6 +116,10 @@ type AdminClient interface {
|
||||
CreateAdminJob(ctx context.Context, in *CreateAdminJobRequest, opts ...grpc.CallOption) (*CreateAdminJobResponse, error)
|
||||
CancelAdminJob(ctx context.Context, in *CancelAdminJobRequest, opts ...grpc.CallOption) (*CancelAdminJobResponse, error)
|
||||
RetryAdminJob(ctx context.Context, in *RetryAdminJobRequest, opts ...grpc.CallOption) (*RetryAdminJobResponse, error)
|
||||
ListAdminDlqJobs(ctx context.Context, in *ListAdminDlqJobsRequest, opts ...grpc.CallOption) (*ListAdminDlqJobsResponse, error)
|
||||
GetAdminDlqJob(ctx context.Context, in *GetAdminDlqJobRequest, opts ...grpc.CallOption) (*GetAdminDlqJobResponse, error)
|
||||
RetryAdminDlqJob(ctx context.Context, in *RetryAdminDlqJobRequest, opts ...grpc.CallOption) (*RetryAdminDlqJobResponse, error)
|
||||
RemoveAdminDlqJob(ctx context.Context, in *RemoveAdminDlqJobRequest, opts ...grpc.CallOption) (*RemoveAdminDlqJobResponse, error)
|
||||
ListAdminAgents(ctx context.Context, in *ListAdminAgentsRequest, opts ...grpc.CallOption) (*ListAdminAgentsResponse, error)
|
||||
RestartAdminAgent(ctx context.Context, in *RestartAdminAgentRequest, opts ...grpc.CallOption) (*AdminAgentCommandResponse, error)
|
||||
UpdateAdminAgent(ctx context.Context, in *UpdateAdminAgentRequest, opts ...grpc.CallOption) (*AdminAgentCommandResponse, error)
|
||||
@@ -545,6 +553,46 @@ func (c *adminClient) RetryAdminJob(ctx context.Context, in *RetryAdminJobReques
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *adminClient) ListAdminDlqJobs(ctx context.Context, in *ListAdminDlqJobsRequest, opts ...grpc.CallOption) (*ListAdminDlqJobsResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(ListAdminDlqJobsResponse)
|
||||
err := c.cc.Invoke(ctx, Admin_ListAdminDlqJobs_FullMethodName, in, out, cOpts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *adminClient) GetAdminDlqJob(ctx context.Context, in *GetAdminDlqJobRequest, opts ...grpc.CallOption) (*GetAdminDlqJobResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(GetAdminDlqJobResponse)
|
||||
err := c.cc.Invoke(ctx, Admin_GetAdminDlqJob_FullMethodName, in, out, cOpts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *adminClient) RetryAdminDlqJob(ctx context.Context, in *RetryAdminDlqJobRequest, opts ...grpc.CallOption) (*RetryAdminDlqJobResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(RetryAdminDlqJobResponse)
|
||||
err := c.cc.Invoke(ctx, Admin_RetryAdminDlqJob_FullMethodName, in, out, cOpts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *adminClient) RemoveAdminDlqJob(ctx context.Context, in *RemoveAdminDlqJobRequest, opts ...grpc.CallOption) (*RemoveAdminDlqJobResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(RemoveAdminDlqJobResponse)
|
||||
err := c.cc.Invoke(ctx, Admin_RemoveAdminDlqJob_FullMethodName, in, out, cOpts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
func (c *adminClient) ListAdminAgents(ctx context.Context, in *ListAdminAgentsRequest, opts ...grpc.CallOption) (*ListAdminAgentsResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(ListAdminAgentsResponse)
|
||||
@@ -621,6 +669,10 @@ type AdminServer interface {
|
||||
CreateAdminJob(context.Context, *CreateAdminJobRequest) (*CreateAdminJobResponse, error)
|
||||
CancelAdminJob(context.Context, *CancelAdminJobRequest) (*CancelAdminJobResponse, error)
|
||||
RetryAdminJob(context.Context, *RetryAdminJobRequest) (*RetryAdminJobResponse, error)
|
||||
ListAdminDlqJobs(context.Context, *ListAdminDlqJobsRequest) (*ListAdminDlqJobsResponse, error)
|
||||
GetAdminDlqJob(context.Context, *GetAdminDlqJobRequest) (*GetAdminDlqJobResponse, error)
|
||||
RetryAdminDlqJob(context.Context, *RetryAdminDlqJobRequest) (*RetryAdminDlqJobResponse, error)
|
||||
RemoveAdminDlqJob(context.Context, *RemoveAdminDlqJobRequest) (*RemoveAdminDlqJobResponse, error)
|
||||
ListAdminAgents(context.Context, *ListAdminAgentsRequest) (*ListAdminAgentsResponse, error)
|
||||
RestartAdminAgent(context.Context, *RestartAdminAgentRequest) (*AdminAgentCommandResponse, error)
|
||||
UpdateAdminAgent(context.Context, *UpdateAdminAgentRequest) (*AdminAgentCommandResponse, error)
|
||||
@@ -760,6 +812,18 @@ func (UnimplementedAdminServer) CancelAdminJob(context.Context, *CancelAdminJobR
|
||||
func (UnimplementedAdminServer) RetryAdminJob(context.Context, *RetryAdminJobRequest) (*RetryAdminJobResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method RetryAdminJob not implemented")
|
||||
}
|
||||
func (UnimplementedAdminServer) ListAdminDlqJobs(context.Context, *ListAdminDlqJobsRequest) (*ListAdminDlqJobsResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method ListAdminDlqJobs not implemented")
|
||||
}
|
||||
func (UnimplementedAdminServer) GetAdminDlqJob(context.Context, *GetAdminDlqJobRequest) (*GetAdminDlqJobResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method GetAdminDlqJob not implemented")
|
||||
}
|
||||
func (UnimplementedAdminServer) RetryAdminDlqJob(context.Context, *RetryAdminDlqJobRequest) (*RetryAdminDlqJobResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method RetryAdminDlqJob not implemented")
|
||||
}
|
||||
func (UnimplementedAdminServer) RemoveAdminDlqJob(context.Context, *RemoveAdminDlqJobRequest) (*RemoveAdminDlqJobResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method RemoveAdminDlqJob not implemented")
|
||||
}
|
||||
func (UnimplementedAdminServer) ListAdminAgents(context.Context, *ListAdminAgentsRequest) (*ListAdminAgentsResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method ListAdminAgents not implemented")
|
||||
}
|
||||
@@ -1546,6 +1610,78 @@ func _Admin_RetryAdminJob_Handler(srv interface{}, ctx context.Context, dec func
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _Admin_ListAdminDlqJobs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(ListAdminDlqJobsRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(AdminServer).ListAdminDlqJobs(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: Admin_ListAdminDlqJobs_FullMethodName,
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(AdminServer).ListAdminDlqJobs(ctx, req.(*ListAdminDlqJobsRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _Admin_GetAdminDlqJob_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(GetAdminDlqJobRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(AdminServer).GetAdminDlqJob(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: Admin_GetAdminDlqJob_FullMethodName,
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(AdminServer).GetAdminDlqJob(ctx, req.(*GetAdminDlqJobRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _Admin_RetryAdminDlqJob_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(RetryAdminDlqJobRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(AdminServer).RetryAdminDlqJob(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: Admin_RetryAdminDlqJob_FullMethodName,
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(AdminServer).RetryAdminDlqJob(ctx, req.(*RetryAdminDlqJobRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _Admin_RemoveAdminDlqJob_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(RemoveAdminDlqJobRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(AdminServer).RemoveAdminDlqJob(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: Admin_RemoveAdminDlqJob_FullMethodName,
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(AdminServer).RemoveAdminDlqJob(ctx, req.(*RemoveAdminDlqJobRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
func _Admin_ListAdminAgents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(ListAdminAgentsRequest)
|
||||
if err := dec(in); err != nil {
|
||||
@@ -1775,6 +1911,22 @@ var Admin_ServiceDesc = grpc.ServiceDesc{
|
||||
MethodName: "RetryAdminJob",
|
||||
Handler: _Admin_RetryAdminJob_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "ListAdminDlqJobs",
|
||||
Handler: _Admin_ListAdminDlqJobs_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "GetAdminDlqJob",
|
||||
Handler: _Admin_GetAdminDlqJob_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "RetryAdminDlqJob",
|
||||
Handler: _Admin_RetryAdminDlqJob_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "RemoveAdminDlqJob",
|
||||
Handler: _Admin_RemoveAdminDlqJob_Handler,
|
||||
},
|
||||
{
|
||||
MethodName: "ListAdminAgents",
|
||||
Handler: _Admin_ListAdminAgents_Handler,
|
||||
|
||||
@@ -3442,6 +3442,74 @@ func (x *AdminAgent) GetUpdatedAt() *timestamppb.Timestamp {
|
||||
return nil
|
||||
}
|
||||
|
||||
type AdminDlqEntry struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Job *AdminJob `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
|
||||
FailureTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=failure_time,json=failureTime,proto3" json:"failure_time,omitempty"`
|
||||
Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"`
|
||||
RetryCount int32 `protobuf:"varint,4,opt,name=retry_count,json=retryCount,proto3" json:"retry_count,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) Reset() {
|
||||
*x = AdminDlqEntry{}
|
||||
mi := &file_app_v1_common_proto_msgTypes[27]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*AdminDlqEntry) ProtoMessage() {}
|
||||
|
||||
func (x *AdminDlqEntry) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_common_proto_msgTypes[27]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use AdminDlqEntry.ProtoReflect.Descriptor instead.
|
||||
func (*AdminDlqEntry) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_common_proto_rawDescGZIP(), []int{27}
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) GetJob() *AdminJob {
|
||||
if x != nil {
|
||||
return x.Job
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) GetFailureTime() *timestamppb.Timestamp {
|
||||
if x != nil {
|
||||
return x.FailureTime
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) GetReason() string {
|
||||
if x != nil {
|
||||
return x.Reason
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
func (x *AdminDlqEntry) GetRetryCount() int32 {
|
||||
if x != nil {
|
||||
return x.RetryCount
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
var File_app_v1_common_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_app_v1_common_proto_rawDesc = "" +
|
||||
@@ -3954,7 +4022,13 @@ const file_app_v1_common_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"created_at\x18\v \x01(\v2\x1a.google.protobuf.TimestampR\tcreatedAt\x129\n" +
|
||||
"\n" +
|
||||
"updated_at\x18\f \x01(\v2\x1a.google.protobuf.TimestampR\tupdatedAtB,Z*stream.api/internal/gen/proto/app/v1;appv1b\x06proto3"
|
||||
"updated_at\x18\f \x01(\v2\x1a.google.protobuf.TimestampR\tupdatedAt\"\xb2\x01\n" +
|
||||
"\rAdminDlqEntry\x12)\n" +
|
||||
"\x03job\x18\x01 \x01(\v2\x17.stream.app.v1.AdminJobR\x03job\x12=\n" +
|
||||
"\ffailure_time\x18\x02 \x01(\v2\x1a.google.protobuf.TimestampR\vfailureTime\x12\x16\n" +
|
||||
"\x06reason\x18\x03 \x01(\tR\x06reason\x12\x1f\n" +
|
||||
"\vretry_count\x18\x04 \x01(\x05R\n" +
|
||||
"retryCountB,Z*stream.api/internal/gen/proto/app/v1;appv1b\x06proto3"
|
||||
|
||||
var (
|
||||
file_app_v1_common_proto_rawDescOnce sync.Once
|
||||
@@ -3968,7 +4042,7 @@ func file_app_v1_common_proto_rawDescGZIP() []byte {
|
||||
return file_app_v1_common_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_app_v1_common_proto_msgTypes = make([]protoimpl.MessageInfo, 27)
|
||||
var file_app_v1_common_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
|
||||
var file_app_v1_common_proto_goTypes = []any{
|
||||
(*MessageResponse)(nil), // 0: stream.app.v1.MessageResponse
|
||||
(*User)(nil), // 1: stream.app.v1.User
|
||||
@@ -3997,61 +4071,64 @@ var file_app_v1_common_proto_goTypes = []any{
|
||||
(*AdminPopupAd)(nil), // 24: stream.app.v1.AdminPopupAd
|
||||
(*AdminJob)(nil), // 25: stream.app.v1.AdminJob
|
||||
(*AdminAgent)(nil), // 26: stream.app.v1.AdminAgent
|
||||
(*timestamppb.Timestamp)(nil), // 27: google.protobuf.Timestamp
|
||||
(*AdminDlqEntry)(nil), // 27: stream.app.v1.AdminDlqEntry
|
||||
(*timestamppb.Timestamp)(nil), // 28: google.protobuf.Timestamp
|
||||
}
|
||||
var file_app_v1_common_proto_depIdxs = []int32{
|
||||
27, // 0: stream.app.v1.User.plan_started_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 1: stream.app.v1.User.plan_expires_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 2: stream.app.v1.User.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 3: stream.app.v1.User.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 4: stream.app.v1.Notification.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 5: stream.app.v1.Domain.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 6: stream.app.v1.Domain.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 7: stream.app.v1.AdTemplate.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 8: stream.app.v1.AdTemplate.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 9: stream.app.v1.PopupAd.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 10: stream.app.v1.PopupAd.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 11: stream.app.v1.PlayerConfig.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 12: stream.app.v1.PlayerConfig.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 13: stream.app.v1.AdminPlayerConfig.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 14: stream.app.v1.AdminPlayerConfig.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 15: stream.app.v1.Payment.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 16: stream.app.v1.Payment.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 17: stream.app.v1.PlanSubscription.started_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 18: stream.app.v1.PlanSubscription.expires_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 19: stream.app.v1.PlanSubscription.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 20: stream.app.v1.PlanSubscription.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 21: stream.app.v1.WalletTransaction.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 22: stream.app.v1.WalletTransaction.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 23: stream.app.v1.PaymentHistoryItem.expires_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 24: stream.app.v1.PaymentHistoryItem.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 25: stream.app.v1.Video.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 26: stream.app.v1.Video.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 27: stream.app.v1.AdminUser.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 28: stream.app.v1.AdminUser.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 0: stream.app.v1.User.plan_started_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 1: stream.app.v1.User.plan_expires_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 2: stream.app.v1.User.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 3: stream.app.v1.User.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 4: stream.app.v1.Notification.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 5: stream.app.v1.Domain.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 6: stream.app.v1.Domain.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 7: stream.app.v1.AdTemplate.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 8: stream.app.v1.AdTemplate.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 9: stream.app.v1.PopupAd.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 10: stream.app.v1.PopupAd.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 11: stream.app.v1.PlayerConfig.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 12: stream.app.v1.PlayerConfig.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 13: stream.app.v1.AdminPlayerConfig.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 14: stream.app.v1.AdminPlayerConfig.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 15: stream.app.v1.Payment.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 16: stream.app.v1.Payment.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 17: stream.app.v1.PlanSubscription.started_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 18: stream.app.v1.PlanSubscription.expires_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 19: stream.app.v1.PlanSubscription.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 20: stream.app.v1.PlanSubscription.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 21: stream.app.v1.WalletTransaction.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 22: stream.app.v1.WalletTransaction.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 23: stream.app.v1.PaymentHistoryItem.expires_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 24: stream.app.v1.PaymentHistoryItem.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 25: stream.app.v1.Video.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 26: stream.app.v1.Video.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 27: stream.app.v1.AdminUser.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 28: stream.app.v1.AdminUser.updated_at:type_name -> google.protobuf.Timestamp
|
||||
17, // 29: stream.app.v1.AdminUserReferralInfo.referrer:type_name -> stream.app.v1.ReferralUserSummary
|
||||
27, // 30: stream.app.v1.AdminUserReferralInfo.reward_granted_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 30: stream.app.v1.AdminUserReferralInfo.reward_granted_at:type_name -> google.protobuf.Timestamp
|
||||
16, // 31: stream.app.v1.AdminUserDetail.user:type_name -> stream.app.v1.AdminUser
|
||||
11, // 32: stream.app.v1.AdminUserDetail.subscription:type_name -> stream.app.v1.PlanSubscription
|
||||
18, // 33: stream.app.v1.AdminUserDetail.referral:type_name -> stream.app.v1.AdminUserReferralInfo
|
||||
27, // 34: stream.app.v1.AdminVideo.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 35: stream.app.v1.AdminVideo.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 36: stream.app.v1.AdminPayment.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 37: stream.app.v1.AdminPayment.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 38: stream.app.v1.AdminAdTemplate.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 39: stream.app.v1.AdminAdTemplate.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 40: stream.app.v1.AdminPopupAd.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 41: stream.app.v1.AdminPopupAd.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 42: stream.app.v1.AdminJob.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 43: stream.app.v1.AdminJob.updated_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 44: stream.app.v1.AdminAgent.last_heartbeat:type_name -> google.protobuf.Timestamp
|
||||
27, // 45: stream.app.v1.AdminAgent.created_at:type_name -> google.protobuf.Timestamp
|
||||
27, // 46: stream.app.v1.AdminAgent.updated_at:type_name -> google.protobuf.Timestamp
|
||||
47, // [47:47] is the sub-list for method output_type
|
||||
47, // [47:47] is the sub-list for method input_type
|
||||
47, // [47:47] is the sub-list for extension type_name
|
||||
47, // [47:47] is the sub-list for extension extendee
|
||||
0, // [0:47] is the sub-list for field type_name
|
||||
28, // 34: stream.app.v1.AdminVideo.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 35: stream.app.v1.AdminVideo.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 36: stream.app.v1.AdminPayment.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 37: stream.app.v1.AdminPayment.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 38: stream.app.v1.AdminAdTemplate.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 39: stream.app.v1.AdminAdTemplate.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 40: stream.app.v1.AdminPopupAd.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 41: stream.app.v1.AdminPopupAd.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 42: stream.app.v1.AdminJob.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 43: stream.app.v1.AdminJob.updated_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 44: stream.app.v1.AdminAgent.last_heartbeat:type_name -> google.protobuf.Timestamp
|
||||
28, // 45: stream.app.v1.AdminAgent.created_at:type_name -> google.protobuf.Timestamp
|
||||
28, // 46: stream.app.v1.AdminAgent.updated_at:type_name -> google.protobuf.Timestamp
|
||||
25, // 47: stream.app.v1.AdminDlqEntry.job:type_name -> stream.app.v1.AdminJob
|
||||
28, // 48: stream.app.v1.AdminDlqEntry.failure_time:type_name -> google.protobuf.Timestamp
|
||||
49, // [49:49] is the sub-list for method output_type
|
||||
49, // [49:49] is the sub-list for method input_type
|
||||
49, // [49:49] is the sub-list for extension type_name
|
||||
49, // [49:49] is the sub-list for extension extendee
|
||||
0, // [0:49] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_app_v1_common_proto_init() }
|
||||
@@ -4085,7 +4162,7 @@ func file_app_v1_common_proto_init() {
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_v1_common_proto_rawDesc), len(file_app_v1_common_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 27,
|
||||
NumMessages: 28,
|
||||
NumExtensions: 0,
|
||||
NumServices: 0,
|
||||
},
|
||||
|
||||
221
internal/api/proto/app/v1/video_metadata.pb.go
Normal file
221
internal/api/proto/app/v1/video_metadata.pb.go
Normal file
@@ -0,0 +1,221 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.36.11
|
||||
// protoc (unknown)
|
||||
// source: app/v1/video_metadata.proto
|
||||
|
||||
package appv1
|
||||
|
||||
import (
|
||||
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
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)
|
||||
)
|
||||
|
||||
type GetVideoMetadataRequest struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
VideoId string `protobuf:"bytes,1,opt,name=video_id,json=videoId,proto3" json:"video_id,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataRequest) Reset() {
|
||||
*x = GetVideoMetadataRequest{}
|
||||
mi := &file_app_v1_video_metadata_proto_msgTypes[0]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataRequest) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetVideoMetadataRequest) ProtoMessage() {}
|
||||
|
||||
func (x *GetVideoMetadataRequest) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_video_metadata_proto_msgTypes[0]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetVideoMetadataRequest.ProtoReflect.Descriptor instead.
|
||||
func (*GetVideoMetadataRequest) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_video_metadata_proto_rawDescGZIP(), []int{0}
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataRequest) GetVideoId() string {
|
||||
if x != nil {
|
||||
return x.VideoId
|
||||
}
|
||||
return ""
|
||||
}
|
||||
|
||||
type GetVideoMetadataResponse struct {
|
||||
state protoimpl.MessageState `protogen:"open.v1"`
|
||||
Video *Video `protobuf:"bytes,1,opt,name=video,proto3" json:"video,omitempty"`
|
||||
DefaultPlayerConfig *PlayerConfig `protobuf:"bytes,2,opt,name=default_player_config,json=defaultPlayerConfig,proto3" json:"default_player_config,omitempty"`
|
||||
AdTemplate *AdTemplate `protobuf:"bytes,3,opt,name=ad_template,json=adTemplate,proto3" json:"ad_template,omitempty"`
|
||||
ActivePopupAd *PopupAd `protobuf:"bytes,4,opt,name=active_popup_ad,json=activePopupAd,proto3" json:"active_popup_ad,omitempty"`
|
||||
Domains []*Domain `protobuf:"bytes,5,rep,name=domains,proto3" json:"domains,omitempty"`
|
||||
unknownFields protoimpl.UnknownFields
|
||||
sizeCache protoimpl.SizeCache
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) Reset() {
|
||||
*x = GetVideoMetadataResponse{}
|
||||
mi := &file_app_v1_video_metadata_proto_msgTypes[1]
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) String() string {
|
||||
return protoimpl.X.MessageStringOf(x)
|
||||
}
|
||||
|
||||
func (*GetVideoMetadataResponse) ProtoMessage() {}
|
||||
|
||||
func (x *GetVideoMetadataResponse) ProtoReflect() protoreflect.Message {
|
||||
mi := &file_app_v1_video_metadata_proto_msgTypes[1]
|
||||
if x != nil {
|
||||
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
||||
if ms.LoadMessageInfo() == nil {
|
||||
ms.StoreMessageInfo(mi)
|
||||
}
|
||||
return ms
|
||||
}
|
||||
return mi.MessageOf(x)
|
||||
}
|
||||
|
||||
// Deprecated: Use GetVideoMetadataResponse.ProtoReflect.Descriptor instead.
|
||||
func (*GetVideoMetadataResponse) Descriptor() ([]byte, []int) {
|
||||
return file_app_v1_video_metadata_proto_rawDescGZIP(), []int{1}
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) GetVideo() *Video {
|
||||
if x != nil {
|
||||
return x.Video
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) GetDefaultPlayerConfig() *PlayerConfig {
|
||||
if x != nil {
|
||||
return x.DefaultPlayerConfig
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) GetAdTemplate() *AdTemplate {
|
||||
if x != nil {
|
||||
return x.AdTemplate
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) GetActivePopupAd() *PopupAd {
|
||||
if x != nil {
|
||||
return x.ActivePopupAd
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
func (x *GetVideoMetadataResponse) GetDomains() []*Domain {
|
||||
if x != nil {
|
||||
return x.Domains
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
var File_app_v1_video_metadata_proto protoreflect.FileDescriptor
|
||||
|
||||
const file_app_v1_video_metadata_proto_rawDesc = "" +
|
||||
"\n" +
|
||||
"\x1bapp/v1/video_metadata.proto\x12\rstream.app.v1\x1a\x13app/v1/common.proto\"4\n" +
|
||||
"\x17GetVideoMetadataRequest\x12\x19\n" +
|
||||
"\bvideo_id\x18\x01 \x01(\tR\avideoId\"\xc4\x02\n" +
|
||||
"\x18GetVideoMetadataResponse\x12*\n" +
|
||||
"\x05video\x18\x01 \x01(\v2\x14.stream.app.v1.VideoR\x05video\x12O\n" +
|
||||
"\x15default_player_config\x18\x02 \x01(\v2\x1b.stream.app.v1.PlayerConfigR\x13defaultPlayerConfig\x12:\n" +
|
||||
"\vad_template\x18\x03 \x01(\v2\x19.stream.app.v1.AdTemplateR\n" +
|
||||
"adTemplate\x12>\n" +
|
||||
"\x0factive_popup_ad\x18\x04 \x01(\v2\x16.stream.app.v1.PopupAdR\ractivePopupAd\x12/\n" +
|
||||
"\adomains\x18\x05 \x03(\v2\x15.stream.app.v1.DomainR\adomains2t\n" +
|
||||
"\rVideoMetadata\x12c\n" +
|
||||
"\x10GetVideoMetadata\x12&.stream.app.v1.GetVideoMetadataRequest\x1a'.stream.app.v1.GetVideoMetadataResponseB,Z*stream.api/internal/gen/proto/app/v1;appv1b\x06proto3"
|
||||
|
||||
var (
|
||||
file_app_v1_video_metadata_proto_rawDescOnce sync.Once
|
||||
file_app_v1_video_metadata_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_app_v1_video_metadata_proto_rawDescGZIP() []byte {
|
||||
file_app_v1_video_metadata_proto_rawDescOnce.Do(func() {
|
||||
file_app_v1_video_metadata_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_app_v1_video_metadata_proto_rawDesc), len(file_app_v1_video_metadata_proto_rawDesc)))
|
||||
})
|
||||
return file_app_v1_video_metadata_proto_rawDescData
|
||||
}
|
||||
|
||||
var file_app_v1_video_metadata_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_app_v1_video_metadata_proto_goTypes = []any{
|
||||
(*GetVideoMetadataRequest)(nil), // 0: stream.app.v1.GetVideoMetadataRequest
|
||||
(*GetVideoMetadataResponse)(nil), // 1: stream.app.v1.GetVideoMetadataResponse
|
||||
(*Video)(nil), // 2: stream.app.v1.Video
|
||||
(*PlayerConfig)(nil), // 3: stream.app.v1.PlayerConfig
|
||||
(*AdTemplate)(nil), // 4: stream.app.v1.AdTemplate
|
||||
(*PopupAd)(nil), // 5: stream.app.v1.PopupAd
|
||||
(*Domain)(nil), // 6: stream.app.v1.Domain
|
||||
}
|
||||
var file_app_v1_video_metadata_proto_depIdxs = []int32{
|
||||
2, // 0: stream.app.v1.GetVideoMetadataResponse.video:type_name -> stream.app.v1.Video
|
||||
3, // 1: stream.app.v1.GetVideoMetadataResponse.default_player_config:type_name -> stream.app.v1.PlayerConfig
|
||||
4, // 2: stream.app.v1.GetVideoMetadataResponse.ad_template:type_name -> stream.app.v1.AdTemplate
|
||||
5, // 3: stream.app.v1.GetVideoMetadataResponse.active_popup_ad:type_name -> stream.app.v1.PopupAd
|
||||
6, // 4: stream.app.v1.GetVideoMetadataResponse.domains:type_name -> stream.app.v1.Domain
|
||||
0, // 5: stream.app.v1.VideoMetadata.GetVideoMetadata:input_type -> stream.app.v1.GetVideoMetadataRequest
|
||||
1, // 6: stream.app.v1.VideoMetadata.GetVideoMetadata:output_type -> stream.app.v1.GetVideoMetadataResponse
|
||||
6, // [6:7] is the sub-list for method output_type
|
||||
5, // [5:6] is the sub-list for method input_type
|
||||
5, // [5:5] is the sub-list for extension type_name
|
||||
5, // [5:5] is the sub-list for extension extendee
|
||||
0, // [0:5] is the sub-list for field type_name
|
||||
}
|
||||
|
||||
func init() { file_app_v1_video_metadata_proto_init() }
|
||||
func file_app_v1_video_metadata_proto_init() {
|
||||
if File_app_v1_video_metadata_proto != nil {
|
||||
return
|
||||
}
|
||||
file_app_v1_common_proto_init()
|
||||
type x struct{}
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_app_v1_video_metadata_proto_rawDesc), len(file_app_v1_video_metadata_proto_rawDesc)),
|
||||
NumEnums: 0,
|
||||
NumMessages: 2,
|
||||
NumExtensions: 0,
|
||||
NumServices: 1,
|
||||
},
|
||||
GoTypes: file_app_v1_video_metadata_proto_goTypes,
|
||||
DependencyIndexes: file_app_v1_video_metadata_proto_depIdxs,
|
||||
MessageInfos: file_app_v1_video_metadata_proto_msgTypes,
|
||||
}.Build()
|
||||
File_app_v1_video_metadata_proto = out.File
|
||||
file_app_v1_video_metadata_proto_goTypes = nil
|
||||
file_app_v1_video_metadata_proto_depIdxs = nil
|
||||
}
|
||||
121
internal/api/proto/app/v1/video_metadata_grpc.pb.go
Normal file
121
internal/api/proto/app/v1/video_metadata_grpc.pb.go
Normal file
@@ -0,0 +1,121 @@
|
||||
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
|
||||
// versions:
|
||||
// - protoc-gen-go-grpc v1.6.1
|
||||
// - protoc (unknown)
|
||||
// source: app/v1/video_metadata.proto
|
||||
|
||||
package appv1
|
||||
|
||||
import (
|
||||
context "context"
|
||||
grpc "google.golang.org/grpc"
|
||||
codes "google.golang.org/grpc/codes"
|
||||
status "google.golang.org/grpc/status"
|
||||
)
|
||||
|
||||
// This is a compile-time assertion to ensure that this generated file
|
||||
// is compatible with the grpc package it is being compiled against.
|
||||
// Requires gRPC-Go v1.64.0 or later.
|
||||
const _ = grpc.SupportPackageIsVersion9
|
||||
|
||||
const (
|
||||
VideoMetadata_GetVideoMetadata_FullMethodName = "/stream.app.v1.VideoMetadata/GetVideoMetadata"
|
||||
)
|
||||
|
||||
// VideoMetadataClient is the client API for VideoMetadata service.
|
||||
//
|
||||
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
|
||||
type VideoMetadataClient interface {
|
||||
GetVideoMetadata(ctx context.Context, in *GetVideoMetadataRequest, opts ...grpc.CallOption) (*GetVideoMetadataResponse, error)
|
||||
}
|
||||
|
||||
type videoMetadataClient struct {
|
||||
cc grpc.ClientConnInterface
|
||||
}
|
||||
|
||||
func NewVideoMetadataClient(cc grpc.ClientConnInterface) VideoMetadataClient {
|
||||
return &videoMetadataClient{cc}
|
||||
}
|
||||
|
||||
func (c *videoMetadataClient) GetVideoMetadata(ctx context.Context, in *GetVideoMetadataRequest, opts ...grpc.CallOption) (*GetVideoMetadataResponse, error) {
|
||||
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
||||
out := new(GetVideoMetadataResponse)
|
||||
err := c.cc.Invoke(ctx, VideoMetadata_GetVideoMetadata_FullMethodName, in, out, cOpts...)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return out, nil
|
||||
}
|
||||
|
||||
// VideoMetadataServer is the server API for VideoMetadata service.
|
||||
// All implementations must embed UnimplementedVideoMetadataServer
|
||||
// for forward compatibility.
|
||||
type VideoMetadataServer interface {
|
||||
GetVideoMetadata(context.Context, *GetVideoMetadataRequest) (*GetVideoMetadataResponse, error)
|
||||
mustEmbedUnimplementedVideoMetadataServer()
|
||||
}
|
||||
|
||||
// UnimplementedVideoMetadataServer must be embedded to have
|
||||
// forward compatible implementations.
|
||||
//
|
||||
// NOTE: this should be embedded by value instead of pointer to avoid a nil
|
||||
// pointer dereference when methods are called.
|
||||
type UnimplementedVideoMetadataServer struct{}
|
||||
|
||||
func (UnimplementedVideoMetadataServer) GetVideoMetadata(context.Context, *GetVideoMetadataRequest) (*GetVideoMetadataResponse, error) {
|
||||
return nil, status.Error(codes.Unimplemented, "method GetVideoMetadata not implemented")
|
||||
}
|
||||
func (UnimplementedVideoMetadataServer) mustEmbedUnimplementedVideoMetadataServer() {}
|
||||
func (UnimplementedVideoMetadataServer) testEmbeddedByValue() {}
|
||||
|
||||
// UnsafeVideoMetadataServer may be embedded to opt out of forward compatibility for this service.
|
||||
// Use of this interface is not recommended, as added methods to VideoMetadataServer will
|
||||
// result in compilation errors.
|
||||
type UnsafeVideoMetadataServer interface {
|
||||
mustEmbedUnimplementedVideoMetadataServer()
|
||||
}
|
||||
|
||||
func RegisterVideoMetadataServer(s grpc.ServiceRegistrar, srv VideoMetadataServer) {
|
||||
// If the following call panics, it indicates UnimplementedVideoMetadataServer was
|
||||
// embedded by pointer and is nil. This will cause panics if an
|
||||
// unimplemented method is ever invoked, so we test this at initialization
|
||||
// time to prevent it from happening at runtime later due to I/O.
|
||||
if t, ok := srv.(interface{ testEmbeddedByValue() }); ok {
|
||||
t.testEmbeddedByValue()
|
||||
}
|
||||
s.RegisterService(&VideoMetadata_ServiceDesc, srv)
|
||||
}
|
||||
|
||||
func _VideoMetadata_GetVideoMetadata_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
||||
in := new(GetVideoMetadataRequest)
|
||||
if err := dec(in); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
if interceptor == nil {
|
||||
return srv.(VideoMetadataServer).GetVideoMetadata(ctx, in)
|
||||
}
|
||||
info := &grpc.UnaryServerInfo{
|
||||
Server: srv,
|
||||
FullMethod: VideoMetadata_GetVideoMetadata_FullMethodName,
|
||||
}
|
||||
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
||||
return srv.(VideoMetadataServer).GetVideoMetadata(ctx, req.(*GetVideoMetadataRequest))
|
||||
}
|
||||
return interceptor(ctx, in, info, handler)
|
||||
}
|
||||
|
||||
// VideoMetadata_ServiceDesc is the grpc.ServiceDesc for VideoMetadata service.
|
||||
// It's only intended for direct use with grpc.RegisterService,
|
||||
// and not to be introspected or modified (even as a copy)
|
||||
var VideoMetadata_ServiceDesc = grpc.ServiceDesc{
|
||||
ServiceName: "stream.app.v1.VideoMetadata",
|
||||
HandlerType: (*VideoMetadataServer)(nil),
|
||||
Methods: []grpc.MethodDesc{
|
||||
{
|
||||
MethodName: "GetVideoMetadata",
|
||||
Handler: _VideoMetadata_GetVideoMetadata_Handler,
|
||||
},
|
||||
},
|
||||
Streams: []grpc.StreamDesc{},
|
||||
Metadata: "app/v1/video_metadata.proto",
|
||||
}
|
||||
Reference in New Issue
Block a user