// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.1 // protoc v3.19.0 // source: api/api.proto package api import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type Pipeline struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Clip string `protobuf:"bytes,2,opt,name=clip,proto3" json:"clip,omitempty"` Output string `protobuf:"bytes,3,opt,name=output,proto3" json:"output,omitempty"` Overlays []*Overlay `protobuf:"bytes,4,rep,name=overlays,proto3" json:"overlays,omitempty"` } func (x *Pipeline) Reset() { *x = Pipeline{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Pipeline) String() string { return protoimpl.X.MessageStringOf(x) } func (*Pipeline) ProtoMessage() {} func (x *Pipeline) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Pipeline.ProtoReflect.Descriptor instead. func (*Pipeline) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{0} } func (x *Pipeline) GetName() string { if x != nil { return x.Name } return "" } func (x *Pipeline) GetClip() string { if x != nil { return x.Clip } return "" } func (x *Pipeline) GetOutput() string { if x != nil { return x.Output } return "" } func (x *Pipeline) GetOverlays() []*Overlay { if x != nil { return x.Overlays } return nil } type Overlay struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` X int64 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"` Y int64 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"` Display bool `protobuf:"varint,4,opt,name=display,proto3" json:"display,omitempty"` BlendIn int64 `protobuf:"varint,5,opt,name=blend_in,json=blendIn,proto3" json:"blend_in,omitempty"` BlendOut int64 `protobuf:"varint,6,opt,name=blend_out,json=blendOut,proto3" json:"blend_out,omitempty"` // Types that are assignable to OverlayData: // *Overlay_Extra // *Overlay_TextOverlay // *Overlay_ImageOverlay OverlayData isOverlay_OverlayData `protobuf_oneof:"overlay_data"` } func (x *Overlay) Reset() { *x = Overlay{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Overlay) String() string { return protoimpl.X.MessageStringOf(x) } func (*Overlay) ProtoMessage() {} func (x *Overlay) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Overlay.ProtoReflect.Descriptor instead. func (*Overlay) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{1} } func (x *Overlay) GetName() string { if x != nil { return x.Name } return "" } func (x *Overlay) GetX() int64 { if x != nil { return x.X } return 0 } func (x *Overlay) GetY() int64 { if x != nil { return x.Y } return 0 } func (x *Overlay) GetDisplay() bool { if x != nil { return x.Display } return false } func (x *Overlay) GetBlendIn() int64 { if x != nil { return x.BlendIn } return 0 } func (x *Overlay) GetBlendOut() int64 { if x != nil { return x.BlendOut } return 0 } func (m *Overlay) GetOverlayData() isOverlay_OverlayData { if m != nil { return m.OverlayData } return nil } func (x *Overlay) GetExtra() *ExtraOverlay { if x, ok := x.GetOverlayData().(*Overlay_Extra); ok { return x.Extra } return nil } func (x *Overlay) GetTextOverlay() *TextOverlay { if x, ok := x.GetOverlayData().(*Overlay_TextOverlay); ok { return x.TextOverlay } return nil } func (x *Overlay) GetImageOverlay() *ImageOverlay { if x, ok := x.GetOverlayData().(*Overlay_ImageOverlay); ok { return x.ImageOverlay } return nil } type isOverlay_OverlayData interface { isOverlay_OverlayData() } type Overlay_Extra struct { Extra *ExtraOverlay `protobuf:"bytes,7,opt,name=extra,proto3,oneof"` } type Overlay_TextOverlay struct { TextOverlay *TextOverlay `protobuf:"bytes,8,opt,name=text_overlay,json=textOverlay,proto3,oneof"` } type Overlay_ImageOverlay struct { ImageOverlay *ImageOverlay `protobuf:"bytes,9,opt,name=image_overlay,json=imageOverlay,proto3,oneof"` } func (*Overlay_Extra) isOverlay_OverlayData() {} func (*Overlay_TextOverlay) isOverlay_OverlayData() {} func (*Overlay_ImageOverlay) isOverlay_OverlayData() {} type ExtraOverlay struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Properties map[string]string `protobuf:"bytes,1,rep,name=properties,proto3" json:"properties,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` } func (x *ExtraOverlay) Reset() { *x = ExtraOverlay{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraOverlay) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraOverlay) ProtoMessage() {} func (x *ExtraOverlay) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraOverlay.ProtoReflect.Descriptor instead. func (*ExtraOverlay) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{2} } func (x *ExtraOverlay) GetProperties() map[string]string { if x != nil { return x.Properties } return nil } type ImageOverlay struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields X int64 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"` Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"` } func (x *ImageOverlay) Reset() { *x = ImageOverlay{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ImageOverlay) String() string { return protoimpl.X.MessageStringOf(x) } func (*ImageOverlay) ProtoMessage() {} func (x *ImageOverlay) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ImageOverlay.ProtoReflect.Descriptor instead. func (*ImageOverlay) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{3} } func (x *ImageOverlay) GetX() int64 { if x != nil { return x.X } return 0 } func (x *ImageOverlay) GetY() int32 { if x != nil { return x.Y } return 0 } func (x *ImageOverlay) GetPath() string { if x != nil { return x.Path } return "" } type TextOverlay struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` X int64 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"` Y int64 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` FontSize uint64 `protobuf:"varint,5,opt,name=font_size,json=fontSize,proto3" json:"font_size,omitempty"` FontName string `protobuf:"bytes,6,opt,name=font_name,json=fontName,proto3" json:"font_name,omitempty"` FontWeight string `protobuf:"bytes,7,opt,name=font_weight,json=fontWeight,proto3" json:"font_weight,omitempty"` FontColor uint32 `protobuf:"varint,8,opt,name=font_color,json=fontColor,proto3" json:"font_color,omitempty"` MaxWidth uint64 `protobuf:"varint,9,opt,name=max_width,json=maxWidth,proto3" json:"max_width,omitempty"` } func (x *TextOverlay) Reset() { *x = TextOverlay{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TextOverlay) String() string { return protoimpl.X.MessageStringOf(x) } func (*TextOverlay) ProtoMessage() {} func (x *TextOverlay) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use TextOverlay.ProtoReflect.Descriptor instead. func (*TextOverlay) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{4} } func (x *TextOverlay) GetName() string { if x != nil { return x.Name } return "" } func (x *TextOverlay) GetX() int64 { if x != nil { return x.X } return 0 } func (x *TextOverlay) GetY() int64 { if x != nil { return x.Y } return 0 } func (x *TextOverlay) GetText() string { if x != nil { return x.Text } return "" } func (x *TextOverlay) GetFontSize() uint64 { if x != nil { return x.FontSize } return 0 } func (x *TextOverlay) GetFontName() string { if x != nil { return x.FontName } return "" } func (x *TextOverlay) GetFontWeight() string { if x != nil { return x.FontWeight } return "" } func (x *TextOverlay) GetFontColor() uint32 { if x != nil { return x.FontColor } return 0 } func (x *TextOverlay) GetMaxWidth() uint64 { if x != nil { return x.MaxWidth } return 0 } type PipelineCreationResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PipelineId *PipelineID `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` } func (x *PipelineCreationResponse) Reset() { *x = PipelineCreationResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineCreationResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineCreationResponse) ProtoMessage() {} func (x *PipelineCreationResponse) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineCreationResponse.ProtoReflect.Descriptor instead. func (*PipelineCreationResponse) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{5} } func (x *PipelineCreationResponse) GetPipelineId() *PipelineID { if x != nil { return x.PipelineId } return nil } type PipelineUpdates struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id *PipelineID `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Overlays []*Overlay `protobuf:"bytes,2,rep,name=overlays,proto3" json:"overlays,omitempty"` } func (x *PipelineUpdates) Reset() { *x = PipelineUpdates{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineUpdates) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineUpdates) ProtoMessage() {} func (x *PipelineUpdates) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineUpdates.ProtoReflect.Descriptor instead. func (*PipelineUpdates) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{6} } func (x *PipelineUpdates) GetId() *PipelineID { if x != nil { return x.Id } return nil } func (x *PipelineUpdates) GetOverlays() []*Overlay { if x != nil { return x.Overlays } return nil } type PipelineID struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` } func (x *PipelineID) Reset() { *x = PipelineID{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineID) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineID) ProtoMessage() {} func (x *PipelineID) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineID.ProtoReflect.Descriptor instead. func (*PipelineID) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{7} } func (x *PipelineID) GetId() string { if x != nil { return x.Id } return "" } type PipelineUpdateResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PipelineId *PipelineID `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` } func (x *PipelineUpdateResponse) Reset() { *x = PipelineUpdateResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineUpdateResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineUpdateResponse) ProtoMessage() {} func (x *PipelineUpdateResponse) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineUpdateResponse.ProtoReflect.Descriptor instead. func (*PipelineUpdateResponse) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{8} } func (x *PipelineUpdateResponse) GetPipelineId() *PipelineID { if x != nil { return x.PipelineId } return nil } type PipelineStartResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PipelineId *PipelineID `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` } func (x *PipelineStartResponse) Reset() { *x = PipelineStartResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineStartResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineStartResponse) ProtoMessage() {} func (x *PipelineStartResponse) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineStartResponse.ProtoReflect.Descriptor instead. func (*PipelineStartResponse) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{9} } func (x *PipelineStartResponse) GetPipelineId() *PipelineID { if x != nil { return x.PipelineId } return nil } type PipelineStopResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PipelineId *PipelineID `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` } func (x *PipelineStopResponse) Reset() { *x = PipelineStopResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineStopResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineStopResponse) ProtoMessage() {} func (x *PipelineStopResponse) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineStopResponse.ProtoReflect.Descriptor instead. func (*PipelineStopResponse) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{10} } func (x *PipelineStopResponse) GetPipelineId() *PipelineID { if x != nil { return x.PipelineId } return nil } type PipelineDeleteResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PipelineId *PipelineID `protobuf:"bytes,1,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"` } func (x *PipelineDeleteResponse) Reset() { *x = PipelineDeleteResponse{} if protoimpl.UnsafeEnabled { mi := &file_api_api_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PipelineDeleteResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*PipelineDeleteResponse) ProtoMessage() {} func (x *PipelineDeleteResponse) ProtoReflect() protoreflect.Message { mi := &file_api_api_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PipelineDeleteResponse.ProtoReflect.Descriptor instead. func (*PipelineDeleteResponse) Descriptor() ([]byte, []int) { return file_api_api_proto_rawDescGZIP(), []int{11} } func (x *PipelineDeleteResponse) GetPipelineId() *PipelineID { if x != nil { return x.PipelineId } return nil } var File_api_api_proto protoreflect.FileDescriptor var file_api_api_proto_rawDesc = []byte{ 0x0a, 0x0d, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x03, 0x61, 0x70, 0x69, 0x22, 0x74, 0x0a, 0x08, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6c, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6c, 0x69, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x28, 0x0a, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x52, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x73, 0x22, 0xb7, 0x02, 0x0a, 0x07, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0c, 0x0a, 0x01, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x01, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x12, 0x19, 0x0a, 0x08, 0x62, 0x6c, 0x65, 0x6e, 0x64, 0x5f, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x62, 0x6c, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x62, 0x6c, 0x65, 0x6e, 0x64, 0x5f, 0x6f, 0x75, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x62, 0x6c, 0x65, 0x6e, 0x64, 0x4f, 0x75, 0x74, 0x12, 0x29, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x48, 0x00, 0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x35, 0x0a, 0x0c, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x54, 0x65, 0x78, 0x74, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x48, 0x00, 0x52, 0x0b, 0x74, 0x65, 0x78, 0x74, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x12, 0x38, 0x0a, 0x0d, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x5f, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x48, 0x00, 0x52, 0x0c, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x42, 0x0e, 0x0a, 0x0c, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x5f, 0x64, 0x61, 0x74, 0x61, 0x22, 0x90, 0x01, 0x0a, 0x0c, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x12, 0x41, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x1a, 0x3d, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x3e, 0x0a, 0x0c, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x12, 0x0c, 0x0a, 0x01, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xe8, 0x01, 0x0a, 0x0b, 0x54, 0x65, 0x78, 0x74, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0c, 0x0a, 0x01, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x01, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x6f, 0x6e, 0x74, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x66, 0x6f, 0x6e, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x66, 0x6f, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x6f, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x66, 0x6f, 0x6e, 0x74, 0x5f, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x6f, 0x6e, 0x74, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x66, 0x6f, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x09, 0x66, 0x6f, 0x6e, 0x74, 0x43, 0x6f, 0x6c, 0x6f, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x61, 0x78, 0x5f, 0x77, 0x69, 0x64, 0x74, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x57, 0x69, 0x64, 0x74, 0x68, 0x22, 0x4c, 0x0a, 0x18, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x5c, 0x0a, 0x0f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x02, 0x69, 0x64, 0x12, 0x28, 0x0a, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x4f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x52, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x6c, 0x61, 0x79, 0x73, 0x22, 0x1c, 0x0a, 0x0a, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x4a, 0x0a, 0x16, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x49, 0x0a, 0x15, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x48, 0x0a, 0x14, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x4a, 0x0a, 0x16, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x30, 0x0a, 0x0b, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x52, 0x0a, 0x70, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x64, 0x32, 0xd0, 0x02, 0x0a, 0x0f, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x3e, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x0d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x1a, 0x1d, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x43, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x43, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x14, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x73, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x0d, 0x53, 0x74, 0x61, 0x72, 0x74, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x61, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x0c, 0x53, 0x74, 0x6f, 0x70, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x1a, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3e, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x12, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x1a, 0x1b, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x50, 0x69, 0x70, 0x65, 0x6c, 0x69, 0x6e, 0x65, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x07, 0x5a, 0x05, 0x2e, 0x2f, 0x61, 0x70, 0x69, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_api_api_proto_rawDescOnce sync.Once file_api_api_proto_rawDescData = file_api_api_proto_rawDesc ) func file_api_api_proto_rawDescGZIP() []byte { file_api_api_proto_rawDescOnce.Do(func() { file_api_api_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_api_proto_rawDescData) }) return file_api_api_proto_rawDescData } var file_api_api_proto_msgTypes = make([]protoimpl.MessageInfo, 13) var file_api_api_proto_goTypes = []interface{}{ (*Pipeline)(nil), // 0: api.Pipeline (*Overlay)(nil), // 1: api.Overlay (*ExtraOverlay)(nil), // 2: api.ExtraOverlay (*ImageOverlay)(nil), // 3: api.ImageOverlay (*TextOverlay)(nil), // 4: api.TextOverlay (*PipelineCreationResponse)(nil), // 5: api.PipelineCreationResponse (*PipelineUpdates)(nil), // 6: api.PipelineUpdates (*PipelineID)(nil), // 7: api.PipelineID (*PipelineUpdateResponse)(nil), // 8: api.PipelineUpdateResponse (*PipelineStartResponse)(nil), // 9: api.PipelineStartResponse (*PipelineStopResponse)(nil), // 10: api.PipelineStopResponse (*PipelineDeleteResponse)(nil), // 11: api.PipelineDeleteResponse nil, // 12: api.ExtraOverlay.PropertiesEntry } var file_api_api_proto_depIdxs = []int32{ 1, // 0: api.Pipeline.overlays:type_name -> api.Overlay 2, // 1: api.Overlay.extra:type_name -> api.ExtraOverlay 4, // 2: api.Overlay.text_overlay:type_name -> api.TextOverlay 3, // 3: api.Overlay.image_overlay:type_name -> api.ImageOverlay 12, // 4: api.ExtraOverlay.properties:type_name -> api.ExtraOverlay.PropertiesEntry 7, // 5: api.PipelineCreationResponse.pipeline_id:type_name -> api.PipelineID 7, // 6: api.PipelineUpdates.id:type_name -> api.PipelineID 1, // 7: api.PipelineUpdates.overlays:type_name -> api.Overlay 7, // 8: api.PipelineUpdateResponse.pipeline_id:type_name -> api.PipelineID 7, // 9: api.PipelineStartResponse.pipeline_id:type_name -> api.PipelineID 7, // 10: api.PipelineStopResponse.pipeline_id:type_name -> api.PipelineID 7, // 11: api.PipelineDeleteResponse.pipeline_id:type_name -> api.PipelineID 0, // 12: api.PipelineService.CreatePipeline:input_type -> api.Pipeline 6, // 13: api.PipelineService.UpdatePipeline:input_type -> api.PipelineUpdates 7, // 14: api.PipelineService.StartPipeline:input_type -> api.PipelineID 7, // 15: api.PipelineService.StopPipeline:input_type -> api.PipelineID 7, // 16: api.PipelineService.DeletePipeline:input_type -> api.PipelineID 5, // 17: api.PipelineService.CreatePipeline:output_type -> api.PipelineCreationResponse 8, // 18: api.PipelineService.UpdatePipeline:output_type -> api.PipelineUpdateResponse 9, // 19: api.PipelineService.StartPipeline:output_type -> api.PipelineStartResponse 10, // 20: api.PipelineService.StopPipeline:output_type -> api.PipelineStopResponse 11, // 21: api.PipelineService.DeletePipeline:output_type -> api.PipelineDeleteResponse 17, // [17:22] is the sub-list for method output_type 12, // [12:17] is the sub-list for method input_type 12, // [12:12] is the sub-list for extension type_name 12, // [12:12] is the sub-list for extension extendee 0, // [0:12] is the sub-list for field type_name } func init() { file_api_api_proto_init() } func file_api_api_proto_init() { if File_api_api_proto != nil { return } if !protoimpl.UnsafeEnabled { file_api_api_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Pipeline); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*Overlay); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraOverlay); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ImageOverlay); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*TextOverlay); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineCreationResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineUpdates); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineID); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineUpdateResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineStartResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineStopResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_api_api_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PipelineDeleteResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_api_api_proto_msgTypes[1].OneofWrappers = []interface{}{ (*Overlay_Extra)(nil), (*Overlay_TextOverlay)(nil), (*Overlay_ImageOverlay)(nil), } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_api_api_proto_rawDesc, NumEnums: 0, NumMessages: 13, NumExtensions: 0, NumServices: 1, }, GoTypes: file_api_api_proto_goTypes, DependencyIndexes: file_api_api_proto_depIdxs, MessageInfos: file_api_api_proto_msgTypes, }.Build() File_api_api_proto = out.File file_api_api_proto_rawDesc = nil file_api_api_proto_goTypes = nil file_api_api_proto_depIdxs = nil }