Skip to content

Commit 201dfc8

Browse files
1 parent 6c07d45 commit 201dfc8

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

clients/google-api-services-classroom/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-classroom</artifactId>
25-
<version>v1-rev20250929-2.0.0</version>
25+
<version>v1-rev20251104-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-classroom:v1-rev20250929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20251104-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/GeminiGem.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ public final class GeminiGem extends com.google.api.client.json.GenericJson {
3737
private java.lang.String id;
3838

3939
/**
40-
* Title of the Gem. Read-only.
40+
* Title of the Gem.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String title;
4545

4646
/**
47-
* URL that can be used to access the Gem. Read-only.
47+
* URL that can be used to access the Gem.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public GeminiGem setId(java.lang.String id) {
6868
}
6969

7070
/**
71-
* Title of the Gem. Read-only.
71+
* Title of the Gem.
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.String getTitle() {
7575
return title;
7676
}
7777

7878
/**
79-
* Title of the Gem. Read-only.
79+
* Title of the Gem.
8080
* @param title title or {@code null} for none
8181
*/
8282
public GeminiGem setTitle(java.lang.String title) {
@@ -85,15 +85,15 @@ public GeminiGem setTitle(java.lang.String title) {
8585
}
8686

8787
/**
88-
* URL that can be used to access the Gem. Read-only.
88+
* URL that can be used to access the Gem.
8989
* @return value or {@code null} for none
9090
*/
9191
public java.lang.String getUrl() {
9292
return url;
9393
}
9494

9595
/**
96-
* URL that can be used to access the Gem. Read-only.
96+
* URL that can be used to access the Gem.
9797
* @param url url or {@code null} for none
9898
*/
9999
public GeminiGem setUrl(java.lang.String url) {

clients/google-api-services-classroom/v1/2.0.0/com/google/api/services/classroom/model/NotebookLmNotebook.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ public final class NotebookLmNotebook extends com.google.api.client.json.Generic
3737
private java.lang.String id;
3838

3939
/**
40-
* Title of the Notebook. Read-only.
40+
* Title of the Notebook.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private java.lang.String title;
4545

4646
/**
47-
* URL that can be used to access the Notebook. Read-only.
47+
* URL that can be used to access the Notebook.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public NotebookLmNotebook setId(java.lang.String id) {
6868
}
6969

7070
/**
71-
* Title of the Notebook. Read-only.
71+
* Title of the Notebook.
7272
* @return value or {@code null} for none
7373
*/
7474
public java.lang.String getTitle() {
7575
return title;
7676
}
7777

7878
/**
79-
* Title of the Notebook. Read-only.
79+
* Title of the Notebook.
8080
* @param title title or {@code null} for none
8181
*/
8282
public NotebookLmNotebook setTitle(java.lang.String title) {
@@ -85,15 +85,15 @@ public NotebookLmNotebook setTitle(java.lang.String title) {
8585
}
8686

8787
/**
88-
* URL that can be used to access the Notebook. Read-only.
88+
* URL that can be used to access the Notebook.
8989
* @return value or {@code null} for none
9090
*/
9191
public java.lang.String getUrl() {
9292
return url;
9393
}
9494

9595
/**
96-
* URL that can be used to access the Notebook. Read-only.
96+
* URL that can be used to access the Notebook.
9797
* @param url url or {@code null} for none
9898
*/
9999
public NotebookLmNotebook setUrl(java.lang.String url) {

clients/google-api-services-classroom/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-classroom</artifactId>
11-
<version>v1-rev20250929-2.0.0</version>
12-
<name>Google Classroom API v1-rev20250929-2.0.0</name>
11+
<version>v1-rev20251104-2.0.0</version>
12+
<name>Google Classroom API v1-rev20251104-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-classroom/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-classroom</artifactId>
25-
<version>v1-rev20250929-2.0.0</version>
25+
<version>v1-rev20251104-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-classroom:v1-rev20250929-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20251104-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)