File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed
packages/google-cloud-bigquery-storage
bigquery_storage_v1beta2/types
bigquery_storage_v1/types Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 68
68
"StorageError" ,
69
69
"StreamStats" ,
70
70
"ThrottleState" ,
71
- "DataFormat" ,
72
71
"ReadSession" ,
73
72
"ReadStream" ,
74
73
"WriteStream" ,
Original file line number Diff line number Diff line change 65
65
"StorageError" ,
66
66
"StreamStats" ,
67
67
"ThrottleState" ,
68
- "DataFormat" ,
69
68
"ReadSession" ,
70
69
"ReadStream" ,
71
70
"WriteStream" ,
Original file line number Diff line number Diff line change 76
76
),
77
77
)
78
78
79
- # The DataFormat enum is not exposed in bigquery_storage_v1/types, add it there.
80
- assert 1 == s .replace (
81
- library / f"google/cloud/bigquery_storage_{ library .name } */types/__init__.py" ,
82
- r"from \.stream import \(" ,
83
- "\\ g<0>\n DataFormat," ,
84
- )
85
- assert 1 == s .replace (
86
- library / f"google/cloud/bigquery_storage_{ library .name } */types/__init__.py" ,
87
- r"""["']ReadSession["']""" ,
88
- '"DataFormat",\n \\ g<0>' ,
89
- )
90
-
91
79
# Expose handwritten classes AppendRowsStream and ReadRowsStream here.
92
80
assert 1 == s .replace (
93
81
library / "google/cloud/bigquery_storage/__init__.py" ,
You can’t perform that action at this time.
0 commit comments