bigtablecloud.google.com/go/bigtable/internal/conformance Index | Files

package conformance

import "cloud.google.com/go/bigtable/internal/conformance"

Index

Variables

var File_tests_proto protoreflect.FileDescriptor

Types

type ReadRowsTest

type ReadRowsTest struct {
	Description string                           `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
	Chunks      []*v2.ReadRowsResponse_CellChunk `protobuf:"bytes,2,rep,name=chunks,proto3" json:"chunks,omitempty"`
	Results     []*ReadRowsTest_Result           `protobuf:"bytes,3,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadRowsTest) Descriptor

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

Deprecated: Use ReadRowsTest.ProtoReflect.Descriptor instead.

func (*ReadRowsTest) GetChunks

func (x *ReadRowsTest) GetChunks() []*v2.ReadRowsResponse_CellChunk

func (*ReadRowsTest) GetDescription

func (x *ReadRowsTest) GetDescription() string

func (*ReadRowsTest) GetResults

func (x *ReadRowsTest) GetResults() []*ReadRowsTest_Result

func (*ReadRowsTest) ProtoMessage

func (*ReadRowsTest) ProtoMessage()

func (*ReadRowsTest) ProtoReflect

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

func (*ReadRowsTest) Reset

func (x *ReadRowsTest) Reset()

func (*ReadRowsTest) String

func (x *ReadRowsTest) String() string

type ReadRowsTest_Result

type ReadRowsTest_Result struct {
	RowKey          string `protobuf:"bytes,1,opt,name=row_key,json=rowKey,proto3" json:"row_key,omitempty"`
	FamilyName      string `protobuf:"bytes,2,opt,name=family_name,json=familyName,proto3" json:"family_name,omitempty"`
	Qualifier       string `protobuf:"bytes,3,opt,name=qualifier,proto3" json:"qualifier,omitempty"`
	TimestampMicros int64  `protobuf:"varint,4,opt,name=timestamp_micros,json=timestampMicros,proto3" json:"timestamp_micros,omitempty"`
	Value           string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	Label           string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"`
	Error           bool   `protobuf:"varint,7,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

Expected results of reading the row. Only the last result can be an error.

func (*ReadRowsTest_Result) Descriptor

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

Deprecated: Use ReadRowsTest_Result.ProtoReflect.Descriptor instead.

func (*ReadRowsTest_Result) GetError

func (x *ReadRowsTest_Result) GetError() bool

func (*ReadRowsTest_Result) GetFamilyName

func (x *ReadRowsTest_Result) GetFamilyName() string

func (*ReadRowsTest_Result) GetLabel

func (x *ReadRowsTest_Result) GetLabel() string

func (*ReadRowsTest_Result) GetQualifier

func (x *ReadRowsTest_Result) GetQualifier() string

func (*ReadRowsTest_Result) GetRowKey

func (x *ReadRowsTest_Result) GetRowKey() string

func (*ReadRowsTest_Result) GetTimestampMicros

func (x *ReadRowsTest_Result) GetTimestampMicros() int64

func (*ReadRowsTest_Result) GetValue

func (x *ReadRowsTest_Result) GetValue() string

func (*ReadRowsTest_Result) ProtoMessage

func (*ReadRowsTest_Result) ProtoMessage()

func (*ReadRowsTest_Result) ProtoReflect

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

func (*ReadRowsTest_Result) Reset

func (x *ReadRowsTest_Result) Reset()

func (*ReadRowsTest_Result) String

func (x *ReadRowsTest_Result) String() string

type TestFile

type TestFile struct {
	ReadRowsTests []*ReadRowsTest `protobuf:"bytes,1,rep,name=read_rows_tests,json=readRowsTests,proto3" json:"read_rows_tests,omitempty"`
	// contains filtered or unexported fields
}

func (*TestFile) Descriptor

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

Deprecated: Use TestFile.ProtoReflect.Descriptor instead.

func (*TestFile) GetReadRowsTests

func (x *TestFile) GetReadRowsTests() []*ReadRowsTest

func (*TestFile) ProtoMessage

func (*TestFile) ProtoMessage()

func (*TestFile) ProtoReflect

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

func (*TestFile) Reset

func (x *TestFile) Reset()

func (*TestFile) String

func (x *TestFile) String() string

Source Files

tests.pb.go

Version
v1.35.0 (latest)
Published
Jan 22, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
6 days ago

Tools for package owners.