Skip to content

Commit f6cd34e

Browse files
1 parent 995c15c commit f6cd34e

File tree

4 files changed

+6
-33
lines changed

4 files changed

+6
-33
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-rev20240617-2.0.0</version>
25+
<version>v1-rev20240626-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-rev20240617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240626-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ public final class AddOnAttachmentStudentSubmission extends com.google.api.clien
4343
@com.google.api.client.util.Key
4444
private java.lang.String postSubmissionState;
4545

46-
/**
47-
* Identifier for the student that owns this submission. This field is part of an experimental API
48-
* change and is populated only if sufficient scopes are granted.
49-
* The value may be {@code null}.
50-
*/
51-
@com.google.api.client.util.Key
52-
private java.lang.String userId;
53-
5446
/**
5547
* Student grade on this attachment. If unset, no grade was set.
5648
* @return value or {@code null} for none
@@ -85,25 +77,6 @@ public AddOnAttachmentStudentSubmission setPostSubmissionState(java.lang.String
8577
return this;
8678
}
8779

88-
/**
89-
* Identifier for the student that owns this submission. This field is part of an experimental API
90-
* change and is populated only if sufficient scopes are granted.
91-
* @return value or {@code null} for none
92-
*/
93-
public java.lang.String getUserId() {
94-
return userId;
95-
}
96-
97-
/**
98-
* Identifier for the student that owns this submission. This field is part of an experimental API
99-
* change and is populated only if sufficient scopes are granted.
100-
* @param userId userId or {@code null} for none
101-
*/
102-
public AddOnAttachmentStudentSubmission setUserId(java.lang.String userId) {
103-
this.userId = userId;
104-
return this;
105-
}
106-
10780
@Override
10881
public AddOnAttachmentStudentSubmission set(String fieldName, Object value) {
10982
return (AddOnAttachmentStudentSubmission) super.set(fieldName, value);

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-rev20240617-2.0.0</version>
12-
<name>Google Classroom API v1-rev20240617-2.0.0</name>
11+
<version>v1-rev20240626-2.0.0</version>
12+
<name>Google Classroom API v1-rev20240626-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-rev20240617-2.0.0</version>
25+
<version>v1-rev20240626-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-rev20240617-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240626-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)