summary: "Precision can be used to constrain the maximum number of total digits allowed for NUMERIC or\n BIGNUMERIC types. It is invalid to set values for Precision for types other than // NUMERIC\n or BIGNUMERIC. For NUMERIC type, acceptable values for Precision must be: 1 ≤ (Precision -\n Scale) ≤ 29. Values for Scale must be: 0 ≤ Scale ≤ 9. For BIGNUMERIC type, acceptable values\n for Precision must be: 1 ≤ (Precision - Scale) ≤ 38. Values for Scale must be: 0 ≤ Scale ≤\n 38."
Issue:

at https://cloud.google.com/java/docs/reference/google-cloud-bigquery/latest/com.google.cloud.bigquery.Field.Builder#com_google_cloud_bigquery_Field_Builder_setPrecision_java_lang_Long_
Should render:

This change should have this in the
.ymlfiles: