vtable

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sudo_protobuf_mpc_virtual_service_platform_vtable_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AdditionInfo

type AdditionInfo struct {
	SourceProjectId   uint64           `protobuf:"varint,1,opt,name=source_project_id,json=sourceProjectId,proto3" json:"source_project_id,omitempty"`
	SourceProjectName string           `protobuf:"bytes,2,opt,name=source_project_name,json=sourceProjectName,proto3" json:"source_project_name,omitempty"`
	SourceTaskId      uint64           `protobuf:"varint,3,opt,name=source_task_id,json=sourceTaskId,proto3" json:"source_task_id,omitempty"`
	SourceTaskName    string           `protobuf:"bytes,4,opt,name=source_task_name,json=sourceTaskName,proto3" json:"source_task_name,omitempty"`
	StageType         enums.Stage_Type `protobuf:"varint,5,opt,name=stage_type,json=stageType,proto3,enum=sudo.protobuf.enums.Stage_Type" json:"stage_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AdditionInfo) Descriptor deprecated

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

Deprecated: Use AdditionInfo.ProtoReflect.Descriptor instead.

func (*AdditionInfo) GetSourceProjectId

func (x *AdditionInfo) GetSourceProjectId() uint64

func (*AdditionInfo) GetSourceProjectName

func (x *AdditionInfo) GetSourceProjectName() string

func (*AdditionInfo) GetSourceTaskId

func (x *AdditionInfo) GetSourceTaskId() uint64

func (*AdditionInfo) GetSourceTaskName

func (x *AdditionInfo) GetSourceTaskName() string

func (*AdditionInfo) GetStageType

func (x *AdditionInfo) GetStageType() enums.Stage_Type

func (*AdditionInfo) ProtoMessage

func (*AdditionInfo) ProtoMessage()

func (*AdditionInfo) ProtoReflect

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

func (*AdditionInfo) Reset

func (x *AdditionInfo) Reset()

func (*AdditionInfo) String

func (x *AdditionInfo) String() string

type AttachVtableToProjectRequest

type AttachVtableToProjectRequest struct {

	// vtable ids
	VtableIds []uint64 `protobuf:"varint,1,rep,packed,name=vtable_ids,json=vtableIds,proto3" json:"vtable_ids,omitempty"`
	// project ids
	ProjectIds []uint64 `protobuf:"varint,2,rep,packed,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AttachVtableToProjectRequest) Descriptor deprecated

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

Deprecated: Use AttachVtableToProjectRequest.ProtoReflect.Descriptor instead.

func (*AttachVtableToProjectRequest) GetProjectIds

func (x *AttachVtableToProjectRequest) GetProjectIds() []uint64

func (*AttachVtableToProjectRequest) GetVtableIds

func (x *AttachVtableToProjectRequest) GetVtableIds() []uint64

func (*AttachVtableToProjectRequest) ProtoMessage

func (*AttachVtableToProjectRequest) ProtoMessage()

func (*AttachVtableToProjectRequest) ProtoReflect

func (*AttachVtableToProjectRequest) Reset

func (x *AttachVtableToProjectRequest) Reset()

func (*AttachVtableToProjectRequest) String

type Column

type Column struct {
	Field       string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Type        string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Shared      bool   `protobuf:"varint,3,opt,name=shared,proto3" json:"shared,omitempty"`
	Alias       string `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"`
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Column) Descriptor deprecated

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

Deprecated: Use Column.ProtoReflect.Descriptor instead.

func (*Column) GetAlias

func (x *Column) GetAlias() string

func (*Column) GetDescription

func (x *Column) GetDescription() string

func (*Column) GetField

func (x *Column) GetField() string

func (*Column) GetShared

func (x *Column) GetShared() bool

func (*Column) GetType

func (x *Column) GetType() string

func (*Column) ProtoMessage

func (*Column) ProtoMessage()

func (*Column) ProtoReflect

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

func (*Column) Reset

func (x *Column) Reset()

func (*Column) String

func (x *Column) String() string

type CreateVtableRequest

type CreateVtableRequest struct {
	Id                  uint64                    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedTs           int64                     `protobuf:"varint,2,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	UpdatedTs           int64                     `protobuf:"varint,3,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"`
	Name                string                    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description         string                    `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	DatasourceId        uint64                    `protobuf:"varint,6,opt,name=datasource_id,json=datasourceId,proto3" json:"datasource_id,omitempty"`
	OwnerUserId         uint64                    `protobuf:"varint,7,opt,name=owner_user_id,json=ownerUserId,proto3" json:"owner_user_id,omitempty"`
	OwnerParty          string                    `protobuf:"bytes,8,opt,name=owner_party,json=ownerParty,proto3" json:"owner_party,omitempty"`
	Autogened           bool                      `protobuf:"varint,9,opt,name=autogened,proto3" json:"autogened,omitempty"`
	Avatar              string                    `protobuf:"bytes,10,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Path                string                    `protobuf:"bytes,11,opt,name=path,proto3" json:"path,omitempty"`
	ProjectIds          []uint64                  `protobuf:"varint,12,rep,packed,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	DataSize            uint64                    `protobuf:"varint,13,opt,name=data_size,json=dataSize,proto3" json:"data_size,omitempty"`
	DataColumn          uint64                    `protobuf:"varint,14,opt,name=data_column,json=dataColumn,proto3" json:"data_column,omitempty"`
	DataShape           string                    `protobuf:"bytes,15,opt,name=data_shape,json=dataShape,proto3" json:"data_shape,omitempty"`
	SampleData          string                    `protobuf:"bytes,16,opt,name=sample_data,json=sampleData,proto3" json:"sample_data,omitempty"`
	DataQualityReportId uint64                    `protobuf:"varint,17,opt,name=data_quality_report_id,json=dataQualityReportId,proto3" json:"data_quality_report_id,omitempty"`
	Delimiter           int32                     `protobuf:"varint,18,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	Status              enums.VirtualTable_Status `protobuf:"varint,19,opt,name=status,proto3,enum=sudo.protobuf.enums.VirtualTable_Status" json:"status,omitempty"`
	BucketPartitions    []*SegmentationHistory    `protobuf:"bytes,20,rep,name=bucket_partitions,json=bucketPartitions,proto3" json:"bucket_partitions,omitempty"`
	Columns             []*Column                 `protobuf:"bytes,21,rep,name=columns,proto3" json:"columns,omitempty"`
	ColumnShared        bool                      `protobuf:"varint,22,opt,name=column_shared,json=columnShared,proto3" json:"column_shared,omitempty"`
	AdditionalInfoBin   []byte                    `protobuf:"bytes,23,opt,name=additional_info_bin,json=additionalInfoBin,proto3" json:"additional_info_bin,omitempty"`
	AdditionalInfo      *AdditionInfo             `protobuf:"bytes,24,opt,name=additional_info,json=additionalInfo,proto3" json:"additional_info,omitempty"`
	TaskId              uint64                    `protobuf:"varint,25,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StageId             uint64                    `protobuf:"varint,26,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	Suffix              enums.VirtualTable_Suffix `protobuf:"varint,27,opt,name=suffix,proto3,enum=sudo.protobuf.enums.VirtualTable_Suffix" json:"suffix,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateVtableRequest) Descriptor deprecated

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

Deprecated: Use CreateVtableRequest.ProtoReflect.Descriptor instead.

func (*CreateVtableRequest) GetAdditionalInfo

func (x *CreateVtableRequest) GetAdditionalInfo() *AdditionInfo

func (*CreateVtableRequest) GetAdditionalInfoBin

func (x *CreateVtableRequest) GetAdditionalInfoBin() []byte

func (*CreateVtableRequest) GetAutogened

func (x *CreateVtableRequest) GetAutogened() bool

func (*CreateVtableRequest) GetAvatar

func (x *CreateVtableRequest) GetAvatar() string

func (*CreateVtableRequest) GetBucketPartitions

func (x *CreateVtableRequest) GetBucketPartitions() []*SegmentationHistory

func (*CreateVtableRequest) GetColumnShared

func (x *CreateVtableRequest) GetColumnShared() bool

func (*CreateVtableRequest) GetColumns

func (x *CreateVtableRequest) GetColumns() []*Column

func (*CreateVtableRequest) GetCreatedTs

func (x *CreateVtableRequest) GetCreatedTs() int64

func (*CreateVtableRequest) GetDataColumn

func (x *CreateVtableRequest) GetDataColumn() uint64

func (*CreateVtableRequest) GetDataQualityReportId

func (x *CreateVtableRequest) GetDataQualityReportId() uint64

func (*CreateVtableRequest) GetDataShape

func (x *CreateVtableRequest) GetDataShape() string

func (*CreateVtableRequest) GetDataSize

func (x *CreateVtableRequest) GetDataSize() uint64

func (*CreateVtableRequest) GetDatasourceId

func (x *CreateVtableRequest) GetDatasourceId() uint64

func (*CreateVtableRequest) GetDelimiter

func (x *CreateVtableRequest) GetDelimiter() int32

func (*CreateVtableRequest) GetDescription

func (x *CreateVtableRequest) GetDescription() string

func (*CreateVtableRequest) GetId

func (x *CreateVtableRequest) GetId() uint64

func (*CreateVtableRequest) GetName

func (x *CreateVtableRequest) GetName() string

func (*CreateVtableRequest) GetOwnerParty

func (x *CreateVtableRequest) GetOwnerParty() string

func (*CreateVtableRequest) GetOwnerUserId

func (x *CreateVtableRequest) GetOwnerUserId() uint64

func (*CreateVtableRequest) GetPath

func (x *CreateVtableRequest) GetPath() string

func (*CreateVtableRequest) GetProjectIds

func (x *CreateVtableRequest) GetProjectIds() []uint64

func (*CreateVtableRequest) GetSampleData

func (x *CreateVtableRequest) GetSampleData() string

func (*CreateVtableRequest) GetStageId

func (x *CreateVtableRequest) GetStageId() uint64

func (*CreateVtableRequest) GetStatus

func (*CreateVtableRequest) GetSuffix

func (*CreateVtableRequest) GetTaskId

func (x *CreateVtableRequest) GetTaskId() uint64

func (*CreateVtableRequest) GetUpdatedTs

func (x *CreateVtableRequest) GetUpdatedTs() int64

func (*CreateVtableRequest) ProtoMessage

func (*CreateVtableRequest) ProtoMessage()

func (*CreateVtableRequest) ProtoReflect

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

func (*CreateVtableRequest) Reset

func (x *CreateVtableRequest) Reset()

func (*CreateVtableRequest) String

func (x *CreateVtableRequest) String() string

type CreateVtableResponse

type CreateVtableResponse struct {
	Data *Vtable `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateVtableResponse) Descriptor deprecated

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

Deprecated: Use CreateVtableResponse.ProtoReflect.Descriptor instead.

func (*CreateVtableResponse) GetData

func (x *CreateVtableResponse) GetData() *Vtable

func (*CreateVtableResponse) ProtoMessage

func (*CreateVtableResponse) ProtoMessage()

func (*CreateVtableResponse) ProtoReflect

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

func (*CreateVtableResponse) Reset

func (x *CreateVtableResponse) Reset()

func (*CreateVtableResponse) String

func (x *CreateVtableResponse) String() string

type DeleteVtableRequest

type DeleteVtableRequest struct {

	// vtable ids
	Pk []uint64 `protobuf:"varint,1,rep,packed,name=pk,proto3" json:"pk,omitempty"`
	// delete vtable meta data
	DeleteMeta bool `protobuf:"varint,2,opt,name=delete_meta,json=deleteMeta,proto3" json:"delete_meta,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteVtableRequest) Descriptor deprecated

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

Deprecated: Use DeleteVtableRequest.ProtoReflect.Descriptor instead.

func (*DeleteVtableRequest) GetDeleteMeta

func (x *DeleteVtableRequest) GetDeleteMeta() bool

func (*DeleteVtableRequest) GetPk

func (x *DeleteVtableRequest) GetPk() []uint64

func (*DeleteVtableRequest) ProtoMessage

func (*DeleteVtableRequest) ProtoMessage()

func (*DeleteVtableRequest) ProtoReflect

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

func (*DeleteVtableRequest) Reset

func (x *DeleteVtableRequest) Reset()

func (*DeleteVtableRequest) String

func (x *DeleteVtableRequest) String() string

type DetachVtableToProjectRequest

type DetachVtableToProjectRequest struct {

	// vtable ids
	VtableIds []uint64 `protobuf:"varint,1,rep,packed,name=vtable_ids,json=vtableIds,proto3" json:"vtable_ids,omitempty"`
	// project ids
	ProjectIds []uint64 `protobuf:"varint,2,rep,packed,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	// delete vtable meta data
	DeleteMeta bool `protobuf:"varint,3,opt,name=delete_meta,json=deleteMeta,proto3" json:"delete_meta,omitempty"`
	// delete vtable data
	RmVtable bool `protobuf:"varint,4,opt,name=rm_vtable,json=rmVtable,proto3" json:"rm_vtable,omitempty"`
	// contains filtered or unexported fields
}

func (*DetachVtableToProjectRequest) Descriptor deprecated

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

Deprecated: Use DetachVtableToProjectRequest.ProtoReflect.Descriptor instead.

func (*DetachVtableToProjectRequest) GetDeleteMeta

func (x *DetachVtableToProjectRequest) GetDeleteMeta() bool

func (*DetachVtableToProjectRequest) GetProjectIds

func (x *DetachVtableToProjectRequest) GetProjectIds() []uint64

func (*DetachVtableToProjectRequest) GetRmVtable

func (x *DetachVtableToProjectRequest) GetRmVtable() bool

func (*DetachVtableToProjectRequest) GetVtableIds

func (x *DetachVtableToProjectRequest) GetVtableIds() []uint64

func (*DetachVtableToProjectRequest) ProtoMessage

func (*DetachVtableToProjectRequest) ProtoMessage()

func (*DetachVtableToProjectRequest) ProtoReflect

func (*DetachVtableToProjectRequest) Reset

func (x *DetachVtableToProjectRequest) Reset()

func (*DetachVtableToProjectRequest) String

type GetVtableRawDataRequest

type GetVtableRawDataRequest struct {
	Pager     *paginator.Paginator `protobuf:"bytes,1,opt,name=pager,proto3" json:"pager,omitempty"`
	FromParty string               `protobuf:"bytes,2,opt,name=from_party,json=fromParty,proto3" json:"from_party,omitempty"`
	Party     string               `protobuf:"bytes,3,opt,name=party,proto3" json:"party,omitempty"`
	VtableId  uint64               `protobuf:"varint,4,opt,name=vtable_id,json=vtableId,proto3" json:"vtable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVtableRawDataRequest) Descriptor deprecated

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

Deprecated: Use GetVtableRawDataRequest.ProtoReflect.Descriptor instead.

func (*GetVtableRawDataRequest) GetFromParty

func (x *GetVtableRawDataRequest) GetFromParty() string

func (*GetVtableRawDataRequest) GetPager

func (*GetVtableRawDataRequest) GetParty

func (x *GetVtableRawDataRequest) GetParty() string

func (*GetVtableRawDataRequest) GetVtableId

func (x *GetVtableRawDataRequest) GetVtableId() uint64

func (*GetVtableRawDataRequest) ProtoMessage

func (*GetVtableRawDataRequest) ProtoMessage()

func (*GetVtableRawDataRequest) ProtoReflect

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

func (*GetVtableRawDataRequest) Reset

func (x *GetVtableRawDataRequest) Reset()

func (*GetVtableRawDataRequest) String

func (x *GetVtableRawDataRequest) String() string

type GetVtableRawDataResponse

type GetVtableRawDataResponse struct {
	VtableId uint64                `protobuf:"varint,1,opt,name=vtable_id,json=vtableId,proto3" json:"vtable_id,omitempty"`
	Name     string                `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Data     []*protobuf.SqlColumn `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty"`
	Json     string                `protobuf:"bytes,4,opt,name=json,proto3" json:"json,omitempty"`
	Total    uint64                `protobuf:"varint,5,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVtableRawDataResponse) Descriptor deprecated

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

Deprecated: Use GetVtableRawDataResponse.ProtoReflect.Descriptor instead.

func (*GetVtableRawDataResponse) GetData

func (*GetVtableRawDataResponse) GetJson

func (x *GetVtableRawDataResponse) GetJson() string

func (*GetVtableRawDataResponse) GetName

func (x *GetVtableRawDataResponse) GetName() string

func (*GetVtableRawDataResponse) GetTotal

func (x *GetVtableRawDataResponse) GetTotal() uint64

func (*GetVtableRawDataResponse) GetVtableId

func (x *GetVtableRawDataResponse) GetVtableId() uint64

func (*GetVtableRawDataResponse) ProtoMessage

func (*GetVtableRawDataResponse) ProtoMessage()

func (*GetVtableRawDataResponse) ProtoReflect

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

func (*GetVtableRawDataResponse) Reset

func (x *GetVtableRawDataResponse) Reset()

func (*GetVtableRawDataResponse) String

func (x *GetVtableRawDataResponse) String() string

type ListVtablesRequest

type ListVtablesRequest struct {
	QueryOptions *VtableQueryOptions `protobuf:"bytes,1,opt,name=query_options,json=queryOptions,proto3" json:"query_options,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVtablesRequest) Descriptor deprecated

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

Deprecated: Use ListVtablesRequest.ProtoReflect.Descriptor instead.

func (*ListVtablesRequest) GetQueryOptions

func (x *ListVtablesRequest) GetQueryOptions() *VtableQueryOptions

func (*ListVtablesRequest) ProtoMessage

func (*ListVtablesRequest) ProtoMessage()

func (*ListVtablesRequest) ProtoReflect

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

func (*ListVtablesRequest) Reset

func (x *ListVtablesRequest) Reset()

func (*ListVtablesRequest) String

func (x *ListVtablesRequest) String() string

type ListVtablesResponse

type ListVtablesResponse struct {
	Data  []*Vtable `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	Total int64     `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListVtablesResponse) Descriptor deprecated

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

Deprecated: Use ListVtablesResponse.ProtoReflect.Descriptor instead.

func (*ListVtablesResponse) GetData

func (x *ListVtablesResponse) GetData() []*Vtable

func (*ListVtablesResponse) GetTotal

func (x *ListVtablesResponse) GetTotal() int64

func (*ListVtablesResponse) ProtoMessage

func (*ListVtablesResponse) ProtoMessage()

func (*ListVtablesResponse) ProtoReflect

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

func (*ListVtablesResponse) Reset

func (x *ListVtablesResponse) Reset()

func (*ListVtablesResponse) String

func (x *ListVtablesResponse) String() string

type SegmentationHistory

type SegmentationHistory struct {
	OriginalVtableId  uint64 `protobuf:"varint,1,opt,name=original_vtable_id,json=originalVtableId,proto3" json:"original_vtable_id,omitempty"`
	GeneratedVtableId uint64 `protobuf:"varint,2,opt,name=generated_vtable_id,json=generatedVtableId,proto3" json:"generated_vtable_id,omitempty"`
	BucketCount       uint64 `protobuf:"varint,3,opt,name=bucket_count,json=bucketCount,proto3" json:"bucket_count,omitempty"`
	PartitionCount    uint64 `protobuf:"varint,4,opt,name=partition_count,json=partitionCount,proto3" json:"partition_count,omitempty"`
	CreatedTs         int64  `protobuf:"varint,5,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	// contains filtered or unexported fields
}

func (*SegmentationHistory) Descriptor deprecated

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

Deprecated: Use SegmentationHistory.ProtoReflect.Descriptor instead.

func (*SegmentationHistory) GetBucketCount

func (x *SegmentationHistory) GetBucketCount() uint64

func (*SegmentationHistory) GetCreatedTs

func (x *SegmentationHistory) GetCreatedTs() int64

func (*SegmentationHistory) GetGeneratedVtableId

func (x *SegmentationHistory) GetGeneratedVtableId() uint64

func (*SegmentationHistory) GetOriginalVtableId

func (x *SegmentationHistory) GetOriginalVtableId() uint64

func (*SegmentationHistory) GetPartitionCount

func (x *SegmentationHistory) GetPartitionCount() uint64

func (*SegmentationHistory) ProtoMessage

func (*SegmentationHistory) ProtoMessage()

func (*SegmentationHistory) ProtoReflect

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

func (*SegmentationHistory) Reset

func (x *SegmentationHistory) Reset()

func (*SegmentationHistory) String

func (x *SegmentationHistory) String() string

type SyncVtableRequest

type SyncVtableRequest struct {
	VtableId uint64 `protobuf:"varint,1,opt,name=vtable_id,json=vtableId,proto3" json:"vtable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncVtableRequest) Descriptor deprecated

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

Deprecated: Use SyncVtableRequest.ProtoReflect.Descriptor instead.

func (*SyncVtableRequest) GetVtableId

func (x *SyncVtableRequest) GetVtableId() uint64

func (*SyncVtableRequest) ProtoMessage

func (*SyncVtableRequest) ProtoMessage()

func (*SyncVtableRequest) ProtoReflect

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

func (*SyncVtableRequest) Reset

func (x *SyncVtableRequest) Reset()

func (*SyncVtableRequest) String

func (x *SyncVtableRequest) String() string

type UpdateVtableRequest

type UpdateVtableRequest struct {

	// vtable id
	Id          uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId   string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	DataColumn  uint64 `protobuf:"varint,5,opt,name=data_column,json=dataColumn,proto3" json:"data_column,omitempty"`
	DataSize    uint64 `protobuf:"varint,6,opt,name=data_size,json=dataSize,proto3" json:"data_size,omitempty"`
	Avatar      string `protobuf:"bytes,7,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// set columns alias
	ColumnsAlias map[string]string `` /* 185-byte string literal not displayed */
	// set columns description
	ColumnsDescription map[string]string `` /* 203-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateVtableRequest) Descriptor deprecated

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

Deprecated: Use UpdateVtableRequest.ProtoReflect.Descriptor instead.

func (*UpdateVtableRequest) GetAvatar

func (x *UpdateVtableRequest) GetAvatar() string

func (*UpdateVtableRequest) GetColumnsAlias

func (x *UpdateVtableRequest) GetColumnsAlias() map[string]string

func (*UpdateVtableRequest) GetColumnsDescription

func (x *UpdateVtableRequest) GetColumnsDescription() map[string]string

func (*UpdateVtableRequest) GetDataColumn

func (x *UpdateVtableRequest) GetDataColumn() uint64

func (*UpdateVtableRequest) GetDataSize

func (x *UpdateVtableRequest) GetDataSize() uint64

func (*UpdateVtableRequest) GetDescription

func (x *UpdateVtableRequest) GetDescription() string

func (*UpdateVtableRequest) GetId

func (x *UpdateVtableRequest) GetId() uint64

func (*UpdateVtableRequest) GetName

func (x *UpdateVtableRequest) GetName() string

func (*UpdateVtableRequest) GetProjectId

func (x *UpdateVtableRequest) GetProjectId() string

func (*UpdateVtableRequest) ProtoMessage

func (*UpdateVtableRequest) ProtoMessage()

func (*UpdateVtableRequest) ProtoReflect

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

func (*UpdateVtableRequest) Reset

func (x *UpdateVtableRequest) Reset()

func (*UpdateVtableRequest) String

func (x *UpdateVtableRequest) String() string

type UpdateVtableResponse

type UpdateVtableResponse struct {
	Data *Vtable `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateVtableResponse) Descriptor deprecated

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

Deprecated: Use UpdateVtableResponse.ProtoReflect.Descriptor instead.

func (*UpdateVtableResponse) GetData

func (x *UpdateVtableResponse) GetData() *Vtable

func (*UpdateVtableResponse) ProtoMessage

func (*UpdateVtableResponse) ProtoMessage()

func (*UpdateVtableResponse) ProtoReflect

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

func (*UpdateVtableResponse) Reset

func (x *UpdateVtableResponse) Reset()

func (*UpdateVtableResponse) String

func (x *UpdateVtableResponse) String() string

type Vtable

type Vtable struct {
	Base      *VtableBase            `protobuf:"bytes,1,opt,name=base,proto3" json:"base,omitempty"`
	OwnerUser *user.User             `protobuf:"bytes,2,opt,name=owner_user,json=ownerUser,proto3" json:"owner_user,omitempty"`
	Datasrc   *datasource.DataSource `protobuf:"bytes,3,opt,name=datasrc,proto3" json:"datasrc,omitempty"`
	// contains filtered or unexported fields
}

func (*Vtable) Descriptor deprecated

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

Deprecated: Use Vtable.ProtoReflect.Descriptor instead.

func (*Vtable) GetBase

func (x *Vtable) GetBase() *VtableBase

func (*Vtable) GetDatasrc

func (x *Vtable) GetDatasrc() *datasource.DataSource

func (*Vtable) GetOwnerUser

func (x *Vtable) GetOwnerUser() *user.User

func (*Vtable) ProtoMessage

func (*Vtable) ProtoMessage()

func (*Vtable) ProtoReflect

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

func (*Vtable) Reset

func (x *Vtable) Reset()

func (*Vtable) String

func (x *Vtable) String() string

type VtableBase

type VtableBase struct {
	Id                  uint64                    `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedTs           int64                     `protobuf:"varint,2,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	UpdatedTs           int64                     `protobuf:"varint,3,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"`
	Name                string                    `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description         string                    `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	DatasourceId        uint64                    `protobuf:"varint,6,opt,name=datasource_id,json=datasourceId,proto3" json:"datasource_id,omitempty"`
	OwnerUserId         uint64                    `protobuf:"varint,7,opt,name=owner_user_id,json=ownerUserId,proto3" json:"owner_user_id,omitempty"`
	OwnerParty          string                    `protobuf:"bytes,8,opt,name=owner_party,json=ownerParty,proto3" json:"owner_party,omitempty"`
	Autogened           bool                      `protobuf:"varint,9,opt,name=autogened,proto3" json:"autogened,omitempty"`
	Avatar              string                    `protobuf:"bytes,10,opt,name=avatar,proto3" json:"avatar,omitempty"`
	Path                string                    `protobuf:"bytes,11,opt,name=path,proto3" json:"path,omitempty"`
	ProjectIds          []uint64                  `protobuf:"varint,12,rep,packed,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty"`
	DataSize            uint64                    `protobuf:"varint,13,opt,name=data_size,json=dataSize,proto3" json:"data_size,omitempty"`
	DataColumn          uint64                    `protobuf:"varint,14,opt,name=data_column,json=dataColumn,proto3" json:"data_column,omitempty"`
	DataShape           string                    `protobuf:"bytes,15,opt,name=data_shape,json=dataShape,proto3" json:"data_shape,omitempty"`
	SampleData          string                    `protobuf:"bytes,16,opt,name=sample_data,json=sampleData,proto3" json:"sample_data,omitempty"`
	DataQualityReportId uint64                    `protobuf:"varint,17,opt,name=data_quality_report_id,json=dataQualityReportId,proto3" json:"data_quality_report_id,omitempty"`
	Delimiter           int32                     `protobuf:"varint,18,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	Status              string                    `protobuf:"bytes,19,opt,name=status,proto3" json:"status,omitempty"`
	BucketPartitions    []*SegmentationHistory    `protobuf:"bytes,20,rep,name=bucket_partitions,json=bucketPartitions,proto3" json:"bucket_partitions,omitempty"`
	Columns             []*Column                 `protobuf:"bytes,21,rep,name=columns,proto3" json:"columns,omitempty"`
	ColumnShared        bool                      `protobuf:"varint,22,opt,name=column_shared,json=columnShared,proto3" json:"column_shared,omitempty"`
	AdditionalInfoBin   []byte                    `protobuf:"bytes,23,opt,name=additional_info_bin,json=additionalInfoBin,proto3" json:"additional_info_bin,omitempty"`
	AdditionalInfo      *AdditionInfo             `protobuf:"bytes,24,opt,name=additional_info,json=additionalInfo,proto3" json:"additional_info,omitempty"`
	TaskId              uint64                    `protobuf:"varint,25,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	StageId             uint64                    `protobuf:"varint,26,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	Suffix              enums.VirtualTable_Suffix `protobuf:"varint,27,opt,name=suffix,proto3,enum=sudo.protobuf.enums.VirtualTable_Suffix" json:"suffix,omitempty"`
	StatusEnum          enums.VirtualTable_Status `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VtableBase) Descriptor deprecated

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

Deprecated: Use VtableBase.ProtoReflect.Descriptor instead.

func (*VtableBase) GetAdditionalInfo

func (x *VtableBase) GetAdditionalInfo() *AdditionInfo

func (*VtableBase) GetAdditionalInfoBin

func (x *VtableBase) GetAdditionalInfoBin() []byte

func (*VtableBase) GetAutogened

func (x *VtableBase) GetAutogened() bool

func (*VtableBase) GetAvatar

func (x *VtableBase) GetAvatar() string

func (*VtableBase) GetBucketPartitions

func (x *VtableBase) GetBucketPartitions() []*SegmentationHistory

func (*VtableBase) GetColumnShared

func (x *VtableBase) GetColumnShared() bool

func (*VtableBase) GetColumns

func (x *VtableBase) GetColumns() []*Column

func (*VtableBase) GetCreatedTs

func (x *VtableBase) GetCreatedTs() int64

func (*VtableBase) GetDataColumn

func (x *VtableBase) GetDataColumn() uint64

func (*VtableBase) GetDataQualityReportId

func (x *VtableBase) GetDataQualityReportId() uint64

func (*VtableBase) GetDataShape

func (x *VtableBase) GetDataShape() string

func (*VtableBase) GetDataSize

func (x *VtableBase) GetDataSize() uint64

func (*VtableBase) GetDatasourceId

func (x *VtableBase) GetDatasourceId() uint64

func (*VtableBase) GetDelimiter

func (x *VtableBase) GetDelimiter() int32

func (*VtableBase) GetDescription

func (x *VtableBase) GetDescription() string

func (*VtableBase) GetId

func (x *VtableBase) GetId() uint64

func (*VtableBase) GetName

func (x *VtableBase) GetName() string

func (*VtableBase) GetOwnerParty

func (x *VtableBase) GetOwnerParty() string

func (*VtableBase) GetOwnerUserId

func (x *VtableBase) GetOwnerUserId() uint64

func (*VtableBase) GetPath

func (x *VtableBase) GetPath() string

func (*VtableBase) GetProjectIds

func (x *VtableBase) GetProjectIds() []uint64

func (*VtableBase) GetSampleData

func (x *VtableBase) GetSampleData() string

func (*VtableBase) GetStageId

func (x *VtableBase) GetStageId() uint64

func (*VtableBase) GetStatus

func (x *VtableBase) GetStatus() string

func (*VtableBase) GetStatusEnum

func (x *VtableBase) GetStatusEnum() enums.VirtualTable_Status

func (*VtableBase) GetSuffix

func (x *VtableBase) GetSuffix() enums.VirtualTable_Suffix

func (*VtableBase) GetTaskId

func (x *VtableBase) GetTaskId() uint64

func (*VtableBase) GetUpdatedTs

func (x *VtableBase) GetUpdatedTs() int64

func (*VtableBase) ProtoMessage

func (*VtableBase) ProtoMessage()

func (*VtableBase) ProtoReflect

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

func (*VtableBase) Reset

func (x *VtableBase) Reset()

func (*VtableBase) String

func (x *VtableBase) String() string

type VtableColumnsVisibilitySetting

type VtableColumnsVisibilitySetting struct {
	Name         bool `protobuf:"varint,1,opt,name=name,proto3" json:"name,omitempty"`
	Id           bool `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Autogened    bool `protobuf:"varint,3,opt,name=autogened,proto3" json:"autogened,omitempty"`
	OwnerUser    bool `protobuf:"varint,4,opt,name=owner_user,json=ownerUser,proto3" json:"owner_user,omitempty"`
	CreatedTs    bool `protobuf:"varint,5,opt,name=created_ts,json=createdTs,proto3" json:"created_ts,omitempty"`
	UpdatedTs    bool `protobuf:"varint,6,opt,name=updated_ts,json=updatedTs,proto3" json:"updated_ts,omitempty"`
	DataColumn   bool `protobuf:"varint,7,opt,name=data_column,json=dataColumn,proto3" json:"data_column,omitempty"`
	DataSize     bool `protobuf:"varint,8,opt,name=data_size,json=dataSize,proto3" json:"data_size,omitempty"`
	DatasrcType  bool `protobuf:"varint,9,opt,name=datasrc_type,json=datasrcType,proto3" json:"datasrc_type,omitempty"`
	DatasrcName  bool `protobuf:"varint,10,opt,name=datasrc_name,json=datasrcName,proto3" json:"datasrc_name,omitempty"`
	ColumnShared bool `protobuf:"varint,11,opt,name=column_shared,json=columnShared,proto3" json:"column_shared,omitempty"`
	Authorized   bool `protobuf:"varint,12,opt,name=authorized,proto3" json:"authorized,omitempty"`
	Action       bool `protobuf:"varint,13,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

since these columns are saved as flags, please ensure forward compatibility when extending number of fields should be < sizeof(uint64)

func (*VtableColumnsVisibilitySetting) Descriptor deprecated

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

Deprecated: Use VtableColumnsVisibilitySetting.ProtoReflect.Descriptor instead.

func (*VtableColumnsVisibilitySetting) GetAction

func (x *VtableColumnsVisibilitySetting) GetAction() bool

func (*VtableColumnsVisibilitySetting) GetAuthorized

func (x *VtableColumnsVisibilitySetting) GetAuthorized() bool

func (*VtableColumnsVisibilitySetting) GetAutogened

func (x *VtableColumnsVisibilitySetting) GetAutogened() bool

func (*VtableColumnsVisibilitySetting) GetColumnShared

func (x *VtableColumnsVisibilitySetting) GetColumnShared() bool

func (*VtableColumnsVisibilitySetting) GetCreatedTs

func (x *VtableColumnsVisibilitySetting) GetCreatedTs() bool

func (*VtableColumnsVisibilitySetting) GetDataColumn

func (x *VtableColumnsVisibilitySetting) GetDataColumn() bool

func (*VtableColumnsVisibilitySetting) GetDataSize

func (x *VtableColumnsVisibilitySetting) GetDataSize() bool

func (*VtableColumnsVisibilitySetting) GetDatasrcName

func (x *VtableColumnsVisibilitySetting) GetDatasrcName() bool

func (*VtableColumnsVisibilitySetting) GetDatasrcType

func (x *VtableColumnsVisibilitySetting) GetDatasrcType() bool

func (*VtableColumnsVisibilitySetting) GetId

func (*VtableColumnsVisibilitySetting) GetName

func (x *VtableColumnsVisibilitySetting) GetName() bool

func (*VtableColumnsVisibilitySetting) GetOwnerUser

func (x *VtableColumnsVisibilitySetting) GetOwnerUser() bool

func (*VtableColumnsVisibilitySetting) GetUpdatedTs

func (x *VtableColumnsVisibilitySetting) GetUpdatedTs() bool

func (*VtableColumnsVisibilitySetting) ProtoMessage

func (*VtableColumnsVisibilitySetting) ProtoMessage()

func (*VtableColumnsVisibilitySetting) ProtoReflect

func (*VtableColumnsVisibilitySetting) Reset

func (x *VtableColumnsVisibilitySetting) Reset()

func (*VtableColumnsVisibilitySetting) String

type VtableQueryOptions

type VtableQueryOptions struct {
	Id                 uint64                           `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Ids                []uint64                         `protobuf:"varint,2,rep,packed,name=ids,proto3" json:"ids,omitempty"`
	Name               string                           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	FuzzyText          string                           `protobuf:"bytes,4,opt,name=fuzzy_text,json=fuzzyText,proto3" json:"fuzzy_text,omitempty"`
	DataSrcId          uint64                           `protobuf:"varint,5,opt,name=data_src_id,json=dataSrcId,proto3" json:"data_src_id,omitempty"`
	DatasrcName        string                           `protobuf:"bytes,6,opt,name=datasrc_name,json=datasrcName,proto3" json:"datasrc_name,omitempty"`
	DatasrcType        int32                            `protobuf:"varint,7,opt,name=datasrc_type,json=datasrcType,proto3" json:"datasrc_type,omitempty"`
	DatasrcTypeStr     string                           `protobuf:"bytes,8,opt,name=datasrc_type_str,json=datasrcTypeStr,proto3" json:"datasrc_type_str,omitempty"`
	CreatedAfterTs     uint64                           `protobuf:"varint,9,opt,name=created_after_ts,json=createdAfterTs,proto3" json:"created_after_ts,omitempty"`
	CreatedBeforeTs    uint64                           `protobuf:"varint,10,opt,name=created_before_ts,json=createdBeforeTs,proto3" json:"created_before_ts,omitempty"`
	LastUpdateAfterTs  uint64                           `protobuf:"varint,11,opt,name=last_update_after_ts,json=lastUpdateAfterTs,proto3" json:"last_update_after_ts,omitempty"`
	LastUpdateBeforeTs uint64                           `protobuf:"varint,12,opt,name=last_update_before_ts,json=lastUpdateBeforeTs,proto3" json:"last_update_before_ts,omitempty"`
	PageSize           uint32                           `protobuf:"varint,13,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum            uint32                           `protobuf:"varint,14,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	Offset             uint32                           `protobuf:"varint,15,opt,name=offset,proto3" json:"offset,omitempty"`
	Status             int32                            `protobuf:"varint,16,opt,name=status,proto3" json:"status,omitempty"`
	StatusStr          string                           `protobuf:"bytes,17,opt,name=status_str,json=statusStr,proto3" json:"status_str,omitempty"`
	ExcludeStatus      enums.VirtualTable_Status        `` /* 147-byte string literal not displayed */
	TagList            string                           `protobuf:"bytes,19,opt,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"`
	WithDatasrc        bool                             `protobuf:"varint,20,opt,name=with_datasrc,json=withDatasrc,proto3" json:"with_datasrc,omitempty"`
	NotDesc            bool                             `protobuf:"varint,21,opt,name=not_desc,json=notDesc,proto3" json:"not_desc,omitempty"`
	SortKey            string                           `protobuf:"bytes,22,opt,name=sort_key,json=sortKey,proto3" json:"sort_key,omitempty"`
	PartyId            string                           `protobuf:"bytes,23,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	CallerPartyId      string                           `protobuf:"bytes,24,opt,name=caller_party_id,json=callerPartyId,proto3" json:"caller_party_id,omitempty"`
	ProjectId          uint64                           `protobuf:"varint,25,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	OriginalOnly       bool                             `protobuf:"varint,26,opt,name=original_only,json=originalOnly,proto3" json:"original_only,omitempty"`
	AutogenedOnly      bool                             `protobuf:"varint,27,opt,name=autogened_only,json=autogenedOnly,proto3" json:"autogened_only,omitempty"`
	GeneratedType      enums.VirtualTable_SourceType    `` /* 151-byte string literal not displayed */
	FindProjects       bool                             `protobuf:"varint,29,opt,name=find_projects,json=findProjects,proto3" json:"find_projects,omitempty"`
	FindOwner          bool                             `protobuf:"varint,30,opt,name=find_owner,json=findOwner,proto3" json:"find_owner,omitempty"`
	FromClient         bool                             `protobuf:"varint,31,opt,name=from_client,json=fromClient,proto3" json:"from_client,omitempty"`
	WithAssetStatus    bool                             `protobuf:"varint,32,opt,name=with_asset_status,json=withAssetStatus,proto3" json:"with_asset_status,omitempty"`
	ExcludeProjectId   uint64                           `protobuf:"varint,33,opt,name=exclude_project_id,json=excludeProjectId,proto3" json:"exclude_project_id,omitempty"`
	WithSegmentation   bool                             `protobuf:"varint,34,opt,name=with_segmentation,json=withSegmentation,proto3" json:"with_segmentation,omitempty"`
	OriginalParty      string                           `protobuf:"bytes,35,opt,name=original_party,json=originalParty,proto3" json:"original_party,omitempty"`
	ColumnShared       enums.VirtualTable_ShareFiltrate `` /* 151-byte string literal not displayed */
	EmbodyDeleted      bool                             `protobuf:"varint,37,opt,name=embody_deleted,json=embodyDeleted,proto3" json:"embody_deleted,omitempty"`
	SkipSyncColumns    bool                             `protobuf:"varint,38,opt,name=skip_sync_columns,json=skipSyncColumns,proto3" json:"skip_sync_columns,omitempty"`
	OwnerUserId        uint64                           `protobuf:"varint,39,opt,name=owner_user_id,json=ownerUserId,proto3" json:"owner_user_id,omitempty"`
	NotPaging          bool                             `protobuf:"varint,40,opt,name=not_paging,json=notPaging,proto3" json:"not_paging,omitempty"`
	WithAdditional     bool                             `protobuf:"varint,41,opt,name=with_additional,json=withAdditional,proto3" json:"with_additional,omitempty"`
	IsMockData         bool                             `protobuf:"varint,42,opt,name=is_mock_data,json=isMockData,proto3" json:"is_mock_data,omitempty"`
	// contains filtered or unexported fields
}

func (*VtableQueryOptions) Descriptor deprecated

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

Deprecated: Use VtableQueryOptions.ProtoReflect.Descriptor instead.

func (*VtableQueryOptions) GetAutogenedOnly

func (x *VtableQueryOptions) GetAutogenedOnly() bool

func (*VtableQueryOptions) GetCallerPartyId

func (x *VtableQueryOptions) GetCallerPartyId() string

func (*VtableQueryOptions) GetColumnShared

func (*VtableQueryOptions) GetCreatedAfterTs

func (x *VtableQueryOptions) GetCreatedAfterTs() uint64

func (*VtableQueryOptions) GetCreatedBeforeTs

func (x *VtableQueryOptions) GetCreatedBeforeTs() uint64

func (*VtableQueryOptions) GetDataSrcId

func (x *VtableQueryOptions) GetDataSrcId() uint64

func (*VtableQueryOptions) GetDatasrcName

func (x *VtableQueryOptions) GetDatasrcName() string

func (*VtableQueryOptions) GetDatasrcType

func (x *VtableQueryOptions) GetDatasrcType() int32

func (*VtableQueryOptions) GetDatasrcTypeStr

func (x *VtableQueryOptions) GetDatasrcTypeStr() string

func (*VtableQueryOptions) GetEmbodyDeleted

func (x *VtableQueryOptions) GetEmbodyDeleted() bool

func (*VtableQueryOptions) GetExcludeProjectId

func (x *VtableQueryOptions) GetExcludeProjectId() uint64

func (*VtableQueryOptions) GetExcludeStatus

func (x *VtableQueryOptions) GetExcludeStatus() enums.VirtualTable_Status

func (*VtableQueryOptions) GetFindOwner

func (x *VtableQueryOptions) GetFindOwner() bool

func (*VtableQueryOptions) GetFindProjects

func (x *VtableQueryOptions) GetFindProjects() bool

func (*VtableQueryOptions) GetFromClient

func (x *VtableQueryOptions) GetFromClient() bool

func (*VtableQueryOptions) GetFuzzyText

func (x *VtableQueryOptions) GetFuzzyText() string

func (*VtableQueryOptions) GetGeneratedType

func (x *VtableQueryOptions) GetGeneratedType() enums.VirtualTable_SourceType

func (*VtableQueryOptions) GetId

func (x *VtableQueryOptions) GetId() uint64

func (*VtableQueryOptions) GetIds

func (x *VtableQueryOptions) GetIds() []uint64

func (*VtableQueryOptions) GetIsMockData

func (x *VtableQueryOptions) GetIsMockData() bool

func (*VtableQueryOptions) GetLastUpdateAfterTs

func (x *VtableQueryOptions) GetLastUpdateAfterTs() uint64

func (*VtableQueryOptions) GetLastUpdateBeforeTs

func (x *VtableQueryOptions) GetLastUpdateBeforeTs() uint64

func (*VtableQueryOptions) GetName

func (x *VtableQueryOptions) GetName() string

func (*VtableQueryOptions) GetNotDesc

func (x *VtableQueryOptions) GetNotDesc() bool

func (*VtableQueryOptions) GetNotPaging

func (x *VtableQueryOptions) GetNotPaging() bool

func (*VtableQueryOptions) GetOffset

func (x *VtableQueryOptions) GetOffset() uint32

func (*VtableQueryOptions) GetOriginalOnly

func (x *VtableQueryOptions) GetOriginalOnly() bool

func (*VtableQueryOptions) GetOriginalParty

func (x *VtableQueryOptions) GetOriginalParty() string

func (*VtableQueryOptions) GetOwnerUserId

func (x *VtableQueryOptions) GetOwnerUserId() uint64

func (*VtableQueryOptions) GetPageNum

func (x *VtableQueryOptions) GetPageNum() uint32

func (*VtableQueryOptions) GetPageSize

func (x *VtableQueryOptions) GetPageSize() uint32

func (*VtableQueryOptions) GetPartyId

func (x *VtableQueryOptions) GetPartyId() string

func (*VtableQueryOptions) GetProjectId

func (x *VtableQueryOptions) GetProjectId() uint64

func (*VtableQueryOptions) GetSkipSyncColumns

func (x *VtableQueryOptions) GetSkipSyncColumns() bool

func (*VtableQueryOptions) GetSortKey

func (x *VtableQueryOptions) GetSortKey() string

func (*VtableQueryOptions) GetStatus

func (x *VtableQueryOptions) GetStatus() int32

func (*VtableQueryOptions) GetStatusStr

func (x *VtableQueryOptions) GetStatusStr() string

func (*VtableQueryOptions) GetTagList

func (x *VtableQueryOptions) GetTagList() string

func (*VtableQueryOptions) GetWithAdditional

func (x *VtableQueryOptions) GetWithAdditional() bool

func (*VtableQueryOptions) GetWithAssetStatus

func (x *VtableQueryOptions) GetWithAssetStatus() bool

func (*VtableQueryOptions) GetWithDatasrc

func (x *VtableQueryOptions) GetWithDatasrc() bool

func (*VtableQueryOptions) GetWithSegmentation

func (x *VtableQueryOptions) GetWithSegmentation() bool

func (*VtableQueryOptions) ProtoMessage

func (*VtableQueryOptions) ProtoMessage()

func (*VtableQueryOptions) ProtoReflect

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

func (*VtableQueryOptions) Reset

func (x *VtableQueryOptions) Reset()

func (*VtableQueryOptions) String

func (x *VtableQueryOptions) String() string

Jump to

Keyboard shortcuts

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