Skip to content

Commit c9160e6

Browse files
authored
doc: add region tags to customer_record.proto so it can be embedded (#391)
In response to customer feedback, where they had trouble finding the module generated from this file.
1 parent ba2c888 commit c9160e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigquery_storage/snippets/customer_record.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15+
// [START bigquerystorage_append_rows_pending_customer_record]
1516
// The BigQuery Storage API expects protocol buffer data to be encoded in the
1617
// proto2 wire format. This allows it to disambiguate missing optional fields
1718
// from default values without the need for wrapper types.
@@ -26,3 +27,4 @@ message CustomerRecord {
2627
// Use the required keyword for client-side validation of required fields.
2728
required int64 row_num = 2;
2829
}
30+
// [END bigquerystorage_append_rows_pending_customer_record]

0 commit comments

Comments
 (0)