Skip to content

Commit fae8613

Browse files
romlogicsduskis
authored andcommitted
---
yaml --- r: 15593 b: refs/heads/autosynth-datastore c: d2302cd h: refs/heads/master i: 15591: 9ea423a
1 parent 579803a commit fae8613

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/autosynth-datastore/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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132-
refs/heads/autosynth-datastore: f28bbcce35c6d178e36cd50d3e4daf4f81717919
132+
refs/heads/autosynth-datastore: d2302cd2d9ebff473d001753128cc46bf15ad1f6
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b

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