We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
customer_record.proto
1 parent ba2c888 commit c9160e6Copy full SHA for c9160e6
bigquery_storage/snippets/customer_record.proto
@@ -12,6 +12,7 @@
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
+// [START bigquerystorage_append_rows_pending_customer_record]
16
// The BigQuery Storage API expects protocol buffer data to be encoded in the
17
// proto2 wire format. This allows it to disambiguate missing optional fields
18
// from default values without the need for wrapper types.
@@ -26,3 +27,4 @@ message CustomerRecord {
26
27
// Use the required keyword for client-side validation of required fields.
28
required int64 row_num = 2;
29
}
30
+// [END bigquerystorage_append_rows_pending_customer_record]
0 commit comments