api

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: BSD-2-Clause Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	APIService_Imagine_FullMethodName          = "/api.APIService/Imagine"
	APIService_NijiImagine_FullMethodName      = "/api.APIService/NijiImagine"
	APIService_Upscale_FullMethodName          = "/api.APIService/Upscale"
	APIService_UpscaleXFour_FullMethodName     = "/api.APIService/UpscaleXFour"
	APIService_Describe_FullMethodName         = "/api.APIService/Describe"
	APIService_Blend_FullMethodName            = "/api.APIService/Blend"
	APIService_Reroll_FullMethodName           = "/api.APIService/Reroll"
	APIService_Variation_FullMethodName        = "/api.APIService/Variation"
	APIService_HighVariation_FullMethodName    = "/api.APIService/HighVariation"
	APIService_LowVariation_FullMethodName     = "/api.APIService/LowVariation"
	APIService_Pan_FullMethodName              = "/api.APIService/Pan"
	APIService_PicReader_FullMethodName        = "/api.APIService/PicReader"
	APIService_PicReadRetry_FullMethodName     = "/api.APIService/PicReadRetry"
	APIService_UpscaleXTow_FullMethodName      = "/api.APIService/UpscaleXTow"
	APIService_UpscaleCreative_FullMethodName  = "/api.APIService/UpscaleCreative"
	APIService_UpscaleSubtle_FullMethodName    = "/api.APIService/UpscaleSubtle"
	APIService_ZoomOutOneX_FullMethodName      = "/api.APIService/ZoomOutOneX"
	APIService_ZoomOutTwoX_FullMethodName      = "/api.APIService/ZoomOutTwoX"
	APIService_ZoomOutCustom_FullMethodName    = "/api.APIService/ZoomOutCustom"
	APIService_BetaUpscaleRedo_FullMethodName  = "/api.APIService/BetaUpscaleRedo"
	APIService_LightUpscaleRedo_FullMethodName = "/api.APIService/LightUpscaleRedo"
	APIService_MakeSquare_FullMethodName       = "/api.APIService/MakeSquare"
	APIService_MakeVariations_FullMethodName   = "/api.APIService/MakeVariations"
)

Variables

View Source
var (
	Codes_name = map[int32]string{
		0: "CODES_SUCCESS",
		1: "CODES_SERVER_INTERNAL_ERROR",
		2: "CODES_INVALID_PARAMETER_ERROR",
		3: "CODES_CONCURRENCY_LIMITED",
		4: "CODES_PROCESSING_TIMEOUT",
	}
	Codes_value = map[string]int32{
		"CODES_SUCCESS":                 0,
		"CODES_SERVER_INTERNAL_ERROR":   1,
		"CODES_INVALID_PARAMETER_ERROR": 2,
		"CODES_CONCURRENCY_LIMITED":     3,
		"CODES_PROCESSING_TIMEOUT":      4,
	}
)

Enum value maps for Codes.

View Source
var APIService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.APIService",
	HandlerType: (*APIServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Imagine",
			Handler:    _APIService_Imagine_Handler,
		},
		{
			MethodName: "NijiImagine",
			Handler:    _APIService_NijiImagine_Handler,
		},
		{
			MethodName: "Upscale",
			Handler:    _APIService_Upscale_Handler,
		},
		{
			MethodName: "UpscaleXFour",
			Handler:    _APIService_UpscaleXFour_Handler,
		},
		{
			MethodName: "Describe",
			Handler:    _APIService_Describe_Handler,
		},
		{
			MethodName: "Blend",
			Handler:    _APIService_Blend_Handler,
		},
		{
			MethodName: "Reroll",
			Handler:    _APIService_Reroll_Handler,
		},
		{
			MethodName: "Variation",
			Handler:    _APIService_Variation_Handler,
		},
		{
			MethodName: "HighVariation",
			Handler:    _APIService_HighVariation_Handler,
		},
		{
			MethodName: "LowVariation",
			Handler:    _APIService_LowVariation_Handler,
		},
		{
			MethodName: "Pan",
			Handler:    _APIService_Pan_Handler,
		},
		{
			MethodName: "PicReader",
			Handler:    _APIService_PicReader_Handler,
		},
		{
			MethodName: "PicReadRetry",
			Handler:    _APIService_PicReadRetry_Handler,
		},
		{
			MethodName: "UpscaleXTow",
			Handler:    _APIService_UpscaleXTow_Handler,
		},
		{
			MethodName: "UpscaleCreative",
			Handler:    _APIService_UpscaleCreative_Handler,
		},
		{
			MethodName: "UpscaleSubtle",
			Handler:    _APIService_UpscaleSubtle_Handler,
		},
		{
			MethodName: "ZoomOutOneX",
			Handler:    _APIService_ZoomOutOneX_Handler,
		},
		{
			MethodName: "ZoomOutTwoX",
			Handler:    _APIService_ZoomOutTwoX_Handler,
		},
		{
			MethodName: "ZoomOutCustom",
			Handler:    _APIService_ZoomOutCustom_Handler,
		},
		{
			MethodName: "BetaUpscaleRedo",
			Handler:    _APIService_BetaUpscaleRedo_Handler,
		},
		{
			MethodName: "LightUpscaleRedo",
			Handler:    _APIService_LightUpscaleRedo_Handler,
		},
		{
			MethodName: "MakeSquare",
			Handler:    _APIService_MakeSquare_Handler,
		},
		{
			MethodName: "MakeVariations",
			Handler:    _APIService_MakeVariations_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api.proto",
}

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

View Source
var File_beta_upscale_redo_proto protoreflect.FileDescriptor
View Source
var File_blend_proto protoreflect.FileDescriptor
View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_custom_zoom_proto protoreflect.FileDescriptor
View Source
var File_describe_proto protoreflect.FileDescriptor
View Source
var File_high_variation_proto protoreflect.FileDescriptor
View Source
var File_imagine_proto protoreflect.FileDescriptor
View Source
var File_light_upscale_redo_proto protoreflect.FileDescriptor
View Source
var File_low_variation_proto protoreflect.FileDescriptor
View Source
var File_make_square_proto protoreflect.FileDescriptor
View Source
var File_make_variations_proto protoreflect.FileDescriptor
View Source
var File_niji_imagine_proto protoreflect.FileDescriptor
View Source
var File_pic_reader_proto protoreflect.FileDescriptor
View Source
var File_picread_retry_proto protoreflect.FileDescriptor
View Source
var File_reroll_proto protoreflect.FileDescriptor
View Source
var File_upscale_creative_proto protoreflect.FileDescriptor
View Source
var File_upscale_proto protoreflect.FileDescriptor
View Source
var File_upscale_subtle_proto protoreflect.FileDescriptor
View Source
var File_upscale_x_four_proto protoreflect.FileDescriptor
View Source
var File_upscale_x_two_proto protoreflect.FileDescriptor
View Source
var File_variation_proto protoreflect.FileDescriptor
View Source
var File_zoom_out_Two_x_proto protoreflect.FileDescriptor
View Source
var File_zoom_out_one_x_proto protoreflect.FileDescriptor

Functions

func RegisterAPIServiceServer

func RegisterAPIServiceServer(s grpc.ServiceRegistrar, srv APIServiceServer)

Types

type APIServiceClient

type APIServiceClient interface {
	Imagine(ctx context.Context, in *ImagineRequest, opts ...grpc.CallOption) (*ImagineResponse, error)
	NijiImagine(ctx context.Context, in *NijiImagineRequest, opts ...grpc.CallOption) (*NijiImagineResponse, error)
	Upscale(ctx context.Context, in *UpscaleRequest, opts ...grpc.CallOption) (*UpscaleResponse, error)
	UpscaleXFour(ctx context.Context, in *UpscaleXFourRequest, opts ...grpc.CallOption) (*UpscaleXFourResponse, error)
	Describe(ctx context.Context, in *DescribeRequest, opts ...grpc.CallOption) (*DescribeResponse, error)
	Blend(ctx context.Context, in *BlendRequest, opts ...grpc.CallOption) (*BlendResponse, error)
	Reroll(ctx context.Context, in *RerollRequest, opts ...grpc.CallOption) (*RerollResponse, error)
	Variation(ctx context.Context, in *VariationRequest, opts ...grpc.CallOption) (*VariationResponse, error)
	HighVariation(ctx context.Context, in *HighVariationRequest, opts ...grpc.CallOption) (*HighVariationResponse, error)
	LowVariation(ctx context.Context, in *LowVariationRequest, opts ...grpc.CallOption) (*LowVariationResponse, error)
	Pan(ctx context.Context, in *PanRequest, opts ...grpc.CallOption) (*PanResponse, error)
	PicReader(ctx context.Context, in *PicReaderRequest, opts ...grpc.CallOption) (*PicReaderResponse, error)
	PicReadRetry(ctx context.Context, in *PicReadRetryRequest, opts ...grpc.CallOption) (*PicReadRetryResponse, error)
	UpscaleXTow(ctx context.Context, in *UpscaleXTwoRequest, opts ...grpc.CallOption) (*UpscaleXTwoResponse, error)
	UpscaleCreative(ctx context.Context, in *UpscaleCreativeRequest, opts ...grpc.CallOption) (*UpscaleCreativeResponse, error)
	UpscaleSubtle(ctx context.Context, in *UpscaleSubtleRequest, opts ...grpc.CallOption) (*UpscaleSubtleResponse, error)
	ZoomOutOneX(ctx context.Context, in *ZoomOutOneXRequest, opts ...grpc.CallOption) (*ZoomOutOneXResponse, error)
	ZoomOutTwoX(ctx context.Context, in *ZoomOutTowXRequest, opts ...grpc.CallOption) (*ZoomOutTowXResponse, error)
	ZoomOutCustom(ctx context.Context, in *CustomZoomRequest, opts ...grpc.CallOption) (*CustomZoomResponse, error)
	BetaUpscaleRedo(ctx context.Context, in *BetaUpscaleRedoRequest, opts ...grpc.CallOption) (*BetaUpscaleRedoResponse, error)
	LightUpscaleRedo(ctx context.Context, in *LightUpscaleRedoRequest, opts ...grpc.CallOption) (*LightUpscaleRedoResponse, error)
	MakeSquare(ctx context.Context, in *MakeSquareRequest, opts ...grpc.CallOption) (*MakeSquareResponse, error)
	MakeVariations(ctx context.Context, in *MakeVariationRequest, opts ...grpc.CallOption) (*MakeVariationResponse, error)
}

APIServiceClient is the client API for APIService 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.

func NewAPIServiceClient

func NewAPIServiceClient(cc grpc.ClientConnInterface) APIServiceClient

type APIServiceServer

type APIServiceServer interface {
	Imagine(context.Context, *ImagineRequest) (*ImagineResponse, error)
	NijiImagine(context.Context, *NijiImagineRequest) (*NijiImagineResponse, error)
	Upscale(context.Context, *UpscaleRequest) (*UpscaleResponse, error)
	UpscaleXFour(context.Context, *UpscaleXFourRequest) (*UpscaleXFourResponse, error)
	Describe(context.Context, *DescribeRequest) (*DescribeResponse, error)
	Blend(context.Context, *BlendRequest) (*BlendResponse, error)
	Reroll(context.Context, *RerollRequest) (*RerollResponse, error)
	Variation(context.Context, *VariationRequest) (*VariationResponse, error)
	HighVariation(context.Context, *HighVariationRequest) (*HighVariationResponse, error)
	LowVariation(context.Context, *LowVariationRequest) (*LowVariationResponse, error)
	Pan(context.Context, *PanRequest) (*PanResponse, error)
	PicReader(context.Context, *PicReaderRequest) (*PicReaderResponse, error)
	PicReadRetry(context.Context, *PicReadRetryRequest) (*PicReadRetryResponse, error)
	UpscaleXTow(context.Context, *UpscaleXTwoRequest) (*UpscaleXTwoResponse, error)
	UpscaleCreative(context.Context, *UpscaleCreativeRequest) (*UpscaleCreativeResponse, error)
	UpscaleSubtle(context.Context, *UpscaleSubtleRequest) (*UpscaleSubtleResponse, error)
	ZoomOutOneX(context.Context, *ZoomOutOneXRequest) (*ZoomOutOneXResponse, error)
	ZoomOutTwoX(context.Context, *ZoomOutTowXRequest) (*ZoomOutTowXResponse, error)
	ZoomOutCustom(context.Context, *CustomZoomRequest) (*CustomZoomResponse, error)
	BetaUpscaleRedo(context.Context, *BetaUpscaleRedoRequest) (*BetaUpscaleRedoResponse, error)
	LightUpscaleRedo(context.Context, *LightUpscaleRedoRequest) (*LightUpscaleRedoResponse, error)
	MakeSquare(context.Context, *MakeSquareRequest) (*MakeSquareResponse, error)
	MakeVariations(context.Context, *MakeVariationRequest) (*MakeVariationResponse, error)
	// contains filtered or unexported methods
}

APIServiceServer is the server API for APIService service. All implementations must embed UnimplementedAPIServiceServer for forward compatibility

type BetaUpscaleRedoRequest added in v0.0.8

type BetaUpscaleRedoRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*BetaUpscaleRedoRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use BetaUpscaleRedoRequest.ProtoReflect.Descriptor instead.

func (*BetaUpscaleRedoRequest) GetBotType added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetBotType() string

func (*BetaUpscaleRedoRequest) GetMemberId added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetMemberId() string

func (*BetaUpscaleRedoRequest) GetMessageId added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetMessageId() string

func (*BetaUpscaleRedoRequest) GetOriginalUrl added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetOriginalUrl() string

func (*BetaUpscaleRedoRequest) GetRequestId added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetRequestId() string

func (*BetaUpscaleRedoRequest) GetWebhook added in v0.0.8

func (x *BetaUpscaleRedoRequest) GetWebhook() string

func (*BetaUpscaleRedoRequest) ProtoMessage added in v0.0.8

func (*BetaUpscaleRedoRequest) ProtoMessage()

func (*BetaUpscaleRedoRequest) ProtoReflect added in v0.0.8

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

func (*BetaUpscaleRedoRequest) Reset added in v0.0.8

func (x *BetaUpscaleRedoRequest) Reset()

func (*BetaUpscaleRedoRequest) String added in v0.0.8

func (x *BetaUpscaleRedoRequest) String() string

type BetaUpscaleRedoResponse added in v0.0.8

type BetaUpscaleRedoResponse struct {
	RequestId string                       `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                        `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                       `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *BetaUpscaleRedoResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BetaUpscaleRedoResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use BetaUpscaleRedoResponse.ProtoReflect.Descriptor instead.

func (*BetaUpscaleRedoResponse) GetCode added in v0.0.8

func (x *BetaUpscaleRedoResponse) GetCode() Codes

func (*BetaUpscaleRedoResponse) GetData added in v0.0.8

func (*BetaUpscaleRedoResponse) GetMsg added in v0.0.8

func (x *BetaUpscaleRedoResponse) GetMsg() string

func (*BetaUpscaleRedoResponse) GetRequestId added in v0.0.8

func (x *BetaUpscaleRedoResponse) GetRequestId() string

func (*BetaUpscaleRedoResponse) ProtoMessage added in v0.0.8

func (*BetaUpscaleRedoResponse) ProtoMessage()

func (*BetaUpscaleRedoResponse) ProtoReflect added in v0.0.8

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

func (*BetaUpscaleRedoResponse) Reset added in v0.0.8

func (x *BetaUpscaleRedoResponse) Reset()

func (*BetaUpscaleRedoResponse) String added in v0.0.8

func (x *BetaUpscaleRedoResponse) String() string

type BetaUpscaleRedoResponseData added in v0.0.8

type BetaUpscaleRedoResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BetaUpscaleRedoResponseData) Descriptor deprecated added in v0.0.8

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

Deprecated: Use BetaUpscaleRedoResponseData.ProtoReflect.Descriptor instead.

func (*BetaUpscaleRedoResponseData) GetStartTime added in v0.0.8

func (x *BetaUpscaleRedoResponseData) GetStartTime() int64

func (*BetaUpscaleRedoResponseData) GetTaskId added in v0.0.8

func (x *BetaUpscaleRedoResponseData) GetTaskId() string

func (*BetaUpscaleRedoResponseData) ProtoMessage added in v0.0.8

func (*BetaUpscaleRedoResponseData) ProtoMessage()

func (*BetaUpscaleRedoResponseData) ProtoReflect added in v0.0.8

func (*BetaUpscaleRedoResponseData) Reset added in v0.0.8

func (x *BetaUpscaleRedoResponseData) Reset()

func (*BetaUpscaleRedoResponseData) String added in v0.0.8

func (x *BetaUpscaleRedoResponseData) String() string

type BlendRequest

type BlendRequest struct {
	RequestId  string   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	ImageUrls  []string `protobuf:"bytes,2,rep,name=image_urls,json=imageUrls,proto3" json:"image_urls,omitempty"`
	MemberId   string   `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	Webhook    string   `protobuf:"bytes,4,opt,name=webhook,proto3" json:"webhook,omitempty"`
	Dimensions string   `protobuf:"bytes,5,opt,name=dimensions,proto3" json:"dimensions,omitempty"`
	BotType    string   `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*BlendRequest) Descriptor deprecated

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

Deprecated: Use BlendRequest.ProtoReflect.Descriptor instead.

func (*BlendRequest) GetBotType added in v0.0.7

func (x *BlendRequest) GetBotType() string

func (*BlendRequest) GetDimensions added in v0.0.3

func (x *BlendRequest) GetDimensions() string

func (*BlendRequest) GetImageUrls

func (x *BlendRequest) GetImageUrls() []string

func (*BlendRequest) GetMemberId

func (x *BlendRequest) GetMemberId() string

func (*BlendRequest) GetRequestId

func (x *BlendRequest) GetRequestId() string

func (*BlendRequest) GetWebhook added in v0.0.2

func (x *BlendRequest) GetWebhook() string

func (*BlendRequest) ProtoMessage

func (*BlendRequest) ProtoMessage()

func (*BlendRequest) ProtoReflect

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

func (*BlendRequest) Reset

func (x *BlendRequest) Reset()

func (*BlendRequest) String

func (x *BlendRequest) String() string

type BlendResponse

type BlendResponse struct {
	RequestId string             `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes              `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string             `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *BlendResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BlendResponse) Descriptor deprecated

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

Deprecated: Use BlendResponse.ProtoReflect.Descriptor instead.

func (*BlendResponse) GetCode

func (x *BlendResponse) GetCode() Codes

func (*BlendResponse) GetData

func (x *BlendResponse) GetData() *BlendResponseData

func (*BlendResponse) GetMsg

func (x *BlendResponse) GetMsg() string

func (*BlendResponse) GetRequestId

func (x *BlendResponse) GetRequestId() string

func (*BlendResponse) ProtoMessage

func (*BlendResponse) ProtoMessage()

func (*BlendResponse) ProtoReflect

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

func (*BlendResponse) Reset

func (x *BlendResponse) Reset()

func (*BlendResponse) String

func (x *BlendResponse) String() string

type BlendResponseData

type BlendResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BlendResponseData) Descriptor deprecated

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

Deprecated: Use BlendResponseData.ProtoReflect.Descriptor instead.

func (*BlendResponseData) GetStartTime

func (x *BlendResponseData) GetStartTime() int64

func (*BlendResponseData) GetTaskId

func (x *BlendResponseData) GetTaskId() string

func (*BlendResponseData) ProtoMessage

func (*BlendResponseData) ProtoMessage()

func (*BlendResponseData) ProtoReflect

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

func (*BlendResponseData) Reset

func (x *BlendResponseData) Reset()

func (*BlendResponseData) String

func (x *BlendResponseData) String() string

type Codes

type Codes int32
const (
	Codes_CODES_SUCCESS                 Codes = 0
	Codes_CODES_SERVER_INTERNAL_ERROR   Codes = 1
	Codes_CODES_INVALID_PARAMETER_ERROR Codes = 2
	Codes_CODES_CONCURRENCY_LIMITED     Codes = 3
	Codes_CODES_PROCESSING_TIMEOUT      Codes = 4
)

func (Codes) Descriptor

func (Codes) Descriptor() protoreflect.EnumDescriptor

func (Codes) Enum

func (x Codes) Enum() *Codes

func (Codes) EnumDescriptor deprecated

func (Codes) EnumDescriptor() ([]byte, []int)

Deprecated: Use Codes.Descriptor instead.

func (Codes) Number

func (x Codes) Number() protoreflect.EnumNumber

func (Codes) String

func (x Codes) String() string

func (Codes) Type

func (Codes) Type() protoreflect.EnumType

type CustomZoomRequest added in v0.0.4

type CustomZoomRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	MessageId   string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Webhook     string `protobuf:"bytes,4,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,5,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	Prompt      string `protobuf:"bytes,6,opt,name=prompt,proto3" json:"prompt,omitempty"`
	BotType     string `protobuf:"bytes,7,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomZoomRequest) Descriptor deprecated added in v0.0.4

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

Deprecated: Use CustomZoomRequest.ProtoReflect.Descriptor instead.

func (*CustomZoomRequest) GetBotType added in v0.0.7

func (x *CustomZoomRequest) GetBotType() string

func (*CustomZoomRequest) GetMemberId added in v0.0.4

func (x *CustomZoomRequest) GetMemberId() string

func (*CustomZoomRequest) GetMessageId added in v0.0.4

func (x *CustomZoomRequest) GetMessageId() string

func (*CustomZoomRequest) GetOriginalUrl added in v0.0.4

func (x *CustomZoomRequest) GetOriginalUrl() string

func (*CustomZoomRequest) GetPrompt added in v0.0.4

func (x *CustomZoomRequest) GetPrompt() string

func (*CustomZoomRequest) GetRequestId added in v0.0.4

func (x *CustomZoomRequest) GetRequestId() string

func (*CustomZoomRequest) GetWebhook added in v0.0.4

func (x *CustomZoomRequest) GetWebhook() string

func (*CustomZoomRequest) ProtoMessage added in v0.0.4

func (*CustomZoomRequest) ProtoMessage()

func (*CustomZoomRequest) ProtoReflect added in v0.0.4

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

func (*CustomZoomRequest) Reset added in v0.0.4

func (x *CustomZoomRequest) Reset()

func (*CustomZoomRequest) String added in v0.0.4

func (x *CustomZoomRequest) String() string

type CustomZoomResponse added in v0.0.4

type CustomZoomResponse struct {
	RequestId string                  `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                   `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                  `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *CustomZoomResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomZoomResponse) Descriptor deprecated added in v0.0.4

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

Deprecated: Use CustomZoomResponse.ProtoReflect.Descriptor instead.

func (*CustomZoomResponse) GetCode added in v0.0.4

func (x *CustomZoomResponse) GetCode() Codes

func (*CustomZoomResponse) GetData added in v0.0.4

func (*CustomZoomResponse) GetMsg added in v0.0.4

func (x *CustomZoomResponse) GetMsg() string

func (*CustomZoomResponse) GetRequestId added in v0.0.4

func (x *CustomZoomResponse) GetRequestId() string

func (*CustomZoomResponse) ProtoMessage added in v0.0.4

func (*CustomZoomResponse) ProtoMessage()

func (*CustomZoomResponse) ProtoReflect added in v0.0.4

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

func (*CustomZoomResponse) Reset added in v0.0.4

func (x *CustomZoomResponse) Reset()

func (*CustomZoomResponse) String added in v0.0.4

func (x *CustomZoomResponse) String() string

type CustomZoomResponseData added in v0.0.4

type CustomZoomResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomZoomResponseData) Descriptor deprecated added in v0.0.4

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

Deprecated: Use CustomZoomResponseData.ProtoReflect.Descriptor instead.

func (*CustomZoomResponseData) GetStartTime added in v0.0.4

func (x *CustomZoomResponseData) GetStartTime() int64

func (*CustomZoomResponseData) GetTaskId added in v0.0.4

func (x *CustomZoomResponseData) GetTaskId() string

func (*CustomZoomResponseData) ProtoMessage added in v0.0.4

func (*CustomZoomResponseData) ProtoMessage()

func (*CustomZoomResponseData) ProtoReflect added in v0.0.4

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

func (*CustomZoomResponseData) Reset added in v0.0.4

func (x *CustomZoomResponseData) Reset()

func (*CustomZoomResponseData) String added in v0.0.4

func (x *CustomZoomResponseData) String() string

type DescribeRequest

type DescribeRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	ImageUrl  string `protobuf:"bytes,2,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	MemberId  string `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	BotType   string `protobuf:"bytes,4,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeRequest) Descriptor deprecated

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

Deprecated: Use DescribeRequest.ProtoReflect.Descriptor instead.

func (*DescribeRequest) GetBotType added in v0.0.7

func (x *DescribeRequest) GetBotType() string

func (*DescribeRequest) GetImageUrl

func (x *DescribeRequest) GetImageUrl() string

func (*DescribeRequest) GetMemberId

func (x *DescribeRequest) GetMemberId() string

func (*DescribeRequest) GetRequestId

func (x *DescribeRequest) GetRequestId() string

func (*DescribeRequest) ProtoMessage

func (*DescribeRequest) ProtoMessage()

func (*DescribeRequest) ProtoReflect

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

func (*DescribeRequest) Reset

func (x *DescribeRequest) Reset()

func (*DescribeRequest) String

func (x *DescribeRequest) String() string

type DescribeResponse

type DescribeResponse struct {
	RequestId string                `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                 `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *DescribeResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeResponse) Descriptor deprecated

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

Deprecated: Use DescribeResponse.ProtoReflect.Descriptor instead.

func (*DescribeResponse) GetCode

func (x *DescribeResponse) GetCode() Codes

func (*DescribeResponse) GetData

func (x *DescribeResponse) GetData() *DescribeResponseData

func (*DescribeResponse) GetMsg

func (x *DescribeResponse) GetMsg() string

func (*DescribeResponse) GetRequestId

func (x *DescribeResponse) GetRequestId() string

func (*DescribeResponse) ProtoMessage

func (*DescribeResponse) ProtoMessage()

func (*DescribeResponse) ProtoReflect

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

func (*DescribeResponse) Reset

func (x *DescribeResponse) Reset()

func (*DescribeResponse) String

func (x *DescribeResponse) String() string

type DescribeResponseData

type DescribeResponseData struct {
	Prompts   []string `protobuf:"bytes,1,rep,name=prompts,proto3" json:"prompts,omitempty"`
	MessageId string   `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	MemberId  string   `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeResponseData) Descriptor deprecated

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

Deprecated: Use DescribeResponseData.ProtoReflect.Descriptor instead.

func (*DescribeResponseData) GetMemberId

func (x *DescribeResponseData) GetMemberId() string

func (*DescribeResponseData) GetMessageId

func (x *DescribeResponseData) GetMessageId() string

func (*DescribeResponseData) GetPrompts

func (x *DescribeResponseData) GetPrompts() []string

func (*DescribeResponseData) ProtoMessage

func (*DescribeResponseData) ProtoMessage()

func (*DescribeResponseData) ProtoReflect

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

func (*DescribeResponseData) Reset

func (x *DescribeResponseData) Reset()

func (*DescribeResponseData) String

func (x *DescribeResponseData) String() string

type HighVariationRequest

type HighVariationRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*HighVariationRequest) Descriptor deprecated

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

Deprecated: Use HighVariationRequest.ProtoReflect.Descriptor instead.

func (*HighVariationRequest) GetBotType added in v0.0.7

func (x *HighVariationRequest) GetBotType() string

func (*HighVariationRequest) GetMemberId

func (x *HighVariationRequest) GetMemberId() string

func (*HighVariationRequest) GetMessageId

func (x *HighVariationRequest) GetMessageId() string

func (*HighVariationRequest) GetOriginalUrl

func (x *HighVariationRequest) GetOriginalUrl() string

func (*HighVariationRequest) GetRequestId

func (x *HighVariationRequest) GetRequestId() string

func (*HighVariationRequest) GetWebhook

func (x *HighVariationRequest) GetWebhook() string

func (*HighVariationRequest) ProtoMessage

func (*HighVariationRequest) ProtoMessage()

func (*HighVariationRequest) ProtoReflect

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

func (*HighVariationRequest) Reset

func (x *HighVariationRequest) Reset()

func (*HighVariationRequest) String

func (x *HighVariationRequest) String() string

type HighVariationResponse

type HighVariationResponse struct {
	RequestId string                     `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                      `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                     `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *HighVariationResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*HighVariationResponse) Descriptor deprecated

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

Deprecated: Use HighVariationResponse.ProtoReflect.Descriptor instead.

func (*HighVariationResponse) GetCode

func (x *HighVariationResponse) GetCode() Codes

func (*HighVariationResponse) GetData

func (*HighVariationResponse) GetMsg

func (x *HighVariationResponse) GetMsg() string

func (*HighVariationResponse) GetRequestId

func (x *HighVariationResponse) GetRequestId() string

func (*HighVariationResponse) ProtoMessage

func (*HighVariationResponse) ProtoMessage()

func (*HighVariationResponse) ProtoReflect

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

func (*HighVariationResponse) Reset

func (x *HighVariationResponse) Reset()

func (*HighVariationResponse) String

func (x *HighVariationResponse) String() string

type HighVariationResponseData

type HighVariationResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*HighVariationResponseData) Descriptor deprecated

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

Deprecated: Use HighVariationResponseData.ProtoReflect.Descriptor instead.

func (*HighVariationResponseData) GetStartTime

func (x *HighVariationResponseData) GetStartTime() int64

func (*HighVariationResponseData) GetTaskId

func (x *HighVariationResponseData) GetTaskId() string

func (*HighVariationResponseData) ProtoMessage

func (*HighVariationResponseData) ProtoMessage()

func (*HighVariationResponseData) ProtoReflect

func (*HighVariationResponseData) Reset

func (x *HighVariationResponseData) Reset()

func (*HighVariationResponseData) String

func (x *HighVariationResponseData) String() string

type ImagineRequest

type ImagineRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Prompt    string `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Webhook   string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId  string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagineRequest) Descriptor deprecated

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

Deprecated: Use ImagineRequest.ProtoReflect.Descriptor instead.

func (*ImagineRequest) GetMemberId

func (x *ImagineRequest) GetMemberId() string

func (*ImagineRequest) GetPrompt

func (x *ImagineRequest) GetPrompt() string

func (*ImagineRequest) GetRequestId

func (x *ImagineRequest) GetRequestId() string

func (*ImagineRequest) GetWebhook

func (x *ImagineRequest) GetWebhook() string

func (*ImagineRequest) ProtoMessage

func (*ImagineRequest) ProtoMessage()

func (*ImagineRequest) ProtoReflect

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

func (*ImagineRequest) Reset

func (x *ImagineRequest) Reset()

func (*ImagineRequest) String

func (x *ImagineRequest) String() string

type ImagineResponse

type ImagineResponse struct {
	RequestId string               `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string               `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *ImagineResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagineResponse) Descriptor deprecated

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

Deprecated: Use ImagineResponse.ProtoReflect.Descriptor instead.

func (*ImagineResponse) GetCode

func (x *ImagineResponse) GetCode() Codes

func (*ImagineResponse) GetData

func (x *ImagineResponse) GetData() *ImagineResponseData

func (*ImagineResponse) GetMsg

func (x *ImagineResponse) GetMsg() string

func (*ImagineResponse) GetRequestId

func (x *ImagineResponse) GetRequestId() string

func (*ImagineResponse) ProtoMessage

func (*ImagineResponse) ProtoMessage()

func (*ImagineResponse) ProtoReflect

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

func (*ImagineResponse) Reset

func (x *ImagineResponse) Reset()

func (*ImagineResponse) String

func (x *ImagineResponse) String() string

type ImagineResponseData

type ImagineResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagineResponseData) Descriptor deprecated

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

Deprecated: Use ImagineResponseData.ProtoReflect.Descriptor instead.

func (*ImagineResponseData) GetStartTime

func (x *ImagineResponseData) GetStartTime() int64

func (*ImagineResponseData) GetTaskId

func (x *ImagineResponseData) GetTaskId() string

func (*ImagineResponseData) ProtoMessage

func (*ImagineResponseData) ProtoMessage()

func (*ImagineResponseData) ProtoReflect

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

func (*ImagineResponseData) Reset

func (x *ImagineResponseData) Reset()

func (*ImagineResponseData) String

func (x *ImagineResponseData) String() string

type LightUpscaleRedoRequest added in v0.0.8

type LightUpscaleRedoRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*LightUpscaleRedoRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use LightUpscaleRedoRequest.ProtoReflect.Descriptor instead.

func (*LightUpscaleRedoRequest) GetBotType added in v0.0.8

func (x *LightUpscaleRedoRequest) GetBotType() string

func (*LightUpscaleRedoRequest) GetMemberId added in v0.0.8

func (x *LightUpscaleRedoRequest) GetMemberId() string

func (*LightUpscaleRedoRequest) GetMessageId added in v0.0.8

func (x *LightUpscaleRedoRequest) GetMessageId() string

func (*LightUpscaleRedoRequest) GetOriginalUrl added in v0.0.8

func (x *LightUpscaleRedoRequest) GetOriginalUrl() string

func (*LightUpscaleRedoRequest) GetRequestId added in v0.0.8

func (x *LightUpscaleRedoRequest) GetRequestId() string

func (*LightUpscaleRedoRequest) GetWebhook added in v0.0.8

func (x *LightUpscaleRedoRequest) GetWebhook() string

func (*LightUpscaleRedoRequest) ProtoMessage added in v0.0.8

func (*LightUpscaleRedoRequest) ProtoMessage()

func (*LightUpscaleRedoRequest) ProtoReflect added in v0.0.8

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

func (*LightUpscaleRedoRequest) Reset added in v0.0.8

func (x *LightUpscaleRedoRequest) Reset()

func (*LightUpscaleRedoRequest) String added in v0.0.8

func (x *LightUpscaleRedoRequest) String() string

type LightUpscaleRedoResponse added in v0.0.8

type LightUpscaleRedoResponse struct {
	RequestId string                        `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                         `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                        `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *LightUpscaleRedoResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*LightUpscaleRedoResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use LightUpscaleRedoResponse.ProtoReflect.Descriptor instead.

func (*LightUpscaleRedoResponse) GetCode added in v0.0.8

func (x *LightUpscaleRedoResponse) GetCode() Codes

func (*LightUpscaleRedoResponse) GetData added in v0.0.8

func (*LightUpscaleRedoResponse) GetMsg added in v0.0.8

func (x *LightUpscaleRedoResponse) GetMsg() string

func (*LightUpscaleRedoResponse) GetRequestId added in v0.0.8

func (x *LightUpscaleRedoResponse) GetRequestId() string

func (*LightUpscaleRedoResponse) ProtoMessage added in v0.0.8

func (*LightUpscaleRedoResponse) ProtoMessage()

func (*LightUpscaleRedoResponse) ProtoReflect added in v0.0.8

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

func (*LightUpscaleRedoResponse) Reset added in v0.0.8

func (x *LightUpscaleRedoResponse) Reset()

func (*LightUpscaleRedoResponse) String added in v0.0.8

func (x *LightUpscaleRedoResponse) String() string

type LightUpscaleRedoResponseData added in v0.0.8

type LightUpscaleRedoResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LightUpscaleRedoResponseData) Descriptor deprecated added in v0.0.8

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

Deprecated: Use LightUpscaleRedoResponseData.ProtoReflect.Descriptor instead.

func (*LightUpscaleRedoResponseData) GetStartTime added in v0.0.8

func (x *LightUpscaleRedoResponseData) GetStartTime() int64

func (*LightUpscaleRedoResponseData) GetTaskId added in v0.0.8

func (x *LightUpscaleRedoResponseData) GetTaskId() string

func (*LightUpscaleRedoResponseData) ProtoMessage added in v0.0.8

func (*LightUpscaleRedoResponseData) ProtoMessage()

func (*LightUpscaleRedoResponseData) ProtoReflect added in v0.0.8

func (*LightUpscaleRedoResponseData) Reset added in v0.0.8

func (x *LightUpscaleRedoResponseData) Reset()

func (*LightUpscaleRedoResponseData) String added in v0.0.8

type LowVariationRequest

type LowVariationRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*LowVariationRequest) Descriptor deprecated

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

Deprecated: Use LowVariationRequest.ProtoReflect.Descriptor instead.

func (*LowVariationRequest) GetBotType added in v0.0.7

func (x *LowVariationRequest) GetBotType() string

func (*LowVariationRequest) GetMemberId

func (x *LowVariationRequest) GetMemberId() string

func (*LowVariationRequest) GetMessageId

func (x *LowVariationRequest) GetMessageId() string

func (*LowVariationRequest) GetOriginalUrl

func (x *LowVariationRequest) GetOriginalUrl() string

func (*LowVariationRequest) GetRequestId

func (x *LowVariationRequest) GetRequestId() string

func (*LowVariationRequest) GetWebhook

func (x *LowVariationRequest) GetWebhook() string

func (*LowVariationRequest) ProtoMessage

func (*LowVariationRequest) ProtoMessage()

func (*LowVariationRequest) ProtoReflect

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

func (*LowVariationRequest) Reset

func (x *LowVariationRequest) Reset()

func (*LowVariationRequest) String

func (x *LowVariationRequest) String() string

type LowVariationResponse

type LowVariationResponse struct {
	RequestId string                    `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                     `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                    `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *LowVariationResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*LowVariationResponse) Descriptor deprecated

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

Deprecated: Use LowVariationResponse.ProtoReflect.Descriptor instead.

func (*LowVariationResponse) GetCode

func (x *LowVariationResponse) GetCode() Codes

func (*LowVariationResponse) GetData

func (*LowVariationResponse) GetMsg

func (x *LowVariationResponse) GetMsg() string

func (*LowVariationResponse) GetRequestId

func (x *LowVariationResponse) GetRequestId() string

func (*LowVariationResponse) ProtoMessage

func (*LowVariationResponse) ProtoMessage()

func (*LowVariationResponse) ProtoReflect

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

func (*LowVariationResponse) Reset

func (x *LowVariationResponse) Reset()

func (*LowVariationResponse) String

func (x *LowVariationResponse) String() string

type LowVariationResponseData

type LowVariationResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*LowVariationResponseData) Descriptor deprecated

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

Deprecated: Use LowVariationResponseData.ProtoReflect.Descriptor instead.

func (*LowVariationResponseData) GetStartTime

func (x *LowVariationResponseData) GetStartTime() int64

func (*LowVariationResponseData) GetTaskId

func (x *LowVariationResponseData) GetTaskId() string

func (*LowVariationResponseData) ProtoMessage

func (*LowVariationResponseData) ProtoMessage()

func (*LowVariationResponseData) ProtoReflect

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

func (*LowVariationResponseData) Reset

func (x *LowVariationResponseData) Reset()

func (*LowVariationResponseData) String

func (x *LowVariationResponseData) String() string

type MakeSquareRequest added in v0.0.8

type MakeSquareRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeSquareRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeSquareRequest.ProtoReflect.Descriptor instead.

func (*MakeSquareRequest) GetBotType added in v0.0.8

func (x *MakeSquareRequest) GetBotType() string

func (*MakeSquareRequest) GetMemberId added in v0.0.8

func (x *MakeSquareRequest) GetMemberId() string

func (*MakeSquareRequest) GetMessageId added in v0.0.8

func (x *MakeSquareRequest) GetMessageId() string

func (*MakeSquareRequest) GetOriginalUrl added in v0.0.8

func (x *MakeSquareRequest) GetOriginalUrl() string

func (*MakeSquareRequest) GetRequestId added in v0.0.8

func (x *MakeSquareRequest) GetRequestId() string

func (*MakeSquareRequest) GetWebhook added in v0.0.8

func (x *MakeSquareRequest) GetWebhook() string

func (*MakeSquareRequest) ProtoMessage added in v0.0.8

func (*MakeSquareRequest) ProtoMessage()

func (*MakeSquareRequest) ProtoReflect added in v0.0.8

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

func (*MakeSquareRequest) Reset added in v0.0.8

func (x *MakeSquareRequest) Reset()

func (*MakeSquareRequest) String added in v0.0.8

func (x *MakeSquareRequest) String() string

type MakeSquareResponse added in v0.0.8

type MakeSquareResponse struct {
	RequestId string                  `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                   `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                  `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *MakeSquareResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeSquareResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeSquareResponse.ProtoReflect.Descriptor instead.

func (*MakeSquareResponse) GetCode added in v0.0.8

func (x *MakeSquareResponse) GetCode() Codes

func (*MakeSquareResponse) GetData added in v0.0.8

func (*MakeSquareResponse) GetMsg added in v0.0.8

func (x *MakeSquareResponse) GetMsg() string

func (*MakeSquareResponse) GetRequestId added in v0.0.8

func (x *MakeSquareResponse) GetRequestId() string

func (*MakeSquareResponse) ProtoMessage added in v0.0.8

func (*MakeSquareResponse) ProtoMessage()

func (*MakeSquareResponse) ProtoReflect added in v0.0.8

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

func (*MakeSquareResponse) Reset added in v0.0.8

func (x *MakeSquareResponse) Reset()

func (*MakeSquareResponse) String added in v0.0.8

func (x *MakeSquareResponse) String() string

type MakeSquareResponseData added in v0.0.8

type MakeSquareResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeSquareResponseData) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeSquareResponseData.ProtoReflect.Descriptor instead.

func (*MakeSquareResponseData) GetStartTime added in v0.0.8

func (x *MakeSquareResponseData) GetStartTime() int64

func (*MakeSquareResponseData) GetTaskId added in v0.0.8

func (x *MakeSquareResponseData) GetTaskId() string

func (*MakeSquareResponseData) ProtoMessage added in v0.0.8

func (*MakeSquareResponseData) ProtoMessage()

func (*MakeSquareResponseData) ProtoReflect added in v0.0.8

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

func (*MakeSquareResponseData) Reset added in v0.0.8

func (x *MakeSquareResponseData) Reset()

func (*MakeSquareResponseData) String added in v0.0.8

func (x *MakeSquareResponseData) String() string

type MakeVariationRequest added in v0.0.8

type MakeVariationRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeVariationRequest) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeVariationRequest.ProtoReflect.Descriptor instead.

func (*MakeVariationRequest) GetBotType added in v0.0.8

func (x *MakeVariationRequest) GetBotType() string

func (*MakeVariationRequest) GetMemberId added in v0.0.8

func (x *MakeVariationRequest) GetMemberId() string

func (*MakeVariationRequest) GetMessageId added in v0.0.8

func (x *MakeVariationRequest) GetMessageId() string

func (*MakeVariationRequest) GetOriginalUrl added in v0.0.8

func (x *MakeVariationRequest) GetOriginalUrl() string

func (*MakeVariationRequest) GetRequestId added in v0.0.8

func (x *MakeVariationRequest) GetRequestId() string

func (*MakeVariationRequest) GetWebhook added in v0.0.8

func (x *MakeVariationRequest) GetWebhook() string

func (*MakeVariationRequest) ProtoMessage added in v0.0.8

func (*MakeVariationRequest) ProtoMessage()

func (*MakeVariationRequest) ProtoReflect added in v0.0.8

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

func (*MakeVariationRequest) Reset added in v0.0.8

func (x *MakeVariationRequest) Reset()

func (*MakeVariationRequest) String added in v0.0.8

func (x *MakeVariationRequest) String() string

type MakeVariationResponse added in v0.0.8

type MakeVariationResponse struct {
	RequestId string                     `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                      `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                     `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *MakeVariationResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeVariationResponse) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeVariationResponse.ProtoReflect.Descriptor instead.

func (*MakeVariationResponse) GetCode added in v0.0.8

func (x *MakeVariationResponse) GetCode() Codes

func (*MakeVariationResponse) GetData added in v0.0.8

func (*MakeVariationResponse) GetMsg added in v0.0.8

func (x *MakeVariationResponse) GetMsg() string

func (*MakeVariationResponse) GetRequestId added in v0.0.8

func (x *MakeVariationResponse) GetRequestId() string

func (*MakeVariationResponse) ProtoMessage added in v0.0.8

func (*MakeVariationResponse) ProtoMessage()

func (*MakeVariationResponse) ProtoReflect added in v0.0.8

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

func (*MakeVariationResponse) Reset added in v0.0.8

func (x *MakeVariationResponse) Reset()

func (*MakeVariationResponse) String added in v0.0.8

func (x *MakeVariationResponse) String() string

type MakeVariationResponseData added in v0.0.8

type MakeVariationResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*MakeVariationResponseData) Descriptor deprecated added in v0.0.8

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

Deprecated: Use MakeVariationResponseData.ProtoReflect.Descriptor instead.

func (*MakeVariationResponseData) GetStartTime added in v0.0.8

func (x *MakeVariationResponseData) GetStartTime() int64

func (*MakeVariationResponseData) GetTaskId added in v0.0.8

func (x *MakeVariationResponseData) GetTaskId() string

func (*MakeVariationResponseData) ProtoMessage added in v0.0.8

func (*MakeVariationResponseData) ProtoMessage()

func (*MakeVariationResponseData) ProtoReflect added in v0.0.8

func (*MakeVariationResponseData) Reset added in v0.0.8

func (x *MakeVariationResponseData) Reset()

func (*MakeVariationResponseData) String added in v0.0.8

func (x *MakeVariationResponseData) String() string

type NijiImagineRequest added in v0.0.5

type NijiImagineRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Prompt    string `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Webhook   string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId  string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NijiImagineRequest) Descriptor deprecated added in v0.0.5

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

Deprecated: Use NijiImagineRequest.ProtoReflect.Descriptor instead.

func (*NijiImagineRequest) GetMemberId added in v0.0.5

func (x *NijiImagineRequest) GetMemberId() string

func (*NijiImagineRequest) GetPrompt added in v0.0.5

func (x *NijiImagineRequest) GetPrompt() string

func (*NijiImagineRequest) GetRequestId added in v0.0.5

func (x *NijiImagineRequest) GetRequestId() string

func (*NijiImagineRequest) GetWebhook added in v0.0.5

func (x *NijiImagineRequest) GetWebhook() string

func (*NijiImagineRequest) ProtoMessage added in v0.0.5

func (*NijiImagineRequest) ProtoMessage()

func (*NijiImagineRequest) ProtoReflect added in v0.0.5

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

func (*NijiImagineRequest) Reset added in v0.0.5

func (x *NijiImagineRequest) Reset()

func (*NijiImagineRequest) String added in v0.0.5

func (x *NijiImagineRequest) String() string

type NijiImagineResponse added in v0.0.5

type NijiImagineResponse struct {
	RequestId string                   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                    `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *NijiImagineResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*NijiImagineResponse) Descriptor deprecated added in v0.0.5

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

Deprecated: Use NijiImagineResponse.ProtoReflect.Descriptor instead.

func (*NijiImagineResponse) GetCode added in v0.0.5

func (x *NijiImagineResponse) GetCode() Codes

func (*NijiImagineResponse) GetData added in v0.0.5

func (*NijiImagineResponse) GetMsg added in v0.0.5

func (x *NijiImagineResponse) GetMsg() string

func (*NijiImagineResponse) GetRequestId added in v0.0.5

func (x *NijiImagineResponse) GetRequestId() string

func (*NijiImagineResponse) ProtoMessage added in v0.0.5

func (*NijiImagineResponse) ProtoMessage()

func (*NijiImagineResponse) ProtoReflect added in v0.0.5

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

func (*NijiImagineResponse) Reset added in v0.0.5

func (x *NijiImagineResponse) Reset()

func (*NijiImagineResponse) String added in v0.0.5

func (x *NijiImagineResponse) String() string

type NijiImagineResponseData added in v0.0.5

type NijiImagineResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*NijiImagineResponseData) Descriptor deprecated added in v0.0.5

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

Deprecated: Use NijiImagineResponseData.ProtoReflect.Descriptor instead.

func (*NijiImagineResponseData) GetStartTime added in v0.0.5

func (x *NijiImagineResponseData) GetStartTime() int64

func (*NijiImagineResponseData) GetTaskId added in v0.0.5

func (x *NijiImagineResponseData) GetTaskId() string

func (*NijiImagineResponseData) ProtoMessage added in v0.0.5

func (*NijiImagineResponseData) ProtoMessage()

func (*NijiImagineResponseData) ProtoReflect added in v0.0.5

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

func (*NijiImagineResponseData) Reset added in v0.0.5

func (x *NijiImagineResponseData) Reset()

func (*NijiImagineResponseData) String added in v0.0.5

func (x *NijiImagineResponseData) String() string

type PanRequest

type PanRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	PanType     string `protobuf:"bytes,6,opt,name=pan_type,json=panType,proto3" json:"pan_type,omitempty"`
	BotType     string `protobuf:"bytes,7,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*PanRequest) Descriptor deprecated

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

Deprecated: Use PanRequest.ProtoReflect.Descriptor instead.

func (*PanRequest) GetBotType added in v0.0.7

func (x *PanRequest) GetBotType() string

func (*PanRequest) GetMemberId

func (x *PanRequest) GetMemberId() string

func (*PanRequest) GetMessageId

func (x *PanRequest) GetMessageId() string

func (*PanRequest) GetOriginalUrl

func (x *PanRequest) GetOriginalUrl() string

func (*PanRequest) GetPanType

func (x *PanRequest) GetPanType() string

func (*PanRequest) GetRequestId

func (x *PanRequest) GetRequestId() string

func (*PanRequest) GetWebhook

func (x *PanRequest) GetWebhook() string

func (*PanRequest) ProtoMessage

func (*PanRequest) ProtoMessage()

func (*PanRequest) ProtoReflect

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

func (*PanRequest) Reset

func (x *PanRequest) Reset()

func (*PanRequest) String

func (x *PanRequest) String() string

type PanResponse

type PanResponse struct {
	RequestId string           `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes            `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string           `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *PanResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PanResponse) Descriptor deprecated

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

Deprecated: Use PanResponse.ProtoReflect.Descriptor instead.

func (*PanResponse) GetCode

func (x *PanResponse) GetCode() Codes

func (*PanResponse) GetData

func (x *PanResponse) GetData() *PanResponseData

func (*PanResponse) GetMsg

func (x *PanResponse) GetMsg() string

func (*PanResponse) GetRequestId

func (x *PanResponse) GetRequestId() string

func (*PanResponse) ProtoMessage

func (*PanResponse) ProtoMessage()

func (*PanResponse) ProtoReflect

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

func (*PanResponse) Reset

func (x *PanResponse) Reset()

func (*PanResponse) String

func (x *PanResponse) String() string

type PanResponseData

type PanResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*PanResponseData) Descriptor deprecated

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

Deprecated: Use PanResponseData.ProtoReflect.Descriptor instead.

func (*PanResponseData) GetStartTime

func (x *PanResponseData) GetStartTime() int64

func (*PanResponseData) GetTaskId

func (x *PanResponseData) GetTaskId() string

func (*PanResponseData) ProtoMessage

func (*PanResponseData) ProtoMessage()

func (*PanResponseData) ProtoReflect

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

func (*PanResponseData) Reset

func (x *PanResponseData) Reset()

func (*PanResponseData) String

func (x *PanResponseData) String() string

type PicReadRetryRequest

type PicReadRetryRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	MessageId string `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	MemberId  string `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	BotType   string `protobuf:"bytes,4,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReadRetryRequest) Descriptor deprecated

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

Deprecated: Use PicReadRetryRequest.ProtoReflect.Descriptor instead.

func (*PicReadRetryRequest) GetBotType added in v0.0.7

func (x *PicReadRetryRequest) GetBotType() string

func (*PicReadRetryRequest) GetMemberId

func (x *PicReadRetryRequest) GetMemberId() string

func (*PicReadRetryRequest) GetMessageId

func (x *PicReadRetryRequest) GetMessageId() string

func (*PicReadRetryRequest) GetRequestId

func (x *PicReadRetryRequest) GetRequestId() string

func (*PicReadRetryRequest) ProtoMessage

func (*PicReadRetryRequest) ProtoMessage()

func (*PicReadRetryRequest) ProtoReflect

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

func (*PicReadRetryRequest) Reset

func (x *PicReadRetryRequest) Reset()

func (*PicReadRetryRequest) String

func (x *PicReadRetryRequest) String() string

type PicReadRetryResponse

type PicReadRetryResponse struct {
	RequestId string                    `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                     `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                    `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *PicReadRetryResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReadRetryResponse) Descriptor deprecated

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

Deprecated: Use PicReadRetryResponse.ProtoReflect.Descriptor instead.

func (*PicReadRetryResponse) GetCode

func (x *PicReadRetryResponse) GetCode() Codes

func (*PicReadRetryResponse) GetData

func (*PicReadRetryResponse) GetMsg

func (x *PicReadRetryResponse) GetMsg() string

func (*PicReadRetryResponse) GetRequestId

func (x *PicReadRetryResponse) GetRequestId() string

func (*PicReadRetryResponse) ProtoMessage

func (*PicReadRetryResponse) ProtoMessage()

func (*PicReadRetryResponse) ProtoReflect

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

func (*PicReadRetryResponse) Reset

func (x *PicReadRetryResponse) Reset()

func (*PicReadRetryResponse) String

func (x *PicReadRetryResponse) String() string

type PicReadRetryResponseData

type PicReadRetryResponseData struct {
	Prompts   []string `protobuf:"bytes,1,rep,name=prompts,proto3" json:"prompts,omitempty"`
	MessageId string   `protobuf:"bytes,2,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	MemberId  string   `protobuf:"bytes,3,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReadRetryResponseData) Descriptor deprecated

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

Deprecated: Use PicReadRetryResponseData.ProtoReflect.Descriptor instead.

func (*PicReadRetryResponseData) GetMemberId

func (x *PicReadRetryResponseData) GetMemberId() string

func (*PicReadRetryResponseData) GetMessageId

func (x *PicReadRetryResponseData) GetMessageId() string

func (*PicReadRetryResponseData) GetPrompts

func (x *PicReadRetryResponseData) GetPrompts() []string

func (*PicReadRetryResponseData) ProtoMessage

func (*PicReadRetryResponseData) ProtoMessage()

func (*PicReadRetryResponseData) ProtoReflect

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

func (*PicReadRetryResponseData) Reset

func (x *PicReadRetryResponseData) Reset()

func (*PicReadRetryResponseData) String

func (x *PicReadRetryResponseData) String() string

type PicReaderRequest

type PicReaderRequest struct {
	RequestId string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Index     int32  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	MessageId string `protobuf:"bytes,3,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	Webhook   string `protobuf:"bytes,4,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId  string `protobuf:"bytes,5,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	Prompt    string `protobuf:"bytes,6,opt,name=prompt,proto3" json:"prompt,omitempty"`
	BotType   string `protobuf:"bytes,7,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReaderRequest) Descriptor deprecated

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

Deprecated: Use PicReaderRequest.ProtoReflect.Descriptor instead.

func (*PicReaderRequest) GetBotType added in v0.0.7

func (x *PicReaderRequest) GetBotType() string

func (*PicReaderRequest) GetIndex

func (x *PicReaderRequest) GetIndex() int32

func (*PicReaderRequest) GetMemberId

func (x *PicReaderRequest) GetMemberId() string

func (*PicReaderRequest) GetMessageId

func (x *PicReaderRequest) GetMessageId() string

func (*PicReaderRequest) GetPrompt added in v0.0.4

func (x *PicReaderRequest) GetPrompt() string

func (*PicReaderRequest) GetRequestId

func (x *PicReaderRequest) GetRequestId() string

func (*PicReaderRequest) GetWebhook

func (x *PicReaderRequest) GetWebhook() string

func (*PicReaderRequest) ProtoMessage

func (*PicReaderRequest) ProtoMessage()

func (*PicReaderRequest) ProtoReflect

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

func (*PicReaderRequest) Reset

func (x *PicReaderRequest) Reset()

func (*PicReaderRequest) String

func (x *PicReaderRequest) String() string

type PicReaderResponse

type PicReaderResponse struct {
	RequestId string                 `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                  `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                 `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *PicReaderResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReaderResponse) Descriptor deprecated

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

Deprecated: Use PicReaderResponse.ProtoReflect.Descriptor instead.

func (*PicReaderResponse) GetCode

func (x *PicReaderResponse) GetCode() Codes

func (*PicReaderResponse) GetData

func (*PicReaderResponse) GetMsg

func (x *PicReaderResponse) GetMsg() string

func (*PicReaderResponse) GetRequestId

func (x *PicReaderResponse) GetRequestId() string

func (*PicReaderResponse) ProtoMessage

func (*PicReaderResponse) ProtoMessage()

func (*PicReaderResponse) ProtoReflect

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

func (*PicReaderResponse) Reset

func (x *PicReaderResponse) Reset()

func (*PicReaderResponse) String

func (x *PicReaderResponse) String() string

type PicReaderResponseData

type PicReaderResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*PicReaderResponseData) Descriptor deprecated

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

Deprecated: Use PicReaderResponseData.ProtoReflect.Descriptor instead.

func (*PicReaderResponseData) GetStartTime

func (x *PicReaderResponseData) GetStartTime() int64

func (*PicReaderResponseData) GetTaskId

func (x *PicReaderResponseData) GetTaskId() string

func (*PicReaderResponseData) ProtoMessage

func (*PicReaderResponseData) ProtoMessage()

func (*PicReaderResponseData) ProtoReflect

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

func (*PicReaderResponseData) Reset

func (x *PicReaderResponseData) Reset()

func (*PicReaderResponseData) String

func (x *PicReaderResponseData) String() string

type RerollRequest

type RerollRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RerollRequest) Descriptor deprecated

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

Deprecated: Use RerollRequest.ProtoReflect.Descriptor instead.

func (*RerollRequest) GetBotType added in v0.0.7

func (x *RerollRequest) GetBotType() string

func (*RerollRequest) GetMemberId

func (x *RerollRequest) GetMemberId() string

func (*RerollRequest) GetMessageId

func (x *RerollRequest) GetMessageId() string

func (*RerollRequest) GetOriginalUrl

func (x *RerollRequest) GetOriginalUrl() string

func (*RerollRequest) GetRequestId

func (x *RerollRequest) GetRequestId() string

func (*RerollRequest) GetWebhook

func (x *RerollRequest) GetWebhook() string

func (*RerollRequest) ProtoMessage

func (*RerollRequest) ProtoMessage()

func (*RerollRequest) ProtoReflect

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

func (*RerollRequest) Reset

func (x *RerollRequest) Reset()

func (*RerollRequest) String

func (x *RerollRequest) String() string

type RerollResponse

type RerollResponse struct {
	RequestId string              `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes               `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string              `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *RerollResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*RerollResponse) Descriptor deprecated

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

Deprecated: Use RerollResponse.ProtoReflect.Descriptor instead.

func (*RerollResponse) GetCode

func (x *RerollResponse) GetCode() Codes

func (*RerollResponse) GetData

func (x *RerollResponse) GetData() *RerollResponseData

func (*RerollResponse) GetMsg

func (x *RerollResponse) GetMsg() string

func (*RerollResponse) GetRequestId

func (x *RerollResponse) GetRequestId() string

func (*RerollResponse) ProtoMessage

func (*RerollResponse) ProtoMessage()

func (*RerollResponse) ProtoReflect

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

func (*RerollResponse) Reset

func (x *RerollResponse) Reset()

func (*RerollResponse) String

func (x *RerollResponse) String() string

type RerollResponseData

type RerollResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RerollResponseData) Descriptor deprecated

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

Deprecated: Use RerollResponseData.ProtoReflect.Descriptor instead.

func (*RerollResponseData) GetStartTime

func (x *RerollResponseData) GetStartTime() int64

func (*RerollResponseData) GetTaskId

func (x *RerollResponseData) GetTaskId() string

func (*RerollResponseData) ProtoMessage

func (*RerollResponseData) ProtoMessage()

func (*RerollResponseData) ProtoReflect

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

func (*RerollResponseData) Reset

func (x *RerollResponseData) Reset()

func (*RerollResponseData) String

func (x *RerollResponseData) String() string

type UnimplementedAPIServiceServer

type UnimplementedAPIServiceServer struct {
}

UnimplementedAPIServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAPIServiceServer) BetaUpscaleRedo added in v0.0.8

func (UnimplementedAPIServiceServer) Blend

func (UnimplementedAPIServiceServer) Describe

func (UnimplementedAPIServiceServer) HighVariation

func (UnimplementedAPIServiceServer) Imagine

func (UnimplementedAPIServiceServer) LightUpscaleRedo added in v0.0.8

func (UnimplementedAPIServiceServer) LowVariation

func (UnimplementedAPIServiceServer) MakeSquare added in v0.0.8

func (UnimplementedAPIServiceServer) MakeVariations added in v0.0.8

func (UnimplementedAPIServiceServer) NijiImagine added in v0.0.5

func (UnimplementedAPIServiceServer) Pan

func (UnimplementedAPIServiceServer) PicReadRetry

func (UnimplementedAPIServiceServer) PicReader

func (UnimplementedAPIServiceServer) Reroll

func (UnimplementedAPIServiceServer) Upscale

func (UnimplementedAPIServiceServer) UpscaleCreative added in v0.0.4

func (UnimplementedAPIServiceServer) UpscaleSubtle added in v0.0.4

func (UnimplementedAPIServiceServer) UpscaleXFour

func (UnimplementedAPIServiceServer) UpscaleXTow

func (UnimplementedAPIServiceServer) Variation

func (UnimplementedAPIServiceServer) ZoomOutCustom added in v0.0.4

func (UnimplementedAPIServiceServer) ZoomOutOneX

func (UnimplementedAPIServiceServer) ZoomOutTwoX

type UnsafeAPIServiceServer

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

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

type UpscaleCreativeRequest added in v0.0.4

type UpscaleCreativeRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleCreativeRequest) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleCreativeRequest.ProtoReflect.Descriptor instead.

func (*UpscaleCreativeRequest) GetBotType added in v0.0.8

func (x *UpscaleCreativeRequest) GetBotType() string

func (*UpscaleCreativeRequest) GetMemberId added in v0.0.4

func (x *UpscaleCreativeRequest) GetMemberId() string

func (*UpscaleCreativeRequest) GetMessageId added in v0.0.4

func (x *UpscaleCreativeRequest) GetMessageId() string

func (*UpscaleCreativeRequest) GetOriginalUrl added in v0.0.4

func (x *UpscaleCreativeRequest) GetOriginalUrl() string

func (*UpscaleCreativeRequest) GetRequestId added in v0.0.4

func (x *UpscaleCreativeRequest) GetRequestId() string

func (*UpscaleCreativeRequest) GetWebhook added in v0.0.4

func (x *UpscaleCreativeRequest) GetWebhook() string

func (*UpscaleCreativeRequest) ProtoMessage added in v0.0.4

func (*UpscaleCreativeRequest) ProtoMessage()

func (*UpscaleCreativeRequest) ProtoReflect added in v0.0.4

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

func (*UpscaleCreativeRequest) Reset added in v0.0.4

func (x *UpscaleCreativeRequest) Reset()

func (*UpscaleCreativeRequest) String added in v0.0.4

func (x *UpscaleCreativeRequest) String() string

type UpscaleCreativeResponse added in v0.0.4

type UpscaleCreativeResponse struct {
	RequestId string                       `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                        `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                       `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *UpscaleCreativeResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleCreativeResponse) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleCreativeResponse.ProtoReflect.Descriptor instead.

func (*UpscaleCreativeResponse) GetCode added in v0.0.4

func (x *UpscaleCreativeResponse) GetCode() Codes

func (*UpscaleCreativeResponse) GetData added in v0.0.4

func (*UpscaleCreativeResponse) GetMsg added in v0.0.4

func (x *UpscaleCreativeResponse) GetMsg() string

func (*UpscaleCreativeResponse) GetRequestId added in v0.0.4

func (x *UpscaleCreativeResponse) GetRequestId() string

func (*UpscaleCreativeResponse) ProtoMessage added in v0.0.4

func (*UpscaleCreativeResponse) ProtoMessage()

func (*UpscaleCreativeResponse) ProtoReflect added in v0.0.4

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

func (*UpscaleCreativeResponse) Reset added in v0.0.4

func (x *UpscaleCreativeResponse) Reset()

func (*UpscaleCreativeResponse) String added in v0.0.4

func (x *UpscaleCreativeResponse) String() string

type UpscaleCreativeResponseData added in v0.0.4

type UpscaleCreativeResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleCreativeResponseData) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleCreativeResponseData.ProtoReflect.Descriptor instead.

func (*UpscaleCreativeResponseData) GetStartTime added in v0.0.4

func (x *UpscaleCreativeResponseData) GetStartTime() int64

func (*UpscaleCreativeResponseData) GetTaskId added in v0.0.4

func (x *UpscaleCreativeResponseData) GetTaskId() string

func (*UpscaleCreativeResponseData) ProtoMessage added in v0.0.4

func (*UpscaleCreativeResponseData) ProtoMessage()

func (*UpscaleCreativeResponseData) ProtoReflect added in v0.0.4

func (*UpscaleCreativeResponseData) Reset added in v0.0.4

func (x *UpscaleCreativeResponseData) Reset()

func (*UpscaleCreativeResponseData) String added in v0.0.4

func (x *UpscaleCreativeResponseData) String() string

type UpscaleRequest

type UpscaleRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Index       int32  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	OriginalUrl string `protobuf:"bytes,3,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,4,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,5,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,7,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleRequest) Descriptor deprecated

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

Deprecated: Use UpscaleRequest.ProtoReflect.Descriptor instead.

func (*UpscaleRequest) GetBotType added in v0.0.7

func (x *UpscaleRequest) GetBotType() string

func (*UpscaleRequest) GetIndex

func (x *UpscaleRequest) GetIndex() int32

func (*UpscaleRequest) GetMemberId

func (x *UpscaleRequest) GetMemberId() string

func (*UpscaleRequest) GetMessageId

func (x *UpscaleRequest) GetMessageId() string

func (*UpscaleRequest) GetOriginalUrl

func (x *UpscaleRequest) GetOriginalUrl() string

func (*UpscaleRequest) GetRequestId

func (x *UpscaleRequest) GetRequestId() string

func (*UpscaleRequest) GetWebhook

func (x *UpscaleRequest) GetWebhook() string

func (*UpscaleRequest) ProtoMessage

func (*UpscaleRequest) ProtoMessage()

func (*UpscaleRequest) ProtoReflect

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

func (*UpscaleRequest) Reset

func (x *UpscaleRequest) Reset()

func (*UpscaleRequest) String

func (x *UpscaleRequest) String() string

type UpscaleResponse

type UpscaleResponse struct {
	RequestId string               `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string               `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *UpscaleResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleResponse) Descriptor deprecated

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

Deprecated: Use UpscaleResponse.ProtoReflect.Descriptor instead.

func (*UpscaleResponse) GetCode

func (x *UpscaleResponse) GetCode() Codes

func (*UpscaleResponse) GetData

func (x *UpscaleResponse) GetData() *UpscaleResponseData

func (*UpscaleResponse) GetMsg

func (x *UpscaleResponse) GetMsg() string

func (*UpscaleResponse) GetRequestId

func (x *UpscaleResponse) GetRequestId() string

func (*UpscaleResponse) ProtoMessage

func (*UpscaleResponse) ProtoMessage()

func (*UpscaleResponse) ProtoReflect

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

func (*UpscaleResponse) Reset

func (x *UpscaleResponse) Reset()

func (*UpscaleResponse) String

func (x *UpscaleResponse) String() string

type UpscaleResponseData

type UpscaleResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleResponseData) Descriptor deprecated

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

Deprecated: Use UpscaleResponseData.ProtoReflect.Descriptor instead.

func (*UpscaleResponseData) GetStartTime

func (x *UpscaleResponseData) GetStartTime() int64

func (*UpscaleResponseData) GetTaskId

func (x *UpscaleResponseData) GetTaskId() string

func (*UpscaleResponseData) ProtoMessage

func (*UpscaleResponseData) ProtoMessage()

func (*UpscaleResponseData) ProtoReflect

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

func (*UpscaleResponseData) Reset

func (x *UpscaleResponseData) Reset()

func (*UpscaleResponseData) String

func (x *UpscaleResponseData) String() string

type UpscaleSubtleRequest added in v0.0.4

type UpscaleSubtleRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleSubtleRequest) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleSubtleRequest.ProtoReflect.Descriptor instead.

func (*UpscaleSubtleRequest) GetBotType added in v0.0.8

func (x *UpscaleSubtleRequest) GetBotType() string

func (*UpscaleSubtleRequest) GetMemberId added in v0.0.4

func (x *UpscaleSubtleRequest) GetMemberId() string

func (*UpscaleSubtleRequest) GetMessageId added in v0.0.4

func (x *UpscaleSubtleRequest) GetMessageId() string

func (*UpscaleSubtleRequest) GetOriginalUrl added in v0.0.4

func (x *UpscaleSubtleRequest) GetOriginalUrl() string

func (*UpscaleSubtleRequest) GetRequestId added in v0.0.4

func (x *UpscaleSubtleRequest) GetRequestId() string

func (*UpscaleSubtleRequest) GetWebhook added in v0.0.4

func (x *UpscaleSubtleRequest) GetWebhook() string

func (*UpscaleSubtleRequest) ProtoMessage added in v0.0.4

func (*UpscaleSubtleRequest) ProtoMessage()

func (*UpscaleSubtleRequest) ProtoReflect added in v0.0.4

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

func (*UpscaleSubtleRequest) Reset added in v0.0.4

func (x *UpscaleSubtleRequest) Reset()

func (*UpscaleSubtleRequest) String added in v0.0.4

func (x *UpscaleSubtleRequest) String() string

type UpscaleSubtleResponse added in v0.0.4

type UpscaleSubtleResponse struct {
	RequestId string                     `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                      `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                     `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *UpscaleSubtleResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleSubtleResponse) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleSubtleResponse.ProtoReflect.Descriptor instead.

func (*UpscaleSubtleResponse) GetCode added in v0.0.4

func (x *UpscaleSubtleResponse) GetCode() Codes

func (*UpscaleSubtleResponse) GetData added in v0.0.4

func (*UpscaleSubtleResponse) GetMsg added in v0.0.4

func (x *UpscaleSubtleResponse) GetMsg() string

func (*UpscaleSubtleResponse) GetRequestId added in v0.0.4

func (x *UpscaleSubtleResponse) GetRequestId() string

func (*UpscaleSubtleResponse) ProtoMessage added in v0.0.4

func (*UpscaleSubtleResponse) ProtoMessage()

func (*UpscaleSubtleResponse) ProtoReflect added in v0.0.4

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

func (*UpscaleSubtleResponse) Reset added in v0.0.4

func (x *UpscaleSubtleResponse) Reset()

func (*UpscaleSubtleResponse) String added in v0.0.4

func (x *UpscaleSubtleResponse) String() string

type UpscaleSubtleResponseData added in v0.0.4

type UpscaleSubtleResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleSubtleResponseData) Descriptor deprecated added in v0.0.4

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

Deprecated: Use UpscaleSubtleResponseData.ProtoReflect.Descriptor instead.

func (*UpscaleSubtleResponseData) GetStartTime added in v0.0.4

func (x *UpscaleSubtleResponseData) GetStartTime() int64

func (*UpscaleSubtleResponseData) GetTaskId added in v0.0.4

func (x *UpscaleSubtleResponseData) GetTaskId() string

func (*UpscaleSubtleResponseData) ProtoMessage added in v0.0.4

func (*UpscaleSubtleResponseData) ProtoMessage()

func (*UpscaleSubtleResponseData) ProtoReflect added in v0.0.4

func (*UpscaleSubtleResponseData) Reset added in v0.0.4

func (x *UpscaleSubtleResponseData) Reset()

func (*UpscaleSubtleResponseData) String added in v0.0.4

func (x *UpscaleSubtleResponseData) String() string

type UpscaleXFourRequest

type UpscaleXFourRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXFourRequest) Descriptor deprecated

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

Deprecated: Use UpscaleXFourRequest.ProtoReflect.Descriptor instead.

func (*UpscaleXFourRequest) GetBotType added in v0.0.7

func (x *UpscaleXFourRequest) GetBotType() string

func (*UpscaleXFourRequest) GetMemberId

func (x *UpscaleXFourRequest) GetMemberId() string

func (*UpscaleXFourRequest) GetMessageId

func (x *UpscaleXFourRequest) GetMessageId() string

func (*UpscaleXFourRequest) GetOriginalUrl

func (x *UpscaleXFourRequest) GetOriginalUrl() string

func (*UpscaleXFourRequest) GetRequestId

func (x *UpscaleXFourRequest) GetRequestId() string

func (*UpscaleXFourRequest) GetWebhook

func (x *UpscaleXFourRequest) GetWebhook() string

func (*UpscaleXFourRequest) ProtoMessage

func (*UpscaleXFourRequest) ProtoMessage()

func (*UpscaleXFourRequest) ProtoReflect

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

func (*UpscaleXFourRequest) Reset

func (x *UpscaleXFourRequest) Reset()

func (*UpscaleXFourRequest) String

func (x *UpscaleXFourRequest) String() string

type UpscaleXFourResponse

type UpscaleXFourResponse struct {
	RequestId string                    `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                     `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                    `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *UpscaleXFourResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXFourResponse) Descriptor deprecated

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

Deprecated: Use UpscaleXFourResponse.ProtoReflect.Descriptor instead.

func (*UpscaleXFourResponse) GetCode

func (x *UpscaleXFourResponse) GetCode() Codes

func (*UpscaleXFourResponse) GetData

func (*UpscaleXFourResponse) GetMsg

func (x *UpscaleXFourResponse) GetMsg() string

func (*UpscaleXFourResponse) GetRequestId

func (x *UpscaleXFourResponse) GetRequestId() string

func (*UpscaleXFourResponse) ProtoMessage

func (*UpscaleXFourResponse) ProtoMessage()

func (*UpscaleXFourResponse) ProtoReflect

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

func (*UpscaleXFourResponse) Reset

func (x *UpscaleXFourResponse) Reset()

func (*UpscaleXFourResponse) String

func (x *UpscaleXFourResponse) String() string

type UpscaleXFourResponseData

type UpscaleXFourResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXFourResponseData) Descriptor deprecated

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

Deprecated: Use UpscaleXFourResponseData.ProtoReflect.Descriptor instead.

func (*UpscaleXFourResponseData) GetStartTime

func (x *UpscaleXFourResponseData) GetStartTime() int64

func (*UpscaleXFourResponseData) GetTaskId

func (x *UpscaleXFourResponseData) GetTaskId() string

func (*UpscaleXFourResponseData) ProtoMessage

func (*UpscaleXFourResponseData) ProtoMessage()

func (*UpscaleXFourResponseData) ProtoReflect

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

func (*UpscaleXFourResponseData) Reset

func (x *UpscaleXFourResponseData) Reset()

func (*UpscaleXFourResponseData) String

func (x *UpscaleXFourResponseData) String() string

type UpscaleXTwoRequest

type UpscaleXTwoRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXTwoRequest) Descriptor deprecated

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

Deprecated: Use UpscaleXTwoRequest.ProtoReflect.Descriptor instead.

func (*UpscaleXTwoRequest) GetBotType added in v0.0.7

func (x *UpscaleXTwoRequest) GetBotType() string

func (*UpscaleXTwoRequest) GetMemberId

func (x *UpscaleXTwoRequest) GetMemberId() string

func (*UpscaleXTwoRequest) GetMessageId

func (x *UpscaleXTwoRequest) GetMessageId() string

func (*UpscaleXTwoRequest) GetOriginalUrl

func (x *UpscaleXTwoRequest) GetOriginalUrl() string

func (*UpscaleXTwoRequest) GetRequestId

func (x *UpscaleXTwoRequest) GetRequestId() string

func (*UpscaleXTwoRequest) GetWebhook

func (x *UpscaleXTwoRequest) GetWebhook() string

func (*UpscaleXTwoRequest) ProtoMessage

func (*UpscaleXTwoRequest) ProtoMessage()

func (*UpscaleXTwoRequest) ProtoReflect

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

func (*UpscaleXTwoRequest) Reset

func (x *UpscaleXTwoRequest) Reset()

func (*UpscaleXTwoRequest) String

func (x *UpscaleXTwoRequest) String() string

type UpscaleXTwoResponse

type UpscaleXTwoResponse struct {
	RequestId string                   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                    `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *UpscaleXTwoResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXTwoResponse) Descriptor deprecated

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

Deprecated: Use UpscaleXTwoResponse.ProtoReflect.Descriptor instead.

func (*UpscaleXTwoResponse) GetCode

func (x *UpscaleXTwoResponse) GetCode() Codes

func (*UpscaleXTwoResponse) GetData

func (*UpscaleXTwoResponse) GetMsg

func (x *UpscaleXTwoResponse) GetMsg() string

func (*UpscaleXTwoResponse) GetRequestId

func (x *UpscaleXTwoResponse) GetRequestId() string

func (*UpscaleXTwoResponse) ProtoMessage

func (*UpscaleXTwoResponse) ProtoMessage()

func (*UpscaleXTwoResponse) ProtoReflect

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

func (*UpscaleXTwoResponse) Reset

func (x *UpscaleXTwoResponse) Reset()

func (*UpscaleXTwoResponse) String

func (x *UpscaleXTwoResponse) String() string

type UpscaleXTwoResponseData

type UpscaleXTwoResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*UpscaleXTwoResponseData) Descriptor deprecated

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

Deprecated: Use UpscaleXTwoResponseData.ProtoReflect.Descriptor instead.

func (*UpscaleXTwoResponseData) GetStartTime

func (x *UpscaleXTwoResponseData) GetStartTime() int64

func (*UpscaleXTwoResponseData) GetTaskId

func (x *UpscaleXTwoResponseData) GetTaskId() string

func (*UpscaleXTwoResponseData) ProtoMessage

func (*UpscaleXTwoResponseData) ProtoMessage()

func (*UpscaleXTwoResponseData) ProtoReflect

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

func (*UpscaleXTwoResponseData) Reset

func (x *UpscaleXTwoResponseData) Reset()

func (*UpscaleXTwoResponseData) String

func (x *UpscaleXTwoResponseData) String() string

type VariationRequest

type VariationRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Index       int32  `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	OriginalUrl string `protobuf:"bytes,3,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,4,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,5,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,6,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,7,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*VariationRequest) Descriptor deprecated

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

Deprecated: Use VariationRequest.ProtoReflect.Descriptor instead.

func (*VariationRequest) GetBotType added in v0.0.7

func (x *VariationRequest) GetBotType() string

func (*VariationRequest) GetIndex

func (x *VariationRequest) GetIndex() int32

func (*VariationRequest) GetMemberId

func (x *VariationRequest) GetMemberId() string

func (*VariationRequest) GetMessageId

func (x *VariationRequest) GetMessageId() string

func (*VariationRequest) GetOriginalUrl

func (x *VariationRequest) GetOriginalUrl() string

func (*VariationRequest) GetRequestId

func (x *VariationRequest) GetRequestId() string

func (*VariationRequest) GetWebhook

func (x *VariationRequest) GetWebhook() string

func (*VariationRequest) ProtoMessage

func (*VariationRequest) ProtoMessage()

func (*VariationRequest) ProtoReflect

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

func (*VariationRequest) Reset

func (x *VariationRequest) Reset()

func (*VariationRequest) String

func (x *VariationRequest) String() string

type VariationResponse

type VariationResponse struct {
	RequestId string                 `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                  `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                 `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *VariationResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*VariationResponse) Descriptor deprecated

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

Deprecated: Use VariationResponse.ProtoReflect.Descriptor instead.

func (*VariationResponse) GetCode

func (x *VariationResponse) GetCode() Codes

func (*VariationResponse) GetData

func (*VariationResponse) GetMsg

func (x *VariationResponse) GetMsg() string

func (*VariationResponse) GetRequestId

func (x *VariationResponse) GetRequestId() string

func (*VariationResponse) ProtoMessage

func (*VariationResponse) ProtoMessage()

func (*VariationResponse) ProtoReflect

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

func (*VariationResponse) Reset

func (x *VariationResponse) Reset()

func (*VariationResponse) String

func (x *VariationResponse) String() string

type VariationResponseData

type VariationResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*VariationResponseData) Descriptor deprecated

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

Deprecated: Use VariationResponseData.ProtoReflect.Descriptor instead.

func (*VariationResponseData) GetStartTime

func (x *VariationResponseData) GetStartTime() int64

func (*VariationResponseData) GetTaskId

func (x *VariationResponseData) GetTaskId() string

func (*VariationResponseData) ProtoMessage

func (*VariationResponseData) ProtoMessage()

func (*VariationResponseData) ProtoReflect

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

func (*VariationResponseData) Reset

func (x *VariationResponseData) Reset()

func (*VariationResponseData) String

func (x *VariationResponseData) String() string

type ZoomOutOneXRequest

type ZoomOutOneXRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutOneXRequest) Descriptor deprecated

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

Deprecated: Use ZoomOutOneXRequest.ProtoReflect.Descriptor instead.

func (*ZoomOutOneXRequest) GetBotType added in v0.0.7

func (x *ZoomOutOneXRequest) GetBotType() string

func (*ZoomOutOneXRequest) GetMemberId

func (x *ZoomOutOneXRequest) GetMemberId() string

func (*ZoomOutOneXRequest) GetMessageId

func (x *ZoomOutOneXRequest) GetMessageId() string

func (*ZoomOutOneXRequest) GetOriginalUrl

func (x *ZoomOutOneXRequest) GetOriginalUrl() string

func (*ZoomOutOneXRequest) GetRequestId

func (x *ZoomOutOneXRequest) GetRequestId() string

func (*ZoomOutOneXRequest) GetWebhook

func (x *ZoomOutOneXRequest) GetWebhook() string

func (*ZoomOutOneXRequest) ProtoMessage

func (*ZoomOutOneXRequest) ProtoMessage()

func (*ZoomOutOneXRequest) ProtoReflect

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

func (*ZoomOutOneXRequest) Reset

func (x *ZoomOutOneXRequest) Reset()

func (*ZoomOutOneXRequest) String

func (x *ZoomOutOneXRequest) String() string

type ZoomOutOneXResponse

type ZoomOutOneXResponse struct {
	RequestId string                   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                    `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *ZoomOutOneXResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutOneXResponse) Descriptor deprecated

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

Deprecated: Use ZoomOutOneXResponse.ProtoReflect.Descriptor instead.

func (*ZoomOutOneXResponse) GetCode

func (x *ZoomOutOneXResponse) GetCode() Codes

func (*ZoomOutOneXResponse) GetData

func (*ZoomOutOneXResponse) GetMsg

func (x *ZoomOutOneXResponse) GetMsg() string

func (*ZoomOutOneXResponse) GetRequestId

func (x *ZoomOutOneXResponse) GetRequestId() string

func (*ZoomOutOneXResponse) ProtoMessage

func (*ZoomOutOneXResponse) ProtoMessage()

func (*ZoomOutOneXResponse) ProtoReflect

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

func (*ZoomOutOneXResponse) Reset

func (x *ZoomOutOneXResponse) Reset()

func (*ZoomOutOneXResponse) String

func (x *ZoomOutOneXResponse) String() string

type ZoomOutOneXResponseData

type ZoomOutOneXResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutOneXResponseData) Descriptor deprecated

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

Deprecated: Use ZoomOutOneXResponseData.ProtoReflect.Descriptor instead.

func (*ZoomOutOneXResponseData) GetStartTime

func (x *ZoomOutOneXResponseData) GetStartTime() int64

func (*ZoomOutOneXResponseData) GetTaskId

func (x *ZoomOutOneXResponseData) GetTaskId() string

func (*ZoomOutOneXResponseData) ProtoMessage

func (*ZoomOutOneXResponseData) ProtoMessage()

func (*ZoomOutOneXResponseData) ProtoReflect

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

func (*ZoomOutOneXResponseData) Reset

func (x *ZoomOutOneXResponseData) Reset()

func (*ZoomOutOneXResponseData) String

func (x *ZoomOutOneXResponseData) String() string

type ZoomOutTowXRequest

type ZoomOutTowXRequest struct {
	RequestId   string `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OriginalUrl string `protobuf:"bytes,2,opt,name=original_url,json=originalUrl,proto3" json:"original_url,omitempty"`
	Webhook     string `protobuf:"bytes,3,opt,name=webhook,proto3" json:"webhook,omitempty"`
	MemberId    string `protobuf:"bytes,4,opt,name=member_id,json=memberId,proto3" json:"member_id,omitempty"`
	MessageId   string `protobuf:"bytes,5,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty"`
	BotType     string `protobuf:"bytes,6,opt,name=bot_type,json=botType,proto3" json:"bot_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutTowXRequest) Descriptor deprecated

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

Deprecated: Use ZoomOutTowXRequest.ProtoReflect.Descriptor instead.

func (*ZoomOutTowXRequest) GetBotType added in v0.0.7

func (x *ZoomOutTowXRequest) GetBotType() string

func (*ZoomOutTowXRequest) GetMemberId

func (x *ZoomOutTowXRequest) GetMemberId() string

func (*ZoomOutTowXRequest) GetMessageId

func (x *ZoomOutTowXRequest) GetMessageId() string

func (*ZoomOutTowXRequest) GetOriginalUrl

func (x *ZoomOutTowXRequest) GetOriginalUrl() string

func (*ZoomOutTowXRequest) GetRequestId

func (x *ZoomOutTowXRequest) GetRequestId() string

func (*ZoomOutTowXRequest) GetWebhook

func (x *ZoomOutTowXRequest) GetWebhook() string

func (*ZoomOutTowXRequest) ProtoMessage

func (*ZoomOutTowXRequest) ProtoMessage()

func (*ZoomOutTowXRequest) ProtoReflect

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

func (*ZoomOutTowXRequest) Reset

func (x *ZoomOutTowXRequest) Reset()

func (*ZoomOutTowXRequest) String

func (x *ZoomOutTowXRequest) String() string

type ZoomOutTowXResponse

type ZoomOutTowXResponse struct {
	RequestId string                   `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Code      Codes                    `protobuf:"varint,2,opt,name=code,proto3,enum=api.Codes" json:"code,omitempty"`
	Msg       string                   `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg,omitempty"`
	Data      *ZoomOutTowXResponseData `protobuf:"bytes,4,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutTowXResponse) Descriptor deprecated

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

Deprecated: Use ZoomOutTowXResponse.ProtoReflect.Descriptor instead.

func (*ZoomOutTowXResponse) GetCode

func (x *ZoomOutTowXResponse) GetCode() Codes

func (*ZoomOutTowXResponse) GetData

func (*ZoomOutTowXResponse) GetMsg

func (x *ZoomOutTowXResponse) GetMsg() string

func (*ZoomOutTowXResponse) GetRequestId

func (x *ZoomOutTowXResponse) GetRequestId() string

func (*ZoomOutTowXResponse) ProtoMessage

func (*ZoomOutTowXResponse) ProtoMessage()

func (*ZoomOutTowXResponse) ProtoReflect

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

func (*ZoomOutTowXResponse) Reset

func (x *ZoomOutTowXResponse) Reset()

func (*ZoomOutTowXResponse) String

func (x *ZoomOutTowXResponse) String() string

type ZoomOutTowXResponseData

type ZoomOutTowXResponseData struct {
	TaskId    string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StartTime int64  `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoomOutTowXResponseData) Descriptor deprecated

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

Deprecated: Use ZoomOutTowXResponseData.ProtoReflect.Descriptor instead.

func (*ZoomOutTowXResponseData) GetStartTime

func (x *ZoomOutTowXResponseData) GetStartTime() int64

func (*ZoomOutTowXResponseData) GetTaskId

func (x *ZoomOutTowXResponseData) GetTaskId() string

func (*ZoomOutTowXResponseData) ProtoMessage

func (*ZoomOutTowXResponseData) ProtoMessage()

func (*ZoomOutTowXResponseData) ProtoReflect

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

func (*ZoomOutTowXResponseData) Reset

func (x *ZoomOutTowXResponseData) Reset()

func (*ZoomOutTowXResponseData) String

func (x *ZoomOutTowXResponseData) String() string

Jump to

Keyboard shortcuts

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