Lines Matching defs:ImportedDataInfo_TableDefinition

445 type ImportedDataInfo_TableDefinition struct {  struct
448 TableId string `protobuf:"bytes,1,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"`
451 …tring `protobuf:"bytes,2,rep,name=source_uris,json=sourceUris,proto3" json:"source_uris,omitempty"`
453 …proto3,enum=google.cloud.bigquery.datatransfer.v1.ImportedDataInfo_Format" json:"format,omitempty"`
456 …buf:"varint,4,opt,name=max_bad_records,json=maxBadRecords,proto3" json:"max_bad_records,omitempty"`
459 …o3,enum=google.cloud.bigquery.datatransfer.v1.ImportedDataInfo_Encoding" json:"encoding,omitempty"`
461 …tions `protobuf:"bytes,6,opt,name=csv_options,json=csvOptions,proto3" json:"csv_options,omitempty"`
464 … *ImportedDataInfo_RecordSchema `protobuf:"bytes,7,opt,name=schema,proto3" json:"schema,omitempty"`
467 …name=ignore_unknown_values,json=ignoreUnknownValues,proto3" json:"ignore_unknown_values,omitempty"`
468 XXX_NoUnkeyedLiteral struct{} `json:"-"`
469 XXX_unrecognized []byte `json:"-"`
470 XXX_sizecache int32 `json:"-"`
473 …c (m *ImportedDataInfo_TableDefinition) Reset() { *m = ImportedDataInfo_TableDefinition{} }
474 func (m *ImportedDataInfo_TableDefinition) String() string { return proto.CompactTextString(m) }
475 func (*ImportedDataInfo_TableDefinition) ProtoMessage() {}
476 func (*ImportedDataInfo_TableDefinition) Descriptor() ([]byte, []int) {
480 func (m *ImportedDataInfo_TableDefinition) XXX_Unmarshal(b []byte) error {
483 …c (m *ImportedDataInfo_TableDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
486 func (m *ImportedDataInfo_TableDefinition) XXX_Merge(src proto.Message) {
489 func (m *ImportedDataInfo_TableDefinition) XXX_Size() int {
492 func (m *ImportedDataInfo_TableDefinition) XXX_DiscardUnknown() {
498 func (m *ImportedDataInfo_TableDefinition) GetTableId() string {
505 func (m *ImportedDataInfo_TableDefinition) GetSourceUris() []string {
512 func (m *ImportedDataInfo_TableDefinition) GetFormat() ImportedDataInfo_Format {
519 func (m *ImportedDataInfo_TableDefinition) GetMaxBadRecords() int32 {
526 func (m *ImportedDataInfo_TableDefinition) GetEncoding() ImportedDataInfo_Encoding {
533 …m *ImportedDataInfo_TableDefinition) GetCsvOptions() *ImportedDataInfo_TableDefinition_CsvOptions {
540 func (m *ImportedDataInfo_TableDefinition) GetSchema() *ImportedDataInfo_RecordSchema {
547 func (m *ImportedDataInfo_TableDefinition) GetIgnoreUnknownValues() *wrappers.BoolValue {