google-apis-classroom_v1 0.34.0 → 0.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/classroom_v1/classes.rb +19 -15
- data/lib/google/apis/classroom_v1/gem_version.rb +3 -3
- data/lib/google/apis/classroom_v1/service.rb +88 -88
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df46324cf6d4b09b4fce27a765d58e17e8134baa85ff6588eb47c37c9c5f120e
|
4
|
+
data.tar.gz: a067c1c986bdc1b1e3d6887b7ffcc8b066f219f77deced8596b6d40dc35f36ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d90ca0d84b6c9ed23f4d4ee7bb4128ef39a9ecfa984ea8b3d7f4118e8c08f50e79aafa25ab8e36940a193a5f885707552fdc969486fae2f504ca07b77762ac49
|
7
|
+
data.tar.gz: bc86606c45e28313c715de1069ee2a0121255cf692aae3fb508dd92d9c57526fa1623cc8c483710a0a38052b11fab9930688d93540ff15cab42f8875a3a4fb32
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-classroom_v1
|
2
2
|
|
3
|
+
### v0.36.0 (2024-10-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241007
|
6
|
+
|
7
|
+
### v0.35.0 (2024-09-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240911
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.34.0 (2024-07-25)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240713
|
@@ -63,8 +63,8 @@ module Google
|
|
63
63
|
# @return [String]
|
64
64
|
attr_accessor :id
|
65
65
|
|
66
|
-
# Immutable. Identifier of the
|
67
|
-
# under which the attachment is attached. Unique per course.
|
66
|
+
# Immutable. Identifier of the `Announcement`, `CourseWork`, or `
|
67
|
+
# CourseWorkMaterial` under which the attachment is attached. Unique per course.
|
68
68
|
# Corresponds to the JSON property `itemId`
|
69
69
|
# @return [String]
|
70
70
|
attr_accessor :item_id
|
@@ -77,7 +77,7 @@ module Google
|
|
77
77
|
# @return [Float]
|
78
78
|
attr_accessor :max_points
|
79
79
|
|
80
|
-
# Immutable. Deprecated, use item_id instead.
|
80
|
+
# Immutable. Deprecated, use `item_id` instead.
|
81
81
|
# Corresponds to the JSON property `postId`
|
82
82
|
# @return [String]
|
83
83
|
attr_accessor :post_id
|
@@ -159,13 +159,13 @@ module Google
|
|
159
159
|
# @return [String]
|
160
160
|
attr_accessor :course_id
|
161
161
|
|
162
|
-
# Immutable. Identifier of the
|
163
|
-
# under which the attachment is attached.
|
162
|
+
# Immutable. Identifier of the `Announcement`, `CourseWork`, or `
|
163
|
+
# CourseWorkMaterial` under which the attachment is attached.
|
164
164
|
# Corresponds to the JSON property `itemId`
|
165
165
|
# @return [String]
|
166
166
|
attr_accessor :item_id
|
167
167
|
|
168
|
-
# Immutable. Deprecated, use item_id instead.
|
168
|
+
# Immutable. Deprecated, use `item_id` instead.
|
169
169
|
# Corresponds to the JSON property `postId`
|
170
170
|
# @return [String]
|
171
171
|
attr_accessor :post_id
|
@@ -409,13 +409,13 @@ module Google
|
|
409
409
|
# @return [String]
|
410
410
|
attr_accessor :course_id
|
411
411
|
|
412
|
-
# Immutable. Identifier of the
|
413
|
-
# under which the attachment is attached.
|
412
|
+
# Immutable. Identifier of the `Announcement`, `CourseWork`, or `
|
413
|
+
# CourseWorkMaterial` under which the attachment is attached.
|
414
414
|
# Corresponds to the JSON property `itemId`
|
415
415
|
# @return [String]
|
416
416
|
attr_accessor :item_id
|
417
417
|
|
418
|
-
# Immutable. Deprecated, use item_id instead.
|
418
|
+
# Immutable. Deprecated, use `item_id` instead.
|
419
419
|
# Corresponds to the JSON property `postId`
|
420
420
|
# @return [String]
|
421
421
|
attr_accessor :post_id
|
@@ -2493,24 +2493,28 @@ module Google
|
|
2493
2493
|
class TimeOfDay
|
2494
2494
|
include Google::Apis::Core::Hashable
|
2495
2495
|
|
2496
|
-
# Hours of day in 24 hour format.
|
2497
|
-
#
|
2496
|
+
# Hours of a day in 24 hour format. Must be greater than or equal to 0 and
|
2497
|
+
# typically must be less than or equal to 23. An API may choose to allow the
|
2498
|
+
# value "24:00:00" for scenarios like business closing time.
|
2498
2499
|
# Corresponds to the JSON property `hours`
|
2499
2500
|
# @return [Fixnum]
|
2500
2501
|
attr_accessor :hours
|
2501
2502
|
|
2502
|
-
# Minutes of hour
|
2503
|
+
# Minutes of an hour. Must be greater than or equal to 0 and less than or equal
|
2504
|
+
# to 59.
|
2503
2505
|
# Corresponds to the JSON property `minutes`
|
2504
2506
|
# @return [Fixnum]
|
2505
2507
|
attr_accessor :minutes
|
2506
2508
|
|
2507
|
-
# Fractions of seconds in nanoseconds. Must be
|
2509
|
+
# Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
|
2510
|
+
# less than or equal to 999,999,999.
|
2508
2511
|
# Corresponds to the JSON property `nanos`
|
2509
2512
|
# @return [Fixnum]
|
2510
2513
|
attr_accessor :nanos
|
2511
2514
|
|
2512
|
-
# Seconds of
|
2513
|
-
# allow the value 60 if it allows leap-
|
2515
|
+
# Seconds of a minute. Must be greater than or equal to 0 and typically must be
|
2516
|
+
# less than or equal to 59. An API may allow the value 60 if it allows leap-
|
2517
|
+
# seconds.
|
2514
2518
|
# Corresponds to the JSON property `seconds`
|
2515
2519
|
# @return [Fixnum]
|
2516
2520
|
attr_accessor :seconds
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ClassroomV1
|
18
18
|
# Version of the google-apis-classroom_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241007"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -555,9 +555,9 @@ module Google
|
|
555
555
|
# @param [String] course_id
|
556
556
|
# Required. Identifier of the course.
|
557
557
|
# @param [String] item_id
|
558
|
-
# Identifier of the
|
559
|
-
# the attachment is attached. This field is required, but is not marked as
|
560
|
-
# while we are migrating from post_id.
|
558
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
559
|
+
# which the attachment is attached. This field is required, but is not marked as
|
560
|
+
# such while we are migrating from post_id.
|
561
561
|
# @param [String] add_on_token
|
562
562
|
# Optional. Token that authorizes the request. The token is passed as a query
|
563
563
|
# parameter when the user is redirected from Classroom to the add-on's URL. The
|
@@ -570,7 +570,7 @@ module Google
|
|
570
570
|
# developers.google.com/classroom/add-ons/get-started/iframes/attachment-
|
571
571
|
# discovery-iframe).
|
572
572
|
# @param [String] post_id
|
573
|
-
# Optional. Deprecated, use item_id instead.
|
573
|
+
# Optional. Deprecated, use `item_id` instead.
|
574
574
|
# @param [String] fields
|
575
575
|
# Selector specifying which fields to include in a partial response.
|
576
576
|
# @param [String] quota_user
|
@@ -760,9 +760,9 @@ module Google
|
|
760
760
|
# @param [String] course_id
|
761
761
|
# Required. Identifier of the course.
|
762
762
|
# @param [String] item_id
|
763
|
-
# Identifier of the
|
764
|
-
# to create the attachment. This field is required, but is not marked as
|
765
|
-
# while we are migrating from post_id.
|
763
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
764
|
+
# which to create the attachment. This field is required, but is not marked as
|
765
|
+
# such while we are migrating from post_id.
|
766
766
|
# @param [Google::Apis::ClassroomV1::AddOnAttachment] add_on_attachment_object
|
767
767
|
# @param [String] add_on_token
|
768
768
|
# Optional. Token that authorizes the request. The token is passed as a query
|
@@ -772,7 +772,7 @@ module Google
|
|
772
772
|
# provided for partner-first attachment creation and the developer projects that
|
773
773
|
# created the attachment and its parent stream item do not match.
|
774
774
|
# @param [String] post_id
|
775
|
-
# Optional. Deprecated, use item_id instead.
|
775
|
+
# Optional. Deprecated, use `item_id` instead.
|
776
776
|
# @param [String] fields
|
777
777
|
# Selector specifying which fields to include in a partial response.
|
778
778
|
# @param [String] quota_user
|
@@ -812,13 +812,13 @@ module Google
|
|
812
812
|
# @param [String] course_id
|
813
813
|
# Required. Identifier of the course.
|
814
814
|
# @param [String] item_id
|
815
|
-
# Identifier of the
|
816
|
-
# the attachment is attached. This field is required, but is not marked as
|
817
|
-
# while we are migrating from post_id.
|
815
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
816
|
+
# which the attachment is attached. This field is required, but is not marked as
|
817
|
+
# such while we are migrating from post_id.
|
818
818
|
# @param [String] attachment_id
|
819
819
|
# Required. Identifier of the attachment.
|
820
820
|
# @param [String] post_id
|
821
|
-
# Optional. Deprecated, use item_id instead.
|
821
|
+
# Optional. Deprecated, use `item_id` instead.
|
822
822
|
# @param [String] fields
|
823
823
|
# Selector specifying which fields to include in a partial response.
|
824
824
|
# @param [String] quota_user
|
@@ -857,13 +857,13 @@ module Google
|
|
857
857
|
# @param [String] course_id
|
858
858
|
# Required. Identifier of the course.
|
859
859
|
# @param [String] item_id
|
860
|
-
# Identifier of the
|
861
|
-
# the attachment is attached. This field is required, but is not marked as
|
862
|
-
# while we are migrating from post_id.
|
860
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
861
|
+
# which the attachment is attached. This field is required, but is not marked as
|
862
|
+
# such while we are migrating from post_id.
|
863
863
|
# @param [String] attachment_id
|
864
864
|
# Required. Identifier of the attachment.
|
865
865
|
# @param [String] post_id
|
866
|
-
# Optional. Deprecated, use item_id instead.
|
866
|
+
# Optional. Deprecated, use `item_id` instead.
|
867
867
|
# @param [String] fields
|
868
868
|
# Selector specifying which fields to include in a partial response.
|
869
869
|
# @param [String] quota_user
|
@@ -902,7 +902,7 @@ module Google
|
|
902
902
|
# @param [String] course_id
|
903
903
|
# Required. Identifier of the course.
|
904
904
|
# @param [String] item_id
|
905
|
-
# Identifier of the
|
905
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` whose
|
906
906
|
# attachments should be enumerated. This field is required, but is not marked as
|
907
907
|
# such while we are migrating from post_id.
|
908
908
|
# @param [Fixnum] page_size
|
@@ -916,7 +916,7 @@ module Google
|
|
916
916
|
# token.
|
917
917
|
# @param [String] post_id
|
918
918
|
# Optional. Identifier of the post under the course whose attachments to
|
919
|
-
# enumerate. Deprecated, use item_id instead.
|
919
|
+
# enumerate. Deprecated, use `item_id` instead.
|
920
920
|
# @param [String] fields
|
921
921
|
# Selector specifying which fields to include in a partial response.
|
922
922
|
# @param [String] quota_user
|
@@ -1138,9 +1138,9 @@ module Google
|
|
1138
1138
|
# @param [String] course_id
|
1139
1139
|
# Required. Identifier of the course.
|
1140
1140
|
# @param [String] item_id
|
1141
|
-
# Identifier of the
|
1142
|
-
# the attachment is attached. This field is required, but is not marked as
|
1143
|
-
# while we are migrating from post_id.
|
1141
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1142
|
+
# which the attachment is attached. This field is required, but is not marked as
|
1143
|
+
# such while we are migrating from post_id.
|
1144
1144
|
# @param [String] add_on_token
|
1145
1145
|
# Optional. Token that authorizes the request. The token is passed as a query
|
1146
1146
|
# parameter when the user is redirected from Classroom to the add-on's URL. The
|
@@ -1153,7 +1153,7 @@ module Google
|
|
1153
1153
|
# developers.google.com/classroom/add-ons/get-started/iframes/attachment-
|
1154
1154
|
# discovery-iframe).
|
1155
1155
|
# @param [String] post_id
|
1156
|
-
# Optional. Deprecated, use item_id instead.
|
1156
|
+
# Optional. Deprecated, use `item_id` instead.
|
1157
1157
|
# @param [String] fields
|
1158
1158
|
# Selector specifying which fields to include in a partial response.
|
1159
1159
|
# @param [String] quota_user
|
@@ -1352,9 +1352,9 @@ module Google
|
|
1352
1352
|
# @param [String] course_id
|
1353
1353
|
# Required. Identifier of the course.
|
1354
1354
|
# @param [String] item_id
|
1355
|
-
# Identifier of the
|
1356
|
-
# to create the attachment. This field is required, but is not marked as
|
1357
|
-
# while we are migrating from post_id.
|
1355
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1356
|
+
# which to create the attachment. This field is required, but is not marked as
|
1357
|
+
# such while we are migrating from post_id.
|
1358
1358
|
# @param [Google::Apis::ClassroomV1::AddOnAttachment] add_on_attachment_object
|
1359
1359
|
# @param [String] add_on_token
|
1360
1360
|
# Optional. Token that authorizes the request. The token is passed as a query
|
@@ -1364,7 +1364,7 @@ module Google
|
|
1364
1364
|
# provided for partner-first attachment creation and the developer projects that
|
1365
1365
|
# created the attachment and its parent stream item do not match.
|
1366
1366
|
# @param [String] post_id
|
1367
|
-
# Optional. Deprecated, use item_id instead.
|
1367
|
+
# Optional. Deprecated, use `item_id` instead.
|
1368
1368
|
# @param [String] fields
|
1369
1369
|
# Selector specifying which fields to include in a partial response.
|
1370
1370
|
# @param [String] quota_user
|
@@ -1404,13 +1404,13 @@ module Google
|
|
1404
1404
|
# @param [String] course_id
|
1405
1405
|
# Required. Identifier of the course.
|
1406
1406
|
# @param [String] item_id
|
1407
|
-
# Identifier of the
|
1408
|
-
# the attachment is attached. This field is required, but is not marked as
|
1409
|
-
# while we are migrating from post_id.
|
1407
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1408
|
+
# which the attachment is attached. This field is required, but is not marked as
|
1409
|
+
# such while we are migrating from post_id.
|
1410
1410
|
# @param [String] attachment_id
|
1411
1411
|
# Required. Identifier of the attachment.
|
1412
1412
|
# @param [String] post_id
|
1413
|
-
# Optional. Deprecated, use item_id instead.
|
1413
|
+
# Optional. Deprecated, use `item_id` instead.
|
1414
1414
|
# @param [String] fields
|
1415
1415
|
# Selector specifying which fields to include in a partial response.
|
1416
1416
|
# @param [String] quota_user
|
@@ -1449,13 +1449,13 @@ module Google
|
|
1449
1449
|
# @param [String] course_id
|
1450
1450
|
# Required. Identifier of the course.
|
1451
1451
|
# @param [String] item_id
|
1452
|
-
# Identifier of the
|
1453
|
-
# the attachment is attached. This field is required, but is not marked as
|
1454
|
-
# while we are migrating from post_id.
|
1452
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1453
|
+
# which the attachment is attached. This field is required, but is not marked as
|
1454
|
+
# such while we are migrating from post_id.
|
1455
1455
|
# @param [String] attachment_id
|
1456
1456
|
# Required. Identifier of the attachment.
|
1457
1457
|
# @param [String] post_id
|
1458
|
-
# Optional. Deprecated, use item_id instead.
|
1458
|
+
# Optional. Deprecated, use `item_id` instead.
|
1459
1459
|
# @param [String] fields
|
1460
1460
|
# Selector specifying which fields to include in a partial response.
|
1461
1461
|
# @param [String] quota_user
|
@@ -1494,7 +1494,7 @@ module Google
|
|
1494
1494
|
# @param [String] course_id
|
1495
1495
|
# Required. Identifier of the course.
|
1496
1496
|
# @param [String] item_id
|
1497
|
-
# Identifier of the
|
1497
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` whose
|
1498
1498
|
# attachments should be enumerated. This field is required, but is not marked as
|
1499
1499
|
# such while we are migrating from post_id.
|
1500
1500
|
# @param [Fixnum] page_size
|
@@ -1508,7 +1508,7 @@ module Google
|
|
1508
1508
|
# token.
|
1509
1509
|
# @param [String] post_id
|
1510
1510
|
# Optional. Identifier of the post under the course whose attachments to
|
1511
|
-
# enumerate. Deprecated, use item_id instead.
|
1511
|
+
# enumerate. Deprecated, use `item_id` instead.
|
1512
1512
|
# @param [String] fields
|
1513
1513
|
# Selector specifying which fields to include in a partial response.
|
1514
1514
|
# @param [String] quota_user
|
@@ -1602,15 +1602,15 @@ module Google
|
|
1602
1602
|
# @param [String] course_id
|
1603
1603
|
# Required. Identifier of the course.
|
1604
1604
|
# @param [String] item_id
|
1605
|
-
# Identifier of the
|
1606
|
-
# the attachment is attached. This field is required, but is not marked as
|
1607
|
-
# while we are migrating from post_id.
|
1605
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1606
|
+
# which the attachment is attached. This field is required, but is not marked as
|
1607
|
+
# such while we are migrating from post_id.
|
1608
1608
|
# @param [String] attachment_id
|
1609
1609
|
# Required. Identifier of the attachment.
|
1610
1610
|
# @param [String] submission_id
|
1611
1611
|
# Required. Identifier of the student’s submission.
|
1612
1612
|
# @param [String] post_id
|
1613
|
-
# Optional. Deprecated, use item_id instead.
|
1613
|
+
# Optional. Deprecated, use `item_id` instead.
|
1614
1614
|
# @param [String] fields
|
1615
1615
|
# Selector specifying which fields to include in a partial response.
|
1616
1616
|
# @param [String] quota_user
|
@@ -1651,16 +1651,16 @@ module Google
|
|
1651
1651
|
# @param [String] course_id
|
1652
1652
|
# Required. Identifier of the course.
|
1653
1653
|
# @param [String] item_id
|
1654
|
-
# Identifier of the
|
1655
|
-
# the attachment is attached. This field is required, but is not marked as
|
1656
|
-
# while we are migrating from post_id.
|
1654
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
1655
|
+
# which the attachment is attached. This field is required, but is not marked as
|
1656
|
+
# such while we are migrating from post_id.
|
1657
1657
|
# @param [String] attachment_id
|
1658
1658
|
# Required. Identifier of the attachment.
|
1659
1659
|
# @param [String] submission_id
|
1660
1660
|
# Required. Identifier of the student's submission.
|
1661
1661
|
# @param [Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission] add_on_attachment_student_submission_object
|
1662
1662
|
# @param [String] post_id
|
1663
|
-
# Optional. Deprecated, use item_id instead.
|
1663
|
+
# Optional. Deprecated, use `item_id` instead.
|
1664
1664
|
# @param [String] update_mask
|
1665
1665
|
# Required. Mask that identifies which fields on the attachment to update. The
|
1666
1666
|
# update fails if invalid fields are specified. If a field supports empty values,
|
@@ -2201,9 +2201,9 @@ module Google
|
|
2201
2201
|
# @param [String] course_id
|
2202
2202
|
# Required. Identifier of the course.
|
2203
2203
|
# @param [String] item_id
|
2204
|
-
# Identifier of the
|
2205
|
-
# the attachment is attached. This field is required, but is not marked as
|
2206
|
-
# while we are migrating from post_id.
|
2204
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2205
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2206
|
+
# such while we are migrating from post_id.
|
2207
2207
|
# @param [String] add_on_token
|
2208
2208
|
# Optional. Token that authorizes the request. The token is passed as a query
|
2209
2209
|
# parameter when the user is redirected from Classroom to the add-on's URL. The
|
@@ -2216,7 +2216,7 @@ module Google
|
|
2216
2216
|
# developers.google.com/classroom/add-ons/get-started/iframes/attachment-
|
2217
2217
|
# discovery-iframe).
|
2218
2218
|
# @param [String] post_id
|
2219
|
-
# Optional. Deprecated, use item_id instead.
|
2219
|
+
# Optional. Deprecated, use `item_id` instead.
|
2220
2220
|
# @param [String] fields
|
2221
2221
|
# Selector specifying which fields to include in a partial response.
|
2222
2222
|
# @param [String] quota_user
|
@@ -2375,9 +2375,9 @@ module Google
|
|
2375
2375
|
# @param [String] course_id
|
2376
2376
|
# Required. Identifier of the course.
|
2377
2377
|
# @param [String] item_id
|
2378
|
-
# Identifier of the
|
2379
|
-
# to create the attachment. This field is required, but is not marked as
|
2380
|
-
# while we are migrating from post_id.
|
2378
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2379
|
+
# which to create the attachment. This field is required, but is not marked as
|
2380
|
+
# such while we are migrating from post_id.
|
2381
2381
|
# @param [Google::Apis::ClassroomV1::AddOnAttachment] add_on_attachment_object
|
2382
2382
|
# @param [String] add_on_token
|
2383
2383
|
# Optional. Token that authorizes the request. The token is passed as a query
|
@@ -2387,7 +2387,7 @@ module Google
|
|
2387
2387
|
# provided for partner-first attachment creation and the developer projects that
|
2388
2388
|
# created the attachment and its parent stream item do not match.
|
2389
2389
|
# @param [String] post_id
|
2390
|
-
# Optional. Deprecated, use item_id instead.
|
2390
|
+
# Optional. Deprecated, use `item_id` instead.
|
2391
2391
|
# @param [String] fields
|
2392
2392
|
# Selector specifying which fields to include in a partial response.
|
2393
2393
|
# @param [String] quota_user
|
@@ -2427,13 +2427,13 @@ module Google
|
|
2427
2427
|
# @param [String] course_id
|
2428
2428
|
# Required. Identifier of the course.
|
2429
2429
|
# @param [String] item_id
|
2430
|
-
# Identifier of the
|
2431
|
-
# the attachment is attached. This field is required, but is not marked as
|
2432
|
-
# while we are migrating from post_id.
|
2430
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2431
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2432
|
+
# such while we are migrating from post_id.
|
2433
2433
|
# @param [String] attachment_id
|
2434
2434
|
# Required. Identifier of the attachment.
|
2435
2435
|
# @param [String] post_id
|
2436
|
-
# Optional. Deprecated, use item_id instead.
|
2436
|
+
# Optional. Deprecated, use `item_id` instead.
|
2437
2437
|
# @param [String] fields
|
2438
2438
|
# Selector specifying which fields to include in a partial response.
|
2439
2439
|
# @param [String] quota_user
|
@@ -2472,13 +2472,13 @@ module Google
|
|
2472
2472
|
# @param [String] course_id
|
2473
2473
|
# Required. Identifier of the course.
|
2474
2474
|
# @param [String] item_id
|
2475
|
-
# Identifier of the
|
2476
|
-
# the attachment is attached. This field is required, but is not marked as
|
2477
|
-
# while we are migrating from post_id.
|
2475
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2476
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2477
|
+
# such while we are migrating from post_id.
|
2478
2478
|
# @param [String] attachment_id
|
2479
2479
|
# Required. Identifier of the attachment.
|
2480
2480
|
# @param [String] post_id
|
2481
|
-
# Optional. Deprecated, use item_id instead.
|
2481
|
+
# Optional. Deprecated, use `item_id` instead.
|
2482
2482
|
# @param [String] fields
|
2483
2483
|
# Selector specifying which fields to include in a partial response.
|
2484
2484
|
# @param [String] quota_user
|
@@ -2517,7 +2517,7 @@ module Google
|
|
2517
2517
|
# @param [String] course_id
|
2518
2518
|
# Required. Identifier of the course.
|
2519
2519
|
# @param [String] item_id
|
2520
|
-
# Identifier of the
|
2520
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` whose
|
2521
2521
|
# attachments should be enumerated. This field is required, but is not marked as
|
2522
2522
|
# such while we are migrating from post_id.
|
2523
2523
|
# @param [Fixnum] page_size
|
@@ -2531,7 +2531,7 @@ module Google
|
|
2531
2531
|
# token.
|
2532
2532
|
# @param [String] post_id
|
2533
2533
|
# Optional. Identifier of the post under the course whose attachments to
|
2534
|
-
# enumerate. Deprecated, use item_id instead.
|
2534
|
+
# enumerate. Deprecated, use `item_id` instead.
|
2535
2535
|
# @param [String] fields
|
2536
2536
|
# Selector specifying which fields to include in a partial response.
|
2537
2537
|
# @param [String] quota_user
|
@@ -2629,7 +2629,7 @@ module Google
|
|
2629
2629
|
# @param [String] course_id
|
2630
2630
|
# Required. Identifier of the course.
|
2631
2631
|
# @param [String] post_id
|
2632
|
-
# Optional. Deprecated, use item_id instead.
|
2632
|
+
# Optional. Deprecated, use `item_id` instead.
|
2633
2633
|
# @param [String] add_on_token
|
2634
2634
|
# Optional. Token that authorizes the request. The token is passed as a query
|
2635
2635
|
# parameter when the user is redirected from Classroom to the add-on's URL. The
|
@@ -2642,9 +2642,9 @@ module Google
|
|
2642
2642
|
# developers.google.com/classroom/add-ons/get-started/iframes/attachment-
|
2643
2643
|
# discovery-iframe).
|
2644
2644
|
# @param [String] item_id
|
2645
|
-
# Identifier of the
|
2646
|
-
# the attachment is attached. This field is required, but is not marked as
|
2647
|
-
# while we are migrating from post_id.
|
2645
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2646
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2647
|
+
# such while we are migrating from post_id.
|
2648
2648
|
# @param [String] fields
|
2649
2649
|
# Selector specifying which fields to include in a partial response.
|
2650
2650
|
# @param [String] quota_user
|
@@ -2684,7 +2684,7 @@ module Google
|
|
2684
2684
|
# @param [String] course_id
|
2685
2685
|
# Required. Identifier of the course.
|
2686
2686
|
# @param [String] post_id
|
2687
|
-
# Optional. Deprecated, use item_id instead.
|
2687
|
+
# Optional. Deprecated, use `item_id` instead.
|
2688
2688
|
# @param [Google::Apis::ClassroomV1::AddOnAttachment] add_on_attachment_object
|
2689
2689
|
# @param [String] add_on_token
|
2690
2690
|
# Optional. Token that authorizes the request. The token is passed as a query
|
@@ -2694,9 +2694,9 @@ module Google
|
|
2694
2694
|
# provided for partner-first attachment creation and the developer projects that
|
2695
2695
|
# created the attachment and its parent stream item do not match.
|
2696
2696
|
# @param [String] item_id
|
2697
|
-
# Identifier of the
|
2698
|
-
# to create the attachment. This field is required, but is not marked as
|
2699
|
-
# while we are migrating from post_id.
|
2697
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2698
|
+
# which to create the attachment. This field is required, but is not marked as
|
2699
|
+
# such while we are migrating from post_id.
|
2700
2700
|
# @param [String] fields
|
2701
2701
|
# Selector specifying which fields to include in a partial response.
|
2702
2702
|
# @param [String] quota_user
|
@@ -2736,13 +2736,13 @@ module Google
|
|
2736
2736
|
# @param [String] course_id
|
2737
2737
|
# Required. Identifier of the course.
|
2738
2738
|
# @param [String] post_id
|
2739
|
-
# Optional. Deprecated, use item_id instead.
|
2739
|
+
# Optional. Deprecated, use `item_id` instead.
|
2740
2740
|
# @param [String] attachment_id
|
2741
2741
|
# Required. Identifier of the attachment.
|
2742
2742
|
# @param [String] item_id
|
2743
|
-
# Identifier of the
|
2744
|
-
# the attachment is attached. This field is required, but is not marked as
|
2745
|
-
# while we are migrating from post_id.
|
2743
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2744
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2745
|
+
# such while we are migrating from post_id.
|
2746
2746
|
# @param [String] fields
|
2747
2747
|
# Selector specifying which fields to include in a partial response.
|
2748
2748
|
# @param [String] quota_user
|
@@ -2781,13 +2781,13 @@ module Google
|
|
2781
2781
|
# @param [String] course_id
|
2782
2782
|
# Required. Identifier of the course.
|
2783
2783
|
# @param [String] post_id
|
2784
|
-
# Optional. Deprecated, use item_id instead.
|
2784
|
+
# Optional. Deprecated, use `item_id` instead.
|
2785
2785
|
# @param [String] attachment_id
|
2786
2786
|
# Required. Identifier of the attachment.
|
2787
2787
|
# @param [String] item_id
|
2788
|
-
# Identifier of the
|
2789
|
-
# the attachment is attached. This field is required, but is not marked as
|
2790
|
-
# while we are migrating from post_id.
|
2788
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2789
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2790
|
+
# such while we are migrating from post_id.
|
2791
2791
|
# @param [String] fields
|
2792
2792
|
# Selector specifying which fields to include in a partial response.
|
2793
2793
|
# @param [String] quota_user
|
@@ -2827,9 +2827,9 @@ module Google
|
|
2827
2827
|
# Required. Identifier of the course.
|
2828
2828
|
# @param [String] post_id
|
2829
2829
|
# Optional. Identifier of the post under the course whose attachments to
|
2830
|
-
# enumerate. Deprecated, use item_id instead.
|
2830
|
+
# enumerate. Deprecated, use `item_id` instead.
|
2831
2831
|
# @param [String] item_id
|
2832
|
-
# Identifier of the
|
2832
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` whose
|
2833
2833
|
# attachments should be enumerated. This field is required, but is not marked as
|
2834
2834
|
# such while we are migrating from post_id.
|
2835
2835
|
# @param [Fixnum] page_size
|
@@ -2934,15 +2934,15 @@ module Google
|
|
2934
2934
|
# @param [String] course_id
|
2935
2935
|
# Required. Identifier of the course.
|
2936
2936
|
# @param [String] post_id
|
2937
|
-
# Optional. Deprecated, use item_id instead.
|
2937
|
+
# Optional. Deprecated, use `item_id` instead.
|
2938
2938
|
# @param [String] attachment_id
|
2939
2939
|
# Required. Identifier of the attachment.
|
2940
2940
|
# @param [String] submission_id
|
2941
2941
|
# Required. Identifier of the student’s submission.
|
2942
2942
|
# @param [String] item_id
|
2943
|
-
# Identifier of the
|
2944
|
-
# the attachment is attached. This field is required, but is not marked as
|
2945
|
-
# while we are migrating from post_id.
|
2943
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2944
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2945
|
+
# such while we are migrating from post_id.
|
2946
2946
|
# @param [String] fields
|
2947
2947
|
# Selector specifying which fields to include in a partial response.
|
2948
2948
|
# @param [String] quota_user
|
@@ -2983,16 +2983,16 @@ module Google
|
|
2983
2983
|
# @param [String] course_id
|
2984
2984
|
# Required. Identifier of the course.
|
2985
2985
|
# @param [String] post_id
|
2986
|
-
# Optional. Deprecated, use item_id instead.
|
2986
|
+
# Optional. Deprecated, use `item_id` instead.
|
2987
2987
|
# @param [String] attachment_id
|
2988
2988
|
# Required. Identifier of the attachment.
|
2989
2989
|
# @param [String] submission_id
|
2990
2990
|
# Required. Identifier of the student's submission.
|
2991
2991
|
# @param [Google::Apis::ClassroomV1::AddOnAttachmentStudentSubmission] add_on_attachment_student_submission_object
|
2992
2992
|
# @param [String] item_id
|
2993
|
-
# Identifier of the
|
2994
|
-
# the attachment is attached. This field is required, but is not marked as
|
2995
|
-
# while we are migrating from post_id.
|
2993
|
+
# Identifier of the `Announcement`, `CourseWork`, or `CourseWorkMaterial` under
|
2994
|
+
# which the attachment is attached. This field is required, but is not marked as
|
2995
|
+
# such while we are migrating from post_id.
|
2996
2996
|
# @param [String] update_mask
|
2997
2997
|
# Required. Mask that identifies which fields on the attachment to update. The
|
2998
2998
|
# update fails if invalid fields are specified. If a field supports empty values,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-classroom_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-classroom_v1/v0.36.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-classroom_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.21
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Classroom API V1
|