Skip to content

Commit b288349

Browse files
1 parent 43f5e0f commit b288349

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-bigquery/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigquery</artifactId>
25-
<version>v2-rev20240418-2.0.0</version>
25+
<version>v2-rev20240423-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240418-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240423-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/TableReplicationInfo.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ public final class TableReplicationInfo extends com.google.api.client.json.Gener
4646
private ErrorProto replicationError;
4747

4848
/**
49-
* Required. Specifies the interval at which the source table is polled for updates.
49+
* Optional. Specifies the interval at which the source table is polled for updates. It's
50+
* Optional. If not specified, default replication interval would be applied.
5051
* The value may be {@code null}.
5152
*/
5253
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -103,15 +104,17 @@ public TableReplicationInfo setReplicationError(ErrorProto replicationError) {
103104
}
104105

105106
/**
106-
* Required. Specifies the interval at which the source table is polled for updates.
107+
* Optional. Specifies the interval at which the source table is polled for updates. It's
108+
* Optional. If not specified, default replication interval would be applied.
107109
* @return value or {@code null} for none
108110
*/
109111
public java.lang.Long getReplicationIntervalMs() {
110112
return replicationIntervalMs;
111113
}
112114

113115
/**
114-
* Required. Specifies the interval at which the source table is polled for updates.
116+
* Optional. Specifies the interval at which the source table is polled for updates. It's
117+
* Optional. If not specified, default replication interval would be applied.
115118
* @param replicationIntervalMs replicationIntervalMs or {@code null} for none
116119
*/
117120
public TableReplicationInfo setReplicationIntervalMs(java.lang.Long replicationIntervalMs) {

clients/google-api-services-bigquery/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-bigquery</artifactId>
11-
<version>v2-rev20240418-2.0.0</version>
12-
<name>BigQuery API v2-rev20240418-2.0.0</name>
11+
<version>v2-rev20240423-2.0.0</version>
12+
<name>BigQuery API v2-rev20240423-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigquery/v2/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-bigquery</artifactId>
25-
<version>v2-rev20240418-2.0.0</version>
25+
<version>v2-rev20240423-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240418-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240423-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)