Skip to content

Commit 2a022ff

Browse files
1 parent 9105aea commit 2a022ff

File tree

4 files changed

+50
-30
lines changed

4 files changed

+50
-30
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-rev20240701-2.0.0</version>
25+
<version>v1-rev20240713-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-rev20240701-2.0.0'
38+
implementation 'com.google.apis:google-api-services-classroom:v1-rev20240713-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,22 +2249,27 @@ public GetAddOnContext setAddOnToken(java.lang.String addOnToken) {
22492249
}
22502250

22512251
/**
2252-
* Optional. The identifier of the attachment. This field is required for student users and
2253-
* optional for teacher users. If not provided in the student case, an error is returned.
2252+
* Optional. The identifier of the attachment. This field is required for all requests
2253+
* except when the user is in the [Attachment Discovery
2254+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
2255+
* discovery-iframe).
22542256
*/
22552257
@com.google.api.client.util.Key
22562258
private java.lang.String attachmentId;
22572259

2258-
/** Optional. The identifier of the attachment. This field is required for student users and optional
2259-
for teacher users. If not provided in the student case, an error is returned.
2260+
/** Optional. The identifier of the attachment. This field is required for all requests except when the
2261+
user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-
2262+
started/iframes/attachment-discovery-iframe).
22602263
*/
22612264
public java.lang.String getAttachmentId() {
22622265
return attachmentId;
22632266
}
22642267

22652268
/**
2266-
* Optional. The identifier of the attachment. This field is required for student users and
2267-
* optional for teacher users. If not provided in the student case, an error is returned.
2269+
* Optional. The identifier of the attachment. This field is required for all requests
2270+
* except when the user is in the [Attachment Discovery
2271+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
2272+
* discovery-iframe).
22682273
*/
22692274
public GetAddOnContext setAttachmentId(java.lang.String attachmentId) {
22702275
this.attachmentId = attachmentId;
@@ -4635,22 +4640,27 @@ public GetAddOnContext setAddOnToken(java.lang.String addOnToken) {
46354640
}
46364641

46374642
/**
4638-
* Optional. The identifier of the attachment. This field is required for student users and
4639-
* optional for teacher users. If not provided in the student case, an error is returned.
4643+
* Optional. The identifier of the attachment. This field is required for all requests
4644+
* except when the user is in the [Attachment Discovery
4645+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
4646+
* discovery-iframe).
46404647
*/
46414648
@com.google.api.client.util.Key
46424649
private java.lang.String attachmentId;
46434650

4644-
/** Optional. The identifier of the attachment. This field is required for student users and optional
4645-
for teacher users. If not provided in the student case, an error is returned.
4651+
/** Optional. The identifier of the attachment. This field is required for all requests except when the
4652+
user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-
4653+
started/iframes/attachment-discovery-iframe).
46464654
*/
46474655
public java.lang.String getAttachmentId() {
46484656
return attachmentId;
46494657
}
46504658

46514659
/**
4652-
* Optional. The identifier of the attachment. This field is required for student users and
4653-
* optional for teacher users. If not provided in the student case, an error is returned.
4660+
* Optional. The identifier of the attachment. This field is required for all requests
4661+
* except when the user is in the [Attachment Discovery
4662+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
4663+
* discovery-iframe).
46544664
*/
46554665
public GetAddOnContext setAttachmentId(java.lang.String attachmentId) {
46564666
this.attachmentId = attachmentId;
@@ -8950,22 +8960,27 @@ public GetAddOnContext setAddOnToken(java.lang.String addOnToken) {
89508960
}
89518961

89528962
/**
8953-
* Optional. The identifier of the attachment. This field is required for student users and
8954-
* optional for teacher users. If not provided in the student case, an error is returned.
8963+
* Optional. The identifier of the attachment. This field is required for all requests
8964+
* except when the user is in the [Attachment Discovery
8965+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
8966+
* discovery-iframe).
89558967
*/
89568968
@com.google.api.client.util.Key
89578969
private java.lang.String attachmentId;
89588970

8959-
/** Optional. The identifier of the attachment. This field is required for student users and optional
8960-
for teacher users. If not provided in the student case, an error is returned.
8971+
/** Optional. The identifier of the attachment. This field is required for all requests except when the
8972+
user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-
8973+
started/iframes/attachment-discovery-iframe).
89618974
*/
89628975
public java.lang.String getAttachmentId() {
89638976
return attachmentId;
89648977
}
89658978

89668979
/**
8967-
* Optional. The identifier of the attachment. This field is required for student users and
8968-
* optional for teacher users. If not provided in the student case, an error is returned.
8980+
* Optional. The identifier of the attachment. This field is required for all requests
8981+
* except when the user is in the [Attachment Discovery
8982+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
8983+
* discovery-iframe).
89698984
*/
89708985
public GetAddOnContext setAttachmentId(java.lang.String attachmentId) {
89718986
this.attachmentId = attachmentId;
@@ -10754,22 +10769,27 @@ public GetAddOnContext setAddOnToken(java.lang.String addOnToken) {
1075410769
}
1075510770

1075610771
/**
10757-
* Optional. The identifier of the attachment. This field is required for student users and
10758-
* optional for teacher users. If not provided in the student case, an error is returned.
10772+
* Optional. The identifier of the attachment. This field is required for all requests
10773+
* except when the user is in the [Attachment Discovery
10774+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
10775+
* discovery-iframe).
1075910776
*/
1076010777
@com.google.api.client.util.Key
1076110778
private java.lang.String attachmentId;
1076210779

10763-
/** Optional. The identifier of the attachment. This field is required for student users and optional
10764-
for teacher users. If not provided in the student case, an error is returned.
10780+
/** Optional. The identifier of the attachment. This field is required for all requests except when the
10781+
user is in the [Attachment Discovery iframe](https://developers.google.com/classroom/add-ons/get-
10782+
started/iframes/attachment-discovery-iframe).
1076510783
*/
1076610784
public java.lang.String getAttachmentId() {
1076710785
return attachmentId;
1076810786
}
1076910787

1077010788
/**
10771-
* Optional. The identifier of the attachment. This field is required for student users and
10772-
* optional for teacher users. If not provided in the student case, an error is returned.
10789+
* Optional. The identifier of the attachment. This field is required for all requests
10790+
* except when the user is in the [Attachment Discovery
10791+
* iframe](https://developers.google.com/classroom/add-ons/get-started/iframes/attachment-
10792+
* discovery-iframe).
1077310793
*/
1077410794
public GetAddOnContext setAttachmentId(java.lang.String attachmentId) {
1077510795
this.attachmentId = attachmentId;

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

0 commit comments

Comments
 (0)