Skip to content

Commit c45b72b

Browse files
1 parent 4255056 commit c45b72b

File tree

8 files changed

+17
-17
lines changed

8 files changed

+17
-17
lines changed

clients/google-api-services-admin/directory_v1/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-admin-directory</artifactId>
25-
<version>directory_v1-rev20251021-2.0.0</version>
25+
<version>directory_v1-rev20251107-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-admin-directory:directory_v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20251107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/ChromeOsDevice.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class ChromeOsDevice extends com.google.api.client.json.GenericJson
9797
}
9898

9999
/**
100-
* Output only. Information about bluetooth adapters of the device.
100+
* Output only. Information about Bluetooth adapters of the device.
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -643,15 +643,15 @@ public ChromeOsDevice setBacklightInfo(java.util.List<BacklightInfo> backlightIn
643643
}
644644

645645
/**
646-
* Output only. Information about bluetooth adapters of the device.
646+
* Output only. Information about Bluetooth adapters of the device.
647647
* @return value or {@code null} for none
648648
*/
649649
public java.util.List<BluetoothAdapterInfo> getBluetoothAdapterInfo() {
650650
return bluetoothAdapterInfo;
651651
}
652652

653653
/**
654-
* Output only. Information about bluetooth adapters of the device.
654+
* Output only. Information about Bluetooth adapters of the device.
655655
* @param bluetoothAdapterInfo bluetoothAdapterInfo or {@code null} for none
656656
*/
657657
public ChromeOsDevice setBluetoothAdapterInfo(java.util.List<BluetoothAdapterInfo> bluetoothAdapterInfo) {

clients/google-api-services-admin/directory_v1/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-admin-directory</artifactId>
11-
<version>directory_v1-rev20251021-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20251021-2.0.0</name>
11+
<version>directory_v1-rev20251107-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20251107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/directory_v1/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-admin-directory</artifactId>
25-
<version>directory_v1-rev20251021-2.0.0</version>
25+
<version>directory_v1-rev20251107-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-admin-directory:directory_v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20251107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_v1/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-admin-reports</artifactId>
25-
<version>reports_v1-rev20250818-2.0.0</version>
25+
<version>reports_v1-rev20251107-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-admin-reports:reports_v1-rev20250818-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20251107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/reports_v1/2.0.0/com/google/api/services/reports/ReportsScopes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
*/
2424
public class ReportsScopes {
2525

26-
/** View audit reports for your G Suite domain. */
26+
/** View audit reports for your Google Workspace domain. */
2727
public static final String ADMIN_REPORTS_AUDIT_READONLY = "https://www.googleapis.com/auth/admin.reports.audit.readonly";
2828

29-
/** View usage reports for your G Suite domain. */
29+
/** View usage reports for your Google Workspace domain. */
3030
public static final String ADMIN_REPORTS_USAGE_READONLY = "https://www.googleapis.com/auth/admin.reports.usage.readonly";
3131

3232
/**

clients/google-api-services-admin/reports_v1/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-admin-reports</artifactId>
11-
<version>reports_v1-rev20250818-2.0.0</version>
12-
<name>Admin SDK API reports_v1-rev20250818-2.0.0</name>
11+
<version>reports_v1-rev20251107-2.0.0</version>
12+
<name>Admin SDK API reports_v1-rev20251107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/reports_v1/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-admin-reports</artifactId>
25-
<version>reports_v1-rev20250818-2.0.0</version>
25+
<version>reports_v1-rev20251107-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-admin-reports:reports_v1-rev20250818-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-reports:reports_v1-rev20251107-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)