Skip to content

Commit fbf1dfe

Browse files
romlogicsduskis
authored andcommitted
---
yaml --- r: 14671 b: refs/heads/autosynth-asset c: d2302cd h: refs/heads/master i: 14669: f822b96 14667: 7745bcc 14663: 8c57b72 14655: 36b8dcb
1 parent f6bcd77 commit fbf1dfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/autosynth-asset/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
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: f28bbcce35c6d178e36cd50d3e4daf4f81717919
125+
refs/heads/autosynth-asset: d2302cd2d9ebff473d001753128cc46bf15ad1f6
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

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