Ydb_S3Internal

package
v2.5.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type S3ListingRequest

type S3ListingRequest struct {
	TableName            string                          `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	KeyPrefix            *Ydb.TypedValue                 `protobuf:"bytes,2,opt,name=key_prefix,json=keyPrefix,proto3" json:"key_prefix,omitempty"`
	PathColumnPrefix     string                          `protobuf:"bytes,3,opt,name=path_column_prefix,json=pathColumnPrefix,proto3" json:"path_column_prefix,omitempty"`
	PathColumnDelimiter  string                          `protobuf:"bytes,4,opt,name=path_column_delimiter,json=pathColumnDelimiter,proto3" json:"path_column_delimiter,omitempty"`
	StartAfterKeySuffix  *Ydb.TypedValue                 `protobuf:"bytes,5,opt,name=start_after_key_suffix,json=startAfterKeySuffix,proto3" json:"start_after_key_suffix,omitempty"`
	MaxKeys              uint32                          `protobuf:"varint,6,opt,name=max_keys,json=maxKeys,proto3" json:"max_keys,omitempty"`
	ColumnsToReturn      []string                        `protobuf:"bytes,7,rep,name=columns_to_return,json=columnsToReturn,proto3" json:"columns_to_return,omitempty"`
	OperationParams      *Ydb_Operations.OperationParams `protobuf:"bytes,8,opt,name=operation_params,json=operationParams,proto3" json:"operation_params,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

func (*S3ListingRequest) Descriptor

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

func (*S3ListingRequest) GetColumnsToReturn

func (m *S3ListingRequest) GetColumnsToReturn() []string

func (*S3ListingRequest) GetKeyPrefix

func (m *S3ListingRequest) GetKeyPrefix() *Ydb.TypedValue

func (*S3ListingRequest) GetMaxKeys

func (m *S3ListingRequest) GetMaxKeys() uint32

func (*S3ListingRequest) GetOperationParams

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

func (*S3ListingRequest) GetPathColumnDelimiter

func (m *S3ListingRequest) GetPathColumnDelimiter() string

func (*S3ListingRequest) GetPathColumnPrefix

func (m *S3ListingRequest) GetPathColumnPrefix() string

func (*S3ListingRequest) GetStartAfterKeySuffix

func (m *S3ListingRequest) GetStartAfterKeySuffix() *Ydb.TypedValue

func (*S3ListingRequest) GetTableName

func (m *S3ListingRequest) GetTableName() string

func (*S3ListingRequest) ProtoMessage

func (*S3ListingRequest) ProtoMessage()

func (*S3ListingRequest) Reset

func (m *S3ListingRequest) Reset()

func (*S3ListingRequest) SetOperationParams

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

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

func (*S3ListingRequest) String

func (m *S3ListingRequest) String() string

func (*S3ListingRequest) XXX_DiscardUnknown

func (m *S3ListingRequest) XXX_DiscardUnknown()

func (*S3ListingRequest) XXX_Marshal

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

func (*S3ListingRequest) XXX_Merge

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

func (*S3ListingRequest) XXX_Size

func (m *S3ListingRequest) XXX_Size() int

func (*S3ListingRequest) XXX_Unmarshal

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

type S3ListingResponse

type S3ListingResponse struct {
	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 (*S3ListingResponse) Descriptor

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

func (*S3ListingResponse) GetOperation

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

func (*S3ListingResponse) ProtoMessage

func (*S3ListingResponse) ProtoMessage()

func (*S3ListingResponse) Reset

func (m *S3ListingResponse) Reset()

func (*S3ListingResponse) String

func (m *S3ListingResponse) String() string

func (*S3ListingResponse) XXX_DiscardUnknown

func (m *S3ListingResponse) XXX_DiscardUnknown()

func (*S3ListingResponse) XXX_Marshal

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

func (*S3ListingResponse) XXX_Merge

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

func (*S3ListingResponse) XXX_Size

func (m *S3ListingResponse) XXX_Size() int

func (*S3ListingResponse) XXX_Unmarshal

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

type S3ListingResult

type S3ListingResult struct {
	CommonPrefixes       *Ydb.ResultSet `protobuf:"bytes,1,opt,name=common_prefixes,json=commonPrefixes,proto3" json:"common_prefixes,omitempty"`
	Contents             *Ydb.ResultSet `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	KeySuffixSize        uint32         `protobuf:"varint,3,opt,name=key_suffix_size,json=keySuffixSize,proto3" json:"key_suffix_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*S3ListingResult) Descriptor

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

func (*S3ListingResult) GetCommonPrefixes

func (m *S3ListingResult) GetCommonPrefixes() *Ydb.ResultSet

func (*S3ListingResult) GetContents

func (m *S3ListingResult) GetContents() *Ydb.ResultSet

func (*S3ListingResult) GetKeySuffixSize

func (m *S3ListingResult) GetKeySuffixSize() uint32

func (*S3ListingResult) ProtoMessage

func (*S3ListingResult) ProtoMessage()

func (*S3ListingResult) Reset

func (m *S3ListingResult) Reset()

func (*S3ListingResult) String

func (m *S3ListingResult) String() string

func (*S3ListingResult) XXX_DiscardUnknown

func (m *S3ListingResult) XXX_DiscardUnknown()

func (*S3ListingResult) XXX_Marshal

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

func (*S3ListingResult) XXX_Merge

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

func (*S3ListingResult) XXX_Size

func (m *S3ListingResult) XXX_Size() int

func (*S3ListingResult) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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