Skip to content

Commit bd14052

Browse files
romlogicsduskis
authored andcommitted
---
yaml --- r: 15999 b: refs/heads/autosynth-errorreporting c: d2302cd h: refs/heads/master i: 15997: 6f60975 15995: 903bba9 15991: eae00b6 15983: 3394f4d 15967: b091ccd 15935: 02d8289 15871: d3afc32
1 parent 152b01a commit bd14052

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/autosynth-errorreporting/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
@@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134-
refs/heads/autosynth-errorreporting: f28bbcce35c6d178e36cd50d3e4daf4f81717919
134+
refs/heads/autosynth-errorreporting: d2302cd2d9ebff473d001753128cc46bf15ad1f6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f

branches/autosynth-errorreporting/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)