Skip to content

Commit 891be4d

Browse files
1 parent b2f0be3 commit 891be4d

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
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-rev20240623-2.0.0</version>
25+
<version>v2-rev20240629-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-rev20240623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240629-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
3232
/**
3333
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
3434
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
35-
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
35+
* accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -84,7 +84,7 @@ public final class BigtableColumnFamily extends com.google.api.client.json.Gener
8484
/**
8585
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
8686
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
87-
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
87+
* accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
8888
* @return value or {@code null} for none
8989
*/
9090
public java.util.List<BigtableColumn> getColumns() {
@@ -94,7 +94,7 @@ public java.util.List<BigtableColumn> getColumns() {
9494
/**
9595
* Optional. Lists of columns that should be exposed as individual fields as opposed to a list of
9696
* (column name, value) pairs. All columns whose qualifier matches a qualifier in this list can be
97-
* accessed as `.`. Other columns can be accessed as a list through `.Column` field.
97+
* accessed as `.`. Other columns can be accessed as a list through the `.Column` field.
9898
* @param columns columns or {@code null} for none
9999
*/
100100
public BigtableColumnFamily setColumns(java.util.List<BigtableColumn> columns) {

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -978,8 +978,8 @@ public static final class Access extends com.google.api.client.json.GenericJson
978978

979979
/**
980980
* An IAM role ID that should be granted to the user, group, or domain specified in this access
981-
* entry. The following legacy mappings will be applied: * OWNER <=> roles/bigquery.dataOwner *
982-
* WRITER <=> roles/bigquery.dataEditor * READER <=> roles/bigquery.dataViewer This field will
981+
* entry. The following legacy mappings will be applied: * `OWNER`: `roles/bigquery.dataOwner` *
982+
* `WRITER`: `roles/bigquery.dataEditor` * `READER`: `roles/bigquery.dataViewer` This field will
983983
* accept any of the above formats, but will return only the legacy format. For example, if you
984984
* set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
985985
* The value may be {@code null}.
@@ -998,10 +998,10 @@ public static final class Access extends com.google.api.client.json.GenericJson
998998
private RoutineReference routine;
999999

10001000
/**
1001-
* [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners
1002-
* of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters:
1003-
* Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps
1004-
* to similarly-named IAM members.
1001+
* [Pick one] A special group to grant access to. Possible values include: * projectOwners: Owners
1002+
* of the enclosing project. * projectReaders: Readers of the enclosing project. * projectWriters:
1003+
* Writers of the enclosing project. * allAuthenticatedUsers: All authenticated BigQuery users.
1004+
* Maps to similarly-named IAM members.
10051005
* The value may be {@code null}.
10061006
*/
10071007
@com.google.api.client.util.Key
@@ -1109,8 +1109,8 @@ public Access setIamMember(java.lang.String iamMember) {
11091109

11101110
/**
11111111
* An IAM role ID that should be granted to the user, group, or domain specified in this access
1112-
* entry. The following legacy mappings will be applied: * OWNER <=> roles/bigquery.dataOwner *
1113-
* WRITER <=> roles/bigquery.dataEditor * READER <=> roles/bigquery.dataViewer This field will
1112+
* entry. The following legacy mappings will be applied: * `OWNER`: `roles/bigquery.dataOwner` *
1113+
* `WRITER`: `roles/bigquery.dataEditor` * `READER`: `roles/bigquery.dataViewer` This field will
11141114
* accept any of the above formats, but will return only the legacy format. For example, if you
11151115
* set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
11161116
* @return value or {@code null} for none
@@ -1121,8 +1121,8 @@ public java.lang.String getRole() {
11211121

11221122
/**
11231123
* An IAM role ID that should be granted to the user, group, or domain specified in this access
1124-
* entry. The following legacy mappings will be applied: * OWNER <=> roles/bigquery.dataOwner *
1125-
* WRITER <=> roles/bigquery.dataEditor * READER <=> roles/bigquery.dataViewer This field will
1124+
* entry. The following legacy mappings will be applied: * `OWNER`: `roles/bigquery.dataOwner` *
1125+
* `WRITER`: `roles/bigquery.dataEditor` * `READER`: `roles/bigquery.dataViewer` This field will
11261126
* accept any of the above formats, but will return only the legacy format. For example, if you
11271127
* set this field to "roles/bigquery.dataOwner", it will be returned back as "OWNER".
11281128
* @param role role or {@code null} for none
@@ -1156,21 +1156,21 @@ public Access setRoutine(RoutineReference routine) {
11561156
}
11571157

11581158
/**
1159-
* [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners
1160-
* of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters:
1161-
* Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps
1162-
* to similarly-named IAM members.
1159+
* [Pick one] A special group to grant access to. Possible values include: * projectOwners: Owners
1160+
* of the enclosing project. * projectReaders: Readers of the enclosing project. * projectWriters:
1161+
* Writers of the enclosing project. * allAuthenticatedUsers: All authenticated BigQuery users.
1162+
* Maps to similarly-named IAM members.
11631163
* @return value or {@code null} for none
11641164
*/
11651165
public java.lang.String getSpecialGroup() {
11661166
return specialGroup;
11671167
}
11681168

11691169
/**
1170-
* [Pick one] A special group to grant access to. Possible values include: projectOwners: Owners
1171-
* of the enclosing project. projectReaders: Readers of the enclosing project. projectWriters:
1172-
* Writers of the enclosing project. allAuthenticatedUsers: All authenticated BigQuery users. Maps
1173-
* to similarly-named IAM members.
1170+
* [Pick one] A special group to grant access to. Possible values include: * projectOwners: Owners
1171+
* of the enclosing project. * projectReaders: Readers of the enclosing project. * projectWriters:
1172+
* Writers of the enclosing project. * allAuthenticatedUsers: All authenticated BigQuery users.
1173+
* Maps to similarly-named IAM members.
11741174
* @param specialGroup specialGroup or {@code null} for none
11751175
*/
11761176
public Access setSpecialGroup(java.lang.String specialGroup) {

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-rev20240623-2.0.0</version>
12-
<name>BigQuery API v2-rev20240623-2.0.0</name>
11+
<version>v2-rev20240629-2.0.0</version>
12+
<name>BigQuery API v2-rev20240629-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-rev20240623-2.0.0</version>
25+
<version>v2-rev20240629-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-rev20240623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20240629-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)