Ydb_Export

package
v2.9.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ExportProgress_Progress_name = map[int32]string{
	0: "PROGRESS_UNSPECIFIED",
	1: "PROGRESS_PREPARING",
	2: "PROGRESS_TRANSFER_DATA",
	3: "PROGRESS_DONE",
	4: "PROGRESS_CANCELLATION",
	5: "PROGRESS_CANCELLED",
}
View Source
var ExportProgress_Progress_value = map[string]int32{
	"PROGRESS_UNSPECIFIED":   0,
	"PROGRESS_PREPARING":     1,
	"PROGRESS_TRANSFER_DATA": 2,
	"PROGRESS_DONE":          3,
	"PROGRESS_CANCELLATION":  4,
	"PROGRESS_CANCELLED":     5,
}
View Source
var ExportToS3Settings_Scheme_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "HTTP",
	2: "HTTPS",
}
View Source
var ExportToS3Settings_Scheme_value = map[string]int32{
	"UNSPECIFIED": 0,
	"HTTP":        1,
	"HTTPS":       2,
}
View Source
var ExportToS3Settings_StorageClass_name = map[int32]string{
	0: "STORAGE_CLASS_UNSPECIFIED",
	1: "STANDARD",
	2: "REDUCED_REDUNDANCY",
	3: "STANDARD_IA",
	4: "ONEZONE_IA",
	5: "INTELLIGENT_TIERING",
	6: "GLACIER",
	7: "DEEP_ARCHIVE",
	8: "OUTPOSTS",
}
View Source
var ExportToS3Settings_StorageClass_value = map[string]int32{
	"STORAGE_CLASS_UNSPECIFIED": 0,
	"STANDARD":                  1,
	"REDUCED_REDUNDANCY":        2,
	"STANDARD_IA":               3,
	"ONEZONE_IA":                4,
	"INTELLIGENT_TIERING":       5,
	"GLACIER":                   6,
	"DEEP_ARCHIVE":              7,
	"OUTPOSTS":                  8,
}

Functions

This section is empty.

Types

type ExportItemProgress

type ExportItemProgress struct {
	PartsTotal           uint32                 `protobuf:"varint,1,opt,name=parts_total,json=partsTotal,proto3" json:"parts_total,omitempty"`
	PartsCompleted       uint32                 `protobuf:"varint,2,opt,name=parts_completed,json=partsCompleted,proto3" json:"parts_completed,omitempty"`
	StartTime            *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime              *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ExportItemProgress) Descriptor

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

func (*ExportItemProgress) GetEndTime

func (m *ExportItemProgress) GetEndTime() *timestamppb.Timestamp

func (*ExportItemProgress) GetPartsCompleted

func (m *ExportItemProgress) GetPartsCompleted() uint32

func (*ExportItemProgress) GetPartsTotal

func (m *ExportItemProgress) GetPartsTotal() uint32

func (*ExportItemProgress) GetStartTime

func (m *ExportItemProgress) GetStartTime() *timestamppb.Timestamp

func (*ExportItemProgress) ProtoMessage

func (*ExportItemProgress) ProtoMessage()

func (*ExportItemProgress) Reset

func (m *ExportItemProgress) Reset()

func (*ExportItemProgress) String

func (m *ExportItemProgress) String() string

func (*ExportItemProgress) XXX_DiscardUnknown

func (m *ExportItemProgress) XXX_DiscardUnknown()

func (*ExportItemProgress) XXX_Marshal

func (m *ExportItemProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportItemProgress) XXX_Merge

func (m *ExportItemProgress) XXX_Merge(src proto.Message)

func (*ExportItemProgress) XXX_Size

func (m *ExportItemProgress) XXX_Size() int

func (*ExportItemProgress) XXX_Unmarshal

func (m *ExportItemProgress) XXX_Unmarshal(b []byte) error

type ExportProgress

type ExportProgress struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

/ Common

func (*ExportProgress) Descriptor

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

func (*ExportProgress) ProtoMessage

func (*ExportProgress) ProtoMessage()

func (*ExportProgress) Reset

func (m *ExportProgress) Reset()

func (*ExportProgress) String

func (m *ExportProgress) String() string

func (*ExportProgress) XXX_DiscardUnknown

func (m *ExportProgress) XXX_DiscardUnknown()

func (*ExportProgress) XXX_Marshal

func (m *ExportProgress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportProgress) XXX_Merge

func (m *ExportProgress) XXX_Merge(src proto.Message)

func (*ExportProgress) XXX_Size

func (m *ExportProgress) XXX_Size() int

func (*ExportProgress) XXX_Unmarshal

func (m *ExportProgress) XXX_Unmarshal(b []byte) error

type ExportProgress_Progress

type ExportProgress_Progress int32
const (
	ExportProgress_PROGRESS_UNSPECIFIED   ExportProgress_Progress = 0
	ExportProgress_PROGRESS_PREPARING     ExportProgress_Progress = 1
	ExportProgress_PROGRESS_TRANSFER_DATA ExportProgress_Progress = 2
	ExportProgress_PROGRESS_DONE          ExportProgress_Progress = 3
	ExportProgress_PROGRESS_CANCELLATION  ExportProgress_Progress = 4
	ExportProgress_PROGRESS_CANCELLED     ExportProgress_Progress = 5
)

func (ExportProgress_Progress) EnumDescriptor

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

func (ExportProgress_Progress) String

func (x ExportProgress_Progress) String() string

type ExportToS3Metadata

type ExportToS3Metadata struct {
	Settings             *ExportToS3Settings     `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	Progress             ExportProgress_Progress `protobuf:"varint,2,opt,name=progress,proto3,enum=Ydb.Export.ExportProgress_Progress" json:"progress,omitempty"`
	ItemsProgress        []*ExportItemProgress   `protobuf:"bytes,3,rep,name=items_progress,json=itemsProgress,proto3" json:"items_progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ExportToS3Metadata) Descriptor

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

func (*ExportToS3Metadata) GetItemsProgress

func (m *ExportToS3Metadata) GetItemsProgress() []*ExportItemProgress

func (*ExportToS3Metadata) GetProgress

func (*ExportToS3Metadata) GetSettings

func (m *ExportToS3Metadata) GetSettings() *ExportToS3Settings

func (*ExportToS3Metadata) ProtoMessage

func (*ExportToS3Metadata) ProtoMessage()

func (*ExportToS3Metadata) Reset

func (m *ExportToS3Metadata) Reset()

func (*ExportToS3Metadata) String

func (m *ExportToS3Metadata) String() string

func (*ExportToS3Metadata) XXX_DiscardUnknown

func (m *ExportToS3Metadata) XXX_DiscardUnknown()

func (*ExportToS3Metadata) XXX_Marshal

func (m *ExportToS3Metadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Metadata) XXX_Merge

func (m *ExportToS3Metadata) XXX_Merge(src proto.Message)

func (*ExportToS3Metadata) XXX_Size

func (m *ExportToS3Metadata) XXX_Size() int

func (*ExportToS3Metadata) XXX_Unmarshal

func (m *ExportToS3Metadata) XXX_Unmarshal(b []byte) error

type ExportToS3Request

type ExportToS3Request struct {
	OperationParams      *Ydb_Operations.OperationParams `protobuf:"bytes,1,opt,name=operation_params,json=operationParams,proto3" json:"operation_params,omitempty"`
	Settings             *ExportToS3Settings             `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*ExportToS3Request) Descriptor

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

func (*ExportToS3Request) GetOperationParams

func (m *ExportToS3Request) GetOperationParams() *Ydb_Operations.OperationParams

func (*ExportToS3Request) GetSettings

func (m *ExportToS3Request) GetSettings() *ExportToS3Settings

func (*ExportToS3Request) ProtoMessage

func (*ExportToS3Request) ProtoMessage()

func (*ExportToS3Request) Reset

func (m *ExportToS3Request) Reset()

func (*ExportToS3Request) SetOperationParams

func (m *ExportToS3Request) SetOperationParams(v *Ydb_Operations.OperationParams)

SetOperationParams implements ydb generic interface for setting operation parameters inside driver implementation.

func (*ExportToS3Request) String

func (m *ExportToS3Request) String() string

func (*ExportToS3Request) XXX_DiscardUnknown

func (m *ExportToS3Request) XXX_DiscardUnknown()

func (*ExportToS3Request) XXX_Marshal

func (m *ExportToS3Request) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Request) XXX_Merge

func (m *ExportToS3Request) XXX_Merge(src proto.Message)

func (*ExportToS3Request) XXX_Size

func (m *ExportToS3Request) XXX_Size() int

func (*ExportToS3Request) XXX_Unmarshal

func (m *ExportToS3Request) XXX_Unmarshal(b []byte) error

type ExportToS3Response

type ExportToS3Response struct {
	// operation.result = ExportToS3Result
	// operation.metadata = ExportToS3Metadata
	Operation            *Ydb_Operations.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ExportToS3Response) Descriptor

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

func (*ExportToS3Response) GetOperation

func (m *ExportToS3Response) GetOperation() *Ydb_Operations.Operation

func (*ExportToS3Response) ProtoMessage

func (*ExportToS3Response) ProtoMessage()

func (*ExportToS3Response) Reset

func (m *ExportToS3Response) Reset()

func (*ExportToS3Response) String

func (m *ExportToS3Response) String() string

func (*ExportToS3Response) XXX_DiscardUnknown

func (m *ExportToS3Response) XXX_DiscardUnknown()

func (*ExportToS3Response) XXX_Marshal

func (m *ExportToS3Response) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Response) XXX_Merge

func (m *ExportToS3Response) XXX_Merge(src proto.Message)

func (*ExportToS3Response) XXX_Size

func (m *ExportToS3Response) XXX_Size() int

func (*ExportToS3Response) XXX_Unmarshal

func (m *ExportToS3Response) XXX_Unmarshal(b []byte) error

type ExportToS3Result

type ExportToS3Result struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportToS3Result) Descriptor

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

func (*ExportToS3Result) ProtoMessage

func (*ExportToS3Result) ProtoMessage()

func (*ExportToS3Result) Reset

func (m *ExportToS3Result) Reset()

func (*ExportToS3Result) String

func (m *ExportToS3Result) String() string

func (*ExportToS3Result) XXX_DiscardUnknown

func (m *ExportToS3Result) XXX_DiscardUnknown()

func (*ExportToS3Result) XXX_Marshal

func (m *ExportToS3Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Result) XXX_Merge

func (m *ExportToS3Result) XXX_Merge(src proto.Message)

func (*ExportToS3Result) XXX_Size

func (m *ExportToS3Result) XXX_Size() int

func (*ExportToS3Result) XXX_Unmarshal

func (m *ExportToS3Result) XXX_Unmarshal(b []byte) error

type ExportToS3Settings

type ExportToS3Settings struct {
	Endpoint             string                          `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	Scheme               ExportToS3Settings_Scheme       `protobuf:"varint,2,opt,name=scheme,proto3,enum=Ydb.Export.ExportToS3Settings_Scheme" json:"scheme,omitempty"`
	Bucket               string                          `protobuf:"bytes,3,opt,name=bucket,proto3" json:"bucket,omitempty"`
	AccessKey            string                          `protobuf:"bytes,4,opt,name=access_key,json=accessKey,proto3" json:"access_key,omitempty"`
	SecretKey            string                          `protobuf:"bytes,5,opt,name=secret_key,json=secretKey,proto3" json:"secret_key,omitempty"`
	Items                []*ExportToS3Settings_Item      `protobuf:"bytes,6,rep,name=items,proto3" json:"items,omitempty"`
	Description          string                          `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	NumberOfRetries      uint32                          `protobuf:"varint,8,opt,name=number_of_retries,json=numberOfRetries,proto3" json:"number_of_retries,omitempty"`
	StorageClass         ExportToS3Settings_StorageClass `` /* 146-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

/ S3

func (*ExportToS3Settings) Descriptor

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

func (*ExportToS3Settings) GetAccessKey

func (m *ExportToS3Settings) GetAccessKey() string

func (*ExportToS3Settings) GetBucket

func (m *ExportToS3Settings) GetBucket() string

func (*ExportToS3Settings) GetDescription

func (m *ExportToS3Settings) GetDescription() string

func (*ExportToS3Settings) GetEndpoint

func (m *ExportToS3Settings) GetEndpoint() string

func (*ExportToS3Settings) GetItems

func (*ExportToS3Settings) GetNumberOfRetries

func (m *ExportToS3Settings) GetNumberOfRetries() uint32

func (*ExportToS3Settings) GetScheme

func (*ExportToS3Settings) GetSecretKey

func (m *ExportToS3Settings) GetSecretKey() string

func (*ExportToS3Settings) GetStorageClass

func (*ExportToS3Settings) ProtoMessage

func (*ExportToS3Settings) ProtoMessage()

func (*ExportToS3Settings) Reset

func (m *ExportToS3Settings) Reset()

func (*ExportToS3Settings) String

func (m *ExportToS3Settings) String() string

func (*ExportToS3Settings) XXX_DiscardUnknown

func (m *ExportToS3Settings) XXX_DiscardUnknown()

func (*ExportToS3Settings) XXX_Marshal

func (m *ExportToS3Settings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Settings) XXX_Merge

func (m *ExportToS3Settings) XXX_Merge(src proto.Message)

func (*ExportToS3Settings) XXX_Size

func (m *ExportToS3Settings) XXX_Size() int

func (*ExportToS3Settings) XXX_Unmarshal

func (m *ExportToS3Settings) XXX_Unmarshal(b []byte) error

type ExportToS3Settings_Item

type ExportToS3Settings_Item struct {
	// Database path to a table to be exported
	SourcePath string `protobuf:"bytes,1,opt,name=source_path,json=sourcePath,proto3" json:"source_path,omitempty"`
	// Tables are exported to one or more S3 objects.
	//The object name begins with 'destination_prefix'.
	//This prefix will be followed by '/data_PartNumber', where 'PartNumber'
	//represents the index of the part, starting at zero.
	DestinationPrefix    string   `protobuf:"bytes,2,opt,name=destination_prefix,json=destinationPrefix,proto3" json:"destination_prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportToS3Settings_Item) Descriptor

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

func (*ExportToS3Settings_Item) GetDestinationPrefix

func (m *ExportToS3Settings_Item) GetDestinationPrefix() string

func (*ExportToS3Settings_Item) GetSourcePath

func (m *ExportToS3Settings_Item) GetSourcePath() string

func (*ExportToS3Settings_Item) ProtoMessage

func (*ExportToS3Settings_Item) ProtoMessage()

func (*ExportToS3Settings_Item) Reset

func (m *ExportToS3Settings_Item) Reset()

func (*ExportToS3Settings_Item) String

func (m *ExportToS3Settings_Item) String() string

func (*ExportToS3Settings_Item) XXX_DiscardUnknown

func (m *ExportToS3Settings_Item) XXX_DiscardUnknown()

func (*ExportToS3Settings_Item) XXX_Marshal

func (m *ExportToS3Settings_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToS3Settings_Item) XXX_Merge

func (m *ExportToS3Settings_Item) XXX_Merge(src proto.Message)

func (*ExportToS3Settings_Item) XXX_Size

func (m *ExportToS3Settings_Item) XXX_Size() int

func (*ExportToS3Settings_Item) XXX_Unmarshal

func (m *ExportToS3Settings_Item) XXX_Unmarshal(b []byte) error

type ExportToS3Settings_Scheme

type ExportToS3Settings_Scheme int32
const (
	ExportToS3Settings_UNSPECIFIED ExportToS3Settings_Scheme = 0
	ExportToS3Settings_HTTP        ExportToS3Settings_Scheme = 1
	ExportToS3Settings_HTTPS       ExportToS3Settings_Scheme = 2
)

func (ExportToS3Settings_Scheme) EnumDescriptor

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

func (ExportToS3Settings_Scheme) String

func (x ExportToS3Settings_Scheme) String() string

type ExportToS3Settings_StorageClass

type ExportToS3Settings_StorageClass int32
const (
	ExportToS3Settings_STORAGE_CLASS_UNSPECIFIED ExportToS3Settings_StorageClass = 0
	ExportToS3Settings_STANDARD                  ExportToS3Settings_StorageClass = 1
	ExportToS3Settings_REDUCED_REDUNDANCY        ExportToS3Settings_StorageClass = 2
	ExportToS3Settings_STANDARD_IA               ExportToS3Settings_StorageClass = 3
	ExportToS3Settings_ONEZONE_IA                ExportToS3Settings_StorageClass = 4
	ExportToS3Settings_INTELLIGENT_TIERING       ExportToS3Settings_StorageClass = 5
	ExportToS3Settings_GLACIER                   ExportToS3Settings_StorageClass = 6
	ExportToS3Settings_DEEP_ARCHIVE              ExportToS3Settings_StorageClass = 7
	ExportToS3Settings_OUTPOSTS                  ExportToS3Settings_StorageClass = 8
)

func (ExportToS3Settings_StorageClass) EnumDescriptor

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

func (ExportToS3Settings_StorageClass) String

type ExportToYtMetadata

type ExportToYtMetadata struct {
	Settings             *ExportToYtSettings     `protobuf:"bytes,1,opt,name=settings,proto3" json:"settings,omitempty"`
	Progress             ExportProgress_Progress `protobuf:"varint,2,opt,name=progress,proto3,enum=Ydb.Export.ExportProgress_Progress" json:"progress,omitempty"`
	ItemsProgress        []*ExportItemProgress   `protobuf:"bytes,3,rep,name=items_progress,json=itemsProgress,proto3" json:"items_progress,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*ExportToYtMetadata) Descriptor

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

func (*ExportToYtMetadata) GetItemsProgress

func (m *ExportToYtMetadata) GetItemsProgress() []*ExportItemProgress

func (*ExportToYtMetadata) GetProgress

func (*ExportToYtMetadata) GetSettings

func (m *ExportToYtMetadata) GetSettings() *ExportToYtSettings

func (*ExportToYtMetadata) ProtoMessage

func (*ExportToYtMetadata) ProtoMessage()

func (*ExportToYtMetadata) Reset

func (m *ExportToYtMetadata) Reset()

func (*ExportToYtMetadata) String

func (m *ExportToYtMetadata) String() string

func (*ExportToYtMetadata) XXX_DiscardUnknown

func (m *ExportToYtMetadata) XXX_DiscardUnknown()

func (*ExportToYtMetadata) XXX_Marshal

func (m *ExportToYtMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtMetadata) XXX_Merge

func (m *ExportToYtMetadata) XXX_Merge(src proto.Message)

func (*ExportToYtMetadata) XXX_Size

func (m *ExportToYtMetadata) XXX_Size() int

func (*ExportToYtMetadata) XXX_Unmarshal

func (m *ExportToYtMetadata) XXX_Unmarshal(b []byte) error

type ExportToYtRequest

type ExportToYtRequest struct {
	OperationParams      *Ydb_Operations.OperationParams `protobuf:"bytes,1,opt,name=operation_params,json=operationParams,proto3" json:"operation_params,omitempty"`
	Settings             *ExportToYtSettings             `protobuf:"bytes,2,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*ExportToYtRequest) Descriptor

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

func (*ExportToYtRequest) GetOperationParams

func (m *ExportToYtRequest) GetOperationParams() *Ydb_Operations.OperationParams

func (*ExportToYtRequest) GetSettings

func (m *ExportToYtRequest) GetSettings() *ExportToYtSettings

func (*ExportToYtRequest) ProtoMessage

func (*ExportToYtRequest) ProtoMessage()

func (*ExportToYtRequest) Reset

func (m *ExportToYtRequest) Reset()

func (*ExportToYtRequest) SetOperationParams

func (m *ExportToYtRequest) SetOperationParams(v *Ydb_Operations.OperationParams)

SetOperationParams implements ydb generic interface for setting operation parameters inside driver implementation.

func (*ExportToYtRequest) String

func (m *ExportToYtRequest) String() string

func (*ExportToYtRequest) XXX_DiscardUnknown

func (m *ExportToYtRequest) XXX_DiscardUnknown()

func (*ExportToYtRequest) XXX_Marshal

func (m *ExportToYtRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtRequest) XXX_Merge

func (m *ExportToYtRequest) XXX_Merge(src proto.Message)

func (*ExportToYtRequest) XXX_Size

func (m *ExportToYtRequest) XXX_Size() int

func (*ExportToYtRequest) XXX_Unmarshal

func (m *ExportToYtRequest) XXX_Unmarshal(b []byte) error

type ExportToYtResponse

type ExportToYtResponse struct {
	// operation.result = ExportToYtResult
	// operation.metadata = ExportToYtMetadata
	Operation            *Ydb_Operations.Operation `protobuf:"bytes,1,opt,name=operation,proto3" json:"operation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ExportToYtResponse) Descriptor

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

func (*ExportToYtResponse) GetOperation

func (m *ExportToYtResponse) GetOperation() *Ydb_Operations.Operation

func (*ExportToYtResponse) ProtoMessage

func (*ExportToYtResponse) ProtoMessage()

func (*ExportToYtResponse) Reset

func (m *ExportToYtResponse) Reset()

func (*ExportToYtResponse) String

func (m *ExportToYtResponse) String() string

func (*ExportToYtResponse) XXX_DiscardUnknown

func (m *ExportToYtResponse) XXX_DiscardUnknown()

func (*ExportToYtResponse) XXX_Marshal

func (m *ExportToYtResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtResponse) XXX_Merge

func (m *ExportToYtResponse) XXX_Merge(src proto.Message)

func (*ExportToYtResponse) XXX_Size

func (m *ExportToYtResponse) XXX_Size() int

func (*ExportToYtResponse) XXX_Unmarshal

func (m *ExportToYtResponse) XXX_Unmarshal(b []byte) error

type ExportToYtResult

type ExportToYtResult struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportToYtResult) Descriptor

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

func (*ExportToYtResult) ProtoMessage

func (*ExportToYtResult) ProtoMessage()

func (*ExportToYtResult) Reset

func (m *ExportToYtResult) Reset()

func (*ExportToYtResult) String

func (m *ExportToYtResult) String() string

func (*ExportToYtResult) XXX_DiscardUnknown

func (m *ExportToYtResult) XXX_DiscardUnknown()

func (*ExportToYtResult) XXX_Marshal

func (m *ExportToYtResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtResult) XXX_Merge

func (m *ExportToYtResult) XXX_Merge(src proto.Message)

func (*ExportToYtResult) XXX_Size

func (m *ExportToYtResult) XXX_Size() int

func (*ExportToYtResult) XXX_Unmarshal

func (m *ExportToYtResult) XXX_Unmarshal(b []byte) error

type ExportToYtSettings

type ExportToYtSettings struct {
	Host                 string                     `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"`
	Port                 uint32                     `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	Token                string                     `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	Items                []*ExportToYtSettings_Item `protobuf:"bytes,4,rep,name=items,proto3" json:"items,omitempty"`
	Description          string                     `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	NumberOfRetries      uint32                     `protobuf:"varint,6,opt,name=number_of_retries,json=numberOfRetries,proto3" json:"number_of_retries,omitempty"`
	UseTypeV3            bool                       `protobuf:"varint,7,opt,name=use_type_v3,json=useTypeV3,proto3" json:"use_type_v3,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

/ YT

func (*ExportToYtSettings) Descriptor

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

func (*ExportToYtSettings) GetDescription

func (m *ExportToYtSettings) GetDescription() string

func (*ExportToYtSettings) GetHost

func (m *ExportToYtSettings) GetHost() string

func (*ExportToYtSettings) GetItems

func (*ExportToYtSettings) GetNumberOfRetries

func (m *ExportToYtSettings) GetNumberOfRetries() uint32

func (*ExportToYtSettings) GetPort

func (m *ExportToYtSettings) GetPort() uint32

func (*ExportToYtSettings) GetToken

func (m *ExportToYtSettings) GetToken() string

func (*ExportToYtSettings) GetUseTypeV3

func (m *ExportToYtSettings) GetUseTypeV3() bool

func (*ExportToYtSettings) ProtoMessage

func (*ExportToYtSettings) ProtoMessage()

func (*ExportToYtSettings) Reset

func (m *ExportToYtSettings) Reset()

func (*ExportToYtSettings) String

func (m *ExportToYtSettings) String() string

func (*ExportToYtSettings) XXX_DiscardUnknown

func (m *ExportToYtSettings) XXX_DiscardUnknown()

func (*ExportToYtSettings) XXX_Marshal

func (m *ExportToYtSettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtSettings) XXX_Merge

func (m *ExportToYtSettings) XXX_Merge(src proto.Message)

func (*ExportToYtSettings) XXX_Size

func (m *ExportToYtSettings) XXX_Size() int

func (*ExportToYtSettings) XXX_Unmarshal

func (m *ExportToYtSettings) XXX_Unmarshal(b []byte) error

type ExportToYtSettings_Item

type ExportToYtSettings_Item struct {
	// Database path to a table to be exported
	SourcePath           string   `protobuf:"bytes,1,opt,name=source_path,json=sourcePath,proto3" json:"source_path,omitempty"`
	DestinationPath      string   `protobuf:"bytes,2,opt,name=destination_path,json=destinationPath,proto3" json:"destination_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExportToYtSettings_Item) Descriptor

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

func (*ExportToYtSettings_Item) GetDestinationPath

func (m *ExportToYtSettings_Item) GetDestinationPath() string

func (*ExportToYtSettings_Item) GetSourcePath

func (m *ExportToYtSettings_Item) GetSourcePath() string

func (*ExportToYtSettings_Item) ProtoMessage

func (*ExportToYtSettings_Item) ProtoMessage()

func (*ExportToYtSettings_Item) Reset

func (m *ExportToYtSettings_Item) Reset()

func (*ExportToYtSettings_Item) String

func (m *ExportToYtSettings_Item) String() string

func (*ExportToYtSettings_Item) XXX_DiscardUnknown

func (m *ExportToYtSettings_Item) XXX_DiscardUnknown()

func (*ExportToYtSettings_Item) XXX_Marshal

func (m *ExportToYtSettings_Item) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExportToYtSettings_Item) XXX_Merge

func (m *ExportToYtSettings_Item) XXX_Merge(src proto.Message)

func (*ExportToYtSettings_Item) XXX_Size

func (m *ExportToYtSettings_Item) XXX_Size() int

func (*ExportToYtSettings_Item) XXX_Unmarshal

func (m *ExportToYtSettings_Item) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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