Skip to content

Commit 8f9b5c2

Browse files
romlogicsduskis
authored andcommitted
---
yaml --- r: 13707 b: refs/heads/autosynth-logging c: d2302cd h: refs/heads/master i: 13705: 79325a8 13703: 470976f
1 parent d1735c1 commit 8f9b5c2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/autosynth-logging/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
105105
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
106106
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
107107
refs/heads/autosynth-dlp: 90e4efe3be392e89dc36bce22afab981a905b1bc
108-
refs/heads/autosynth-logging: f28bbcce35c6d178e36cd50d3e4daf4f81717919
108+
refs/heads/autosynth-logging: d2302cd2d9ebff473d001753128cc46bf15ad1f6
109109
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
110110
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
111111
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

branches/autosynth-logging/google-cloud-clients/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/Field.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public Builder setName(String name) {
105105
* @throws IllegalArgumentException if {@code type == LegacySQLTypeName.RECORD &&
106106
* subFields.length == 0} or if {@code type != LegacySQLTypeName.RECORD && subFields.length
107107
* != 0}
108-
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
108+
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
109109
* Types</a>
110110
*/
111111
public Builder setType(LegacySQLTypeName type, Field... subFields) {
@@ -121,7 +121,7 @@ public Builder setType(LegacySQLTypeName type, Field... subFields) {
121121
* @throws IllegalArgumentException if {@code type == LegacySQLTypeName.RECORD && (subFields ==
122122
* null || subFields.isEmpty())} or if {@code type != LegacySQLTypeName.RECORD && subFields
123123
* != null}
124-
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
124+
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
125125
* Types</a>
126126
*/
127127
public Builder setType(LegacySQLTypeName type, FieldList subFields) {
@@ -175,7 +175,7 @@ public String getName() {
175175
/**
176176
* Returns the field type.
177177
*
178-
* @see <a href="https://cloud.google.com/bigquery/preparing-data-for-bigquery#datatypes">Data
178+
* @see <a href="https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types">Data
179179
* Types</a>
180180
*/
181181
public LegacySQLTypeName getType() {

0 commit comments

Comments
 (0)