Skip to content

Commit 46f0730

Browse files
romlogicsduskis
authored andcommitted
---
yaml --- r: 14315 b: refs/heads/autosynth-video-intelligence c: d2302cd h: refs/heads/master i: 14313: 93f7e5b 14311: 035f9dd
1 parent 81f88b2 commit 46f0730

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • branches/autosynth-video-intelligence/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
@@ -117,7 +117,7 @@ refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119119
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
120-
refs/heads/autosynth-video-intelligence: f28bbcce35c6d178e36cd50d3e4daf4f81717919
120+
refs/heads/autosynth-video-intelligence: d2302cd2d9ebff473d001753128cc46bf15ad1f6
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b

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