File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-bigquery/v2
com/google/api/services/bigquery/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-bigquery</artifactId >
25
- <version >v2-rev20241027 -2.0.0</version >
25
+ <version >v2-rev20241111 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-bigquery:v2-rev20241027 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-bigquery:v2-rev20241111 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -174,6 +174,13 @@ public final class Table extends com.google.api.client.json.GenericJson {
174
174
@ com .google .api .client .util .Key
175
175
private java .lang .String location ;
176
176
177
+ /**
178
+ * Optional. If set, overrides the default managed table type configured in the dataset.
179
+ * The value may be {@code null}.
180
+ */
181
+ @ com .google .api .client .util .Key
182
+ private java .lang .String managedTableType ;
183
+
177
184
/**
178
185
* Optional. The materialized view definition.
179
186
* The value may be {@code null}.
@@ -779,6 +786,23 @@ public Table setLocation(java.lang.String location) {
779
786
return this ;
780
787
}
781
788
789
+ /**
790
+ * Optional. If set, overrides the default managed table type configured in the dataset.
791
+ * @return value or {@code null} for none
792
+ */
793
+ public java .lang .String getManagedTableType () {
794
+ return managedTableType ;
795
+ }
796
+
797
+ /**
798
+ * Optional. If set, overrides the default managed table type configured in the dataset.
799
+ * @param managedTableType managedTableType or {@code null} for none
800
+ */
801
+ public Table setManagedTableType (java .lang .String managedTableType ) {
802
+ this .managedTableType = managedTableType ;
803
+ return this ;
804
+ }
805
+
782
806
/**
783
807
* Optional. The materialized view definition.
784
808
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-bigquery</artifactId >
11
- <version >v2-rev20241027 -2.0.0</version >
12
- <name >BigQuery API v2-rev20241027 -2.0.0</name >
11
+ <version >v2-rev20241111 -2.0.0</version >
12
+ <name >BigQuery API v2-rev20241111 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-bigquery</artifactId >
25
- <version >v2-rev20241027 -2.0.0</version >
25
+ <version >v2-rev20241111 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-bigquery:v2-rev20241027 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-bigquery:v2-rev20241111 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments