874 lines
30 KiB
Go
874 lines
30 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// versions:
|
|
// protoc-gen-go v1.36.11
|
|
// protoc (unknown)
|
|
// source: officeconvertapi/v1/conversion.proto
|
|
|
|
package officeconvertapiv1
|
|
|
|
import (
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
|
|
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)
|
|
)
|
|
|
|
// ConversionStatus represents the lifecycle state of a conversion request.
|
|
type ConversionStatus int32
|
|
|
|
const (
|
|
ConversionStatus_CONVERSION_STATUS_UNSPECIFIED ConversionStatus = 0
|
|
ConversionStatus_CONVERSION_STATUS_PENDING ConversionStatus = 1
|
|
ConversionStatus_CONVERSION_STATUS_RUNNING ConversionStatus = 2
|
|
ConversionStatus_CONVERSION_STATUS_SUCCEEDED ConversionStatus = 3
|
|
ConversionStatus_CONVERSION_STATUS_FAILED ConversionStatus = 4
|
|
)
|
|
|
|
// Enum value maps for ConversionStatus.
|
|
var (
|
|
ConversionStatus_name = map[int32]string{
|
|
0: "CONVERSION_STATUS_UNSPECIFIED",
|
|
1: "CONVERSION_STATUS_PENDING",
|
|
2: "CONVERSION_STATUS_RUNNING",
|
|
3: "CONVERSION_STATUS_SUCCEEDED",
|
|
4: "CONVERSION_STATUS_FAILED",
|
|
}
|
|
ConversionStatus_value = map[string]int32{
|
|
"CONVERSION_STATUS_UNSPECIFIED": 0,
|
|
"CONVERSION_STATUS_PENDING": 1,
|
|
"CONVERSION_STATUS_RUNNING": 2,
|
|
"CONVERSION_STATUS_SUCCEEDED": 3,
|
|
"CONVERSION_STATUS_FAILED": 4,
|
|
}
|
|
)
|
|
|
|
func (x ConversionStatus) Enum() *ConversionStatus {
|
|
p := new(ConversionStatus)
|
|
*p = x
|
|
return p
|
|
}
|
|
|
|
func (x ConversionStatus) String() string {
|
|
return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
|
|
}
|
|
|
|
func (ConversionStatus) Descriptor() protoreflect.EnumDescriptor {
|
|
return file_officeconvertapi_v1_conversion_proto_enumTypes[0].Descriptor()
|
|
}
|
|
|
|
func (ConversionStatus) Type() protoreflect.EnumType {
|
|
return &file_officeconvertapi_v1_conversion_proto_enumTypes[0]
|
|
}
|
|
|
|
func (x ConversionStatus) Number() protoreflect.EnumNumber {
|
|
return protoreflect.EnumNumber(x)
|
|
}
|
|
|
|
// Deprecated: Use ConversionStatus.Descriptor instead.
|
|
func (ConversionStatus) EnumDescriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
// Slide contains extracted notes and the rendered image URL for one slide.
|
|
type Slide struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
Index int32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
|
|
NotesPlain string `protobuf:"bytes,2,opt,name=notes_plain,json=notesPlain,proto3" json:"notes_plain,omitempty"`
|
|
ImageUrl string `protobuf:"bytes,3,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *Slide) Reset() {
|
|
*x = Slide{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[0]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *Slide) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*Slide) ProtoMessage() {}
|
|
|
|
func (x *Slide) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_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 Slide.ProtoReflect.Descriptor instead.
|
|
func (*Slide) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{0}
|
|
}
|
|
|
|
func (x *Slide) GetIndex() int32 {
|
|
if x != nil {
|
|
return x.Index
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (x *Slide) GetNotesPlain() string {
|
|
if x != nil {
|
|
return x.NotesPlain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *Slide) GetImageUrl() string {
|
|
if x != nil {
|
|
return x.ImageUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// SlideDeck is the final structured conversion artifact.
|
|
type SlideDeck struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
SourceFilename string `protobuf:"bytes,2,opt,name=source_filename,json=sourceFilename,proto3" json:"source_filename,omitempty"`
|
|
Slides []*Slide `protobuf:"bytes,3,rep,name=slides,proto3" json:"slides,omitempty"`
|
|
CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *SlideDeck) Reset() {
|
|
*x = SlideDeck{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[1]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *SlideDeck) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*SlideDeck) ProtoMessage() {}
|
|
|
|
func (x *SlideDeck) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_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 SlideDeck.ProtoReflect.Descriptor instead.
|
|
func (*SlideDeck) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{1}
|
|
}
|
|
|
|
func (x *SlideDeck) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SlideDeck) GetSourceFilename() string {
|
|
if x != nil {
|
|
return x.SourceFilename
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *SlideDeck) GetSlides() []*Slide {
|
|
if x != nil {
|
|
return x.Slides
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (x *SlideDeck) GetCreatedAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.CreatedAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// CreateConversionRequest starts a conversion session.
|
|
type CreateConversionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
SourceFilename string `protobuf:"bytes,1,opt,name=source_filename,json=sourceFilename,proto3" json:"source_filename,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateConversionRequest) Reset() {
|
|
*x = CreateConversionRequest{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[2]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateConversionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateConversionRequest) ProtoMessage() {}
|
|
|
|
func (x *CreateConversionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[2]
|
|
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 CreateConversionRequest.ProtoReflect.Descriptor instead.
|
|
func (*CreateConversionRequest) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{2}
|
|
}
|
|
|
|
func (x *CreateConversionRequest) GetSourceFilename() string {
|
|
if x != nil {
|
|
return x.SourceFilename
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// CreateConversionResponse returns upload details for the session.
|
|
type CreateConversionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
UploadBucket string `protobuf:"bytes,2,opt,name=upload_bucket,json=uploadBucket,proto3" json:"upload_bucket,omitempty"`
|
|
UploadObjectKey string `protobuf:"bytes,3,opt,name=upload_object_key,json=uploadObjectKey,proto3" json:"upload_object_key,omitempty"`
|
|
UploadUrl string `protobuf:"bytes,4,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"`
|
|
ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *CreateConversionResponse) Reset() {
|
|
*x = CreateConversionResponse{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[3]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *CreateConversionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*CreateConversionResponse) ProtoMessage() {}
|
|
|
|
func (x *CreateConversionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[3]
|
|
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 CreateConversionResponse.ProtoReflect.Descriptor instead.
|
|
func (*CreateConversionResponse) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{3}
|
|
}
|
|
|
|
func (x *CreateConversionResponse) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateConversionResponse) GetUploadBucket() string {
|
|
if x != nil {
|
|
return x.UploadBucket
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateConversionResponse) GetUploadObjectKey() string {
|
|
if x != nil {
|
|
return x.UploadObjectKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateConversionResponse) GetUploadUrl() string {
|
|
if x != nil {
|
|
return x.UploadUrl
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *CreateConversionResponse) GetExpiresAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.ExpiresAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// StartConversionRequest requests conversion of an already uploaded PPTX.
|
|
type StartConversionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *StartConversionRequest) Reset() {
|
|
*x = StartConversionRequest{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[4]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *StartConversionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StartConversionRequest) ProtoMessage() {}
|
|
|
|
func (x *StartConversionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[4]
|
|
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 StartConversionRequest.ProtoReflect.Descriptor instead.
|
|
func (*StartConversionRequest) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{4}
|
|
}
|
|
|
|
func (x *StartConversionRequest) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// StartConversionResponse returns the first known status after enqueue.
|
|
type StartConversionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
Status ConversionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=officeconvertapi.v1.ConversionStatus" json:"status,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *StartConversionResponse) Reset() {
|
|
*x = StartConversionResponse{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[5]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *StartConversionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*StartConversionResponse) ProtoMessage() {}
|
|
|
|
func (x *StartConversionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[5]
|
|
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 StartConversionResponse.ProtoReflect.Descriptor instead.
|
|
func (*StartConversionResponse) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{5}
|
|
}
|
|
|
|
func (x *StartConversionResponse) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *StartConversionResponse) GetStatus() ConversionStatus {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return ConversionStatus_CONVERSION_STATUS_UNSPECIFIED
|
|
}
|
|
|
|
// GetConversionStatusRequest asks for a specific conversion status.
|
|
type GetConversionStatusRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetConversionStatusRequest) Reset() {
|
|
*x = GetConversionStatusRequest{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[6]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetConversionStatusRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetConversionStatusRequest) ProtoMessage() {}
|
|
|
|
func (x *GetConversionStatusRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[6]
|
|
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 GetConversionStatusRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetConversionStatusRequest) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{6}
|
|
}
|
|
|
|
func (x *GetConversionStatusRequest) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// GetConversionStatusResponse returns current status and optional error info.
|
|
type GetConversionStatusResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
Status ConversionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=officeconvertapi.v1.ConversionStatus" json:"status,omitempty"`
|
|
ErrorMessage string `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
|
|
UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) Reset() {
|
|
*x = GetConversionStatusResponse{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[7]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetConversionStatusResponse) ProtoMessage() {}
|
|
|
|
func (x *GetConversionStatusResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[7]
|
|
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 GetConversionStatusResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetConversionStatusResponse) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{7}
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) GetStatus() ConversionStatus {
|
|
if x != nil {
|
|
return x.Status
|
|
}
|
|
return ConversionStatus_CONVERSION_STATUS_UNSPECIFIED
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) GetErrorMessage() string {
|
|
if x != nil {
|
|
return x.ErrorMessage
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *GetConversionStatusResponse) GetUpdatedAt() *timestamppb.Timestamp {
|
|
if x != nil {
|
|
return x.UpdatedAt
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// GetSlideDeckRequest fetches a completed deck.
|
|
type GetSlideDeckRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSlideDeckRequest) Reset() {
|
|
*x = GetSlideDeckRequest{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[8]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSlideDeckRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSlideDeckRequest) ProtoMessage() {}
|
|
|
|
func (x *GetSlideDeckRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[8]
|
|
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 GetSlideDeckRequest.ProtoReflect.Descriptor instead.
|
|
func (*GetSlideDeckRequest) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{8}
|
|
}
|
|
|
|
func (x *GetSlideDeckRequest) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// GetSlideDeckResponse contains the converted slide deck.
|
|
type GetSlideDeckResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
SlideDeck *SlideDeck `protobuf:"bytes,1,opt,name=slide_deck,json=slideDeck,proto3" json:"slide_deck,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *GetSlideDeckResponse) Reset() {
|
|
*x = GetSlideDeckResponse{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[9]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *GetSlideDeckResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*GetSlideDeckResponse) ProtoMessage() {}
|
|
|
|
func (x *GetSlideDeckResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[9]
|
|
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 GetSlideDeckResponse.ProtoReflect.Descriptor instead.
|
|
func (*GetSlideDeckResponse) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{9}
|
|
}
|
|
|
|
func (x *GetSlideDeckResponse) GetSlideDeck() *SlideDeck {
|
|
if x != nil {
|
|
return x.SlideDeck
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeleteConversionRequest requests immediate cleanup.
|
|
type DeleteConversionRequest struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteConversionRequest) Reset() {
|
|
*x = DeleteConversionRequest{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[10]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteConversionRequest) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteConversionRequest) ProtoMessage() {}
|
|
|
|
func (x *DeleteConversionRequest) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[10]
|
|
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 DeleteConversionRequest.ProtoReflect.Descriptor instead.
|
|
func (*DeleteConversionRequest) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{10}
|
|
}
|
|
|
|
func (x *DeleteConversionRequest) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
// DeleteConversionResponse confirms cleanup details.
|
|
type DeleteConversionResponse struct {
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
ConversionId string `protobuf:"bytes,1,opt,name=conversion_id,json=conversionId,proto3" json:"conversion_id,omitempty"`
|
|
Deleted bool `protobuf:"varint,2,opt,name=deleted,proto3" json:"deleted,omitempty"`
|
|
unknownFields protoimpl.UnknownFields
|
|
sizeCache protoimpl.SizeCache
|
|
}
|
|
|
|
func (x *DeleteConversionResponse) Reset() {
|
|
*x = DeleteConversionResponse{}
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[11]
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms.StoreMessageInfo(mi)
|
|
}
|
|
|
|
func (x *DeleteConversionResponse) String() string {
|
|
return protoimpl.X.MessageStringOf(x)
|
|
}
|
|
|
|
func (*DeleteConversionResponse) ProtoMessage() {}
|
|
|
|
func (x *DeleteConversionResponse) ProtoReflect() protoreflect.Message {
|
|
mi := &file_officeconvertapi_v1_conversion_proto_msgTypes[11]
|
|
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 DeleteConversionResponse.ProtoReflect.Descriptor instead.
|
|
func (*DeleteConversionResponse) Descriptor() ([]byte, []int) {
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescGZIP(), []int{11}
|
|
}
|
|
|
|
func (x *DeleteConversionResponse) GetConversionId() string {
|
|
if x != nil {
|
|
return x.ConversionId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (x *DeleteConversionResponse) GetDeleted() bool {
|
|
if x != nil {
|
|
return x.Deleted
|
|
}
|
|
return false
|
|
}
|
|
|
|
var File_officeconvertapi_v1_conversion_proto protoreflect.FileDescriptor
|
|
|
|
const file_officeconvertapi_v1_conversion_proto_rawDesc = "" +
|
|
"\n" +
|
|
"$officeconvertapi/v1/conversion.proto\x12\x13officeconvertapi.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"[\n" +
|
|
"\x05Slide\x12\x14\n" +
|
|
"\x05index\x18\x01 \x01(\x05R\x05index\x12\x1f\n" +
|
|
"\vnotes_plain\x18\x02 \x01(\tR\n" +
|
|
"notesPlain\x12\x1b\n" +
|
|
"\timage_url\x18\x03 \x01(\tR\bimageUrl\"\xc8\x01\n" +
|
|
"\tSlideDeck\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\x12'\n" +
|
|
"\x0fsource_filename\x18\x02 \x01(\tR\x0esourceFilename\x122\n" +
|
|
"\x06slides\x18\x03 \x03(\v2\x1a.officeconvertapi.v1.SlideR\x06slides\x129\n" +
|
|
"\n" +
|
|
"created_at\x18\x04 \x01(\v2\x1a.google.protobuf.TimestampR\tcreatedAt\"B\n" +
|
|
"\x17CreateConversionRequest\x12'\n" +
|
|
"\x0fsource_filename\x18\x01 \x01(\tR\x0esourceFilename\"\xea\x01\n" +
|
|
"\x18CreateConversionResponse\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\x12#\n" +
|
|
"\rupload_bucket\x18\x02 \x01(\tR\fuploadBucket\x12*\n" +
|
|
"\x11upload_object_key\x18\x03 \x01(\tR\x0fuploadObjectKey\x12\x1d\n" +
|
|
"\n" +
|
|
"upload_url\x18\x04 \x01(\tR\tuploadUrl\x129\n" +
|
|
"\n" +
|
|
"expires_at\x18\x05 \x01(\v2\x1a.google.protobuf.TimestampR\texpiresAt\"=\n" +
|
|
"\x16StartConversionRequest\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\"}\n" +
|
|
"\x17StartConversionResponse\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\x12=\n" +
|
|
"\x06status\x18\x02 \x01(\x0e2%.officeconvertapi.v1.ConversionStatusR\x06status\"A\n" +
|
|
"\x1aGetConversionStatusRequest\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\"\xe1\x01\n" +
|
|
"\x1bGetConversionStatusResponse\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\x12=\n" +
|
|
"\x06status\x18\x02 \x01(\x0e2%.officeconvertapi.v1.ConversionStatusR\x06status\x12#\n" +
|
|
"\rerror_message\x18\x03 \x01(\tR\ferrorMessage\x129\n" +
|
|
"\n" +
|
|
"updated_at\x18\x04 \x01(\v2\x1a.google.protobuf.TimestampR\tupdatedAt\":\n" +
|
|
"\x13GetSlideDeckRequest\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\"U\n" +
|
|
"\x14GetSlideDeckResponse\x12=\n" +
|
|
"\n" +
|
|
"slide_deck\x18\x01 \x01(\v2\x1e.officeconvertapi.v1.SlideDeckR\tslideDeck\">\n" +
|
|
"\x17DeleteConversionRequest\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\"Y\n" +
|
|
"\x18DeleteConversionResponse\x12#\n" +
|
|
"\rconversion_id\x18\x01 \x01(\tR\fconversionId\x12\x18\n" +
|
|
"\adeleted\x18\x02 \x01(\bR\adeleted*\xb2\x01\n" +
|
|
"\x10ConversionStatus\x12!\n" +
|
|
"\x1dCONVERSION_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n" +
|
|
"\x19CONVERSION_STATUS_PENDING\x10\x01\x12\x1d\n" +
|
|
"\x19CONVERSION_STATUS_RUNNING\x10\x02\x12\x1f\n" +
|
|
"\x1bCONVERSION_STATUS_SUCCEEDED\x10\x03\x12\x1c\n" +
|
|
"\x18CONVERSION_STATUS_FAILED\x10\x042\xcc\x04\n" +
|
|
"\x11ConversionService\x12q\n" +
|
|
"\x10CreateConversion\x12,.officeconvertapi.v1.CreateConversionRequest\x1a-.officeconvertapi.v1.CreateConversionResponse\"\x00\x12n\n" +
|
|
"\x0fStartConversion\x12+.officeconvertapi.v1.StartConversionRequest\x1a,.officeconvertapi.v1.StartConversionResponse\"\x00\x12z\n" +
|
|
"\x13GetConversionStatus\x12/.officeconvertapi.v1.GetConversionStatusRequest\x1a0.officeconvertapi.v1.GetConversionStatusResponse\"\x00\x12e\n" +
|
|
"\fGetSlideDeck\x12(.officeconvertapi.v1.GetSlideDeckRequest\x1a).officeconvertapi.v1.GetSlideDeckResponse\"\x00\x12q\n" +
|
|
"\x10DeleteConversion\x12,.officeconvertapi.v1.DeleteConversionRequest\x1a-.officeconvertapi.v1.DeleteConversionResponse\"\x00BLZJgithub.com/end/officeconvert/gen/go/officeconvertapi/v1;officeconvertapiv1b\x06proto3"
|
|
|
|
var (
|
|
file_officeconvertapi_v1_conversion_proto_rawDescOnce sync.Once
|
|
file_officeconvertapi_v1_conversion_proto_rawDescData []byte
|
|
)
|
|
|
|
func file_officeconvertapi_v1_conversion_proto_rawDescGZIP() []byte {
|
|
file_officeconvertapi_v1_conversion_proto_rawDescOnce.Do(func() {
|
|
file_officeconvertapi_v1_conversion_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_officeconvertapi_v1_conversion_proto_rawDesc), len(file_officeconvertapi_v1_conversion_proto_rawDesc)))
|
|
})
|
|
return file_officeconvertapi_v1_conversion_proto_rawDescData
|
|
}
|
|
|
|
var file_officeconvertapi_v1_conversion_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
|
|
var file_officeconvertapi_v1_conversion_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
|
|
var file_officeconvertapi_v1_conversion_proto_goTypes = []any{
|
|
(ConversionStatus)(0), // 0: officeconvertapi.v1.ConversionStatus
|
|
(*Slide)(nil), // 1: officeconvertapi.v1.Slide
|
|
(*SlideDeck)(nil), // 2: officeconvertapi.v1.SlideDeck
|
|
(*CreateConversionRequest)(nil), // 3: officeconvertapi.v1.CreateConversionRequest
|
|
(*CreateConversionResponse)(nil), // 4: officeconvertapi.v1.CreateConversionResponse
|
|
(*StartConversionRequest)(nil), // 5: officeconvertapi.v1.StartConversionRequest
|
|
(*StartConversionResponse)(nil), // 6: officeconvertapi.v1.StartConversionResponse
|
|
(*GetConversionStatusRequest)(nil), // 7: officeconvertapi.v1.GetConversionStatusRequest
|
|
(*GetConversionStatusResponse)(nil), // 8: officeconvertapi.v1.GetConversionStatusResponse
|
|
(*GetSlideDeckRequest)(nil), // 9: officeconvertapi.v1.GetSlideDeckRequest
|
|
(*GetSlideDeckResponse)(nil), // 10: officeconvertapi.v1.GetSlideDeckResponse
|
|
(*DeleteConversionRequest)(nil), // 11: officeconvertapi.v1.DeleteConversionRequest
|
|
(*DeleteConversionResponse)(nil), // 12: officeconvertapi.v1.DeleteConversionResponse
|
|
(*timestamppb.Timestamp)(nil), // 13: google.protobuf.Timestamp
|
|
}
|
|
var file_officeconvertapi_v1_conversion_proto_depIdxs = []int32{
|
|
1, // 0: officeconvertapi.v1.SlideDeck.slides:type_name -> officeconvertapi.v1.Slide
|
|
13, // 1: officeconvertapi.v1.SlideDeck.created_at:type_name -> google.protobuf.Timestamp
|
|
13, // 2: officeconvertapi.v1.CreateConversionResponse.expires_at:type_name -> google.protobuf.Timestamp
|
|
0, // 3: officeconvertapi.v1.StartConversionResponse.status:type_name -> officeconvertapi.v1.ConversionStatus
|
|
0, // 4: officeconvertapi.v1.GetConversionStatusResponse.status:type_name -> officeconvertapi.v1.ConversionStatus
|
|
13, // 5: officeconvertapi.v1.GetConversionStatusResponse.updated_at:type_name -> google.protobuf.Timestamp
|
|
2, // 6: officeconvertapi.v1.GetSlideDeckResponse.slide_deck:type_name -> officeconvertapi.v1.SlideDeck
|
|
3, // 7: officeconvertapi.v1.ConversionService.CreateConversion:input_type -> officeconvertapi.v1.CreateConversionRequest
|
|
5, // 8: officeconvertapi.v1.ConversionService.StartConversion:input_type -> officeconvertapi.v1.StartConversionRequest
|
|
7, // 9: officeconvertapi.v1.ConversionService.GetConversionStatus:input_type -> officeconvertapi.v1.GetConversionStatusRequest
|
|
9, // 10: officeconvertapi.v1.ConversionService.GetSlideDeck:input_type -> officeconvertapi.v1.GetSlideDeckRequest
|
|
11, // 11: officeconvertapi.v1.ConversionService.DeleteConversion:input_type -> officeconvertapi.v1.DeleteConversionRequest
|
|
4, // 12: officeconvertapi.v1.ConversionService.CreateConversion:output_type -> officeconvertapi.v1.CreateConversionResponse
|
|
6, // 13: officeconvertapi.v1.ConversionService.StartConversion:output_type -> officeconvertapi.v1.StartConversionResponse
|
|
8, // 14: officeconvertapi.v1.ConversionService.GetConversionStatus:output_type -> officeconvertapi.v1.GetConversionStatusResponse
|
|
10, // 15: officeconvertapi.v1.ConversionService.GetSlideDeck:output_type -> officeconvertapi.v1.GetSlideDeckResponse
|
|
12, // 16: officeconvertapi.v1.ConversionService.DeleteConversion:output_type -> officeconvertapi.v1.DeleteConversionResponse
|
|
12, // [12:17] is the sub-list for method output_type
|
|
7, // [7:12] is the sub-list for method input_type
|
|
7, // [7:7] is the sub-list for extension type_name
|
|
7, // [7:7] is the sub-list for extension extendee
|
|
0, // [0:7] is the sub-list for field type_name
|
|
}
|
|
|
|
func init() { file_officeconvertapi_v1_conversion_proto_init() }
|
|
func file_officeconvertapi_v1_conversion_proto_init() {
|
|
if File_officeconvertapi_v1_conversion_proto != nil {
|
|
return
|
|
}
|
|
type x struct{}
|
|
out := protoimpl.TypeBuilder{
|
|
File: protoimpl.DescBuilder{
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
RawDescriptor: unsafe.Slice(unsafe.StringData(file_officeconvertapi_v1_conversion_proto_rawDesc), len(file_officeconvertapi_v1_conversion_proto_rawDesc)),
|
|
NumEnums: 1,
|
|
NumMessages: 12,
|
|
NumExtensions: 0,
|
|
NumServices: 1,
|
|
},
|
|
GoTypes: file_officeconvertapi_v1_conversion_proto_goTypes,
|
|
DependencyIndexes: file_officeconvertapi_v1_conversion_proto_depIdxs,
|
|
EnumInfos: file_officeconvertapi_v1_conversion_proto_enumTypes,
|
|
MessageInfos: file_officeconvertapi_v1_conversion_proto_msgTypes,
|
|
}.Build()
|
|
File_officeconvertapi_v1_conversion_proto = out.File
|
|
file_officeconvertapi_v1_conversion_proto_goTypes = nil
|
|
file_officeconvertapi_v1_conversion_proto_depIdxs = nil
|
|
}
|