docs: update generated docs (#981)
diff --git a/docs/dyn/classroom_v1.registrations.html b/docs/dyn/classroom_v1.registrations.html
index cac96b6..5aa48b2 100644
--- a/docs/dyn/classroom_v1.registrations.html
+++ b/docs/dyn/classroom_v1.registrations.html
@@ -102,8 +102,11 @@
* `PERMISSION_DENIED` if:
* the authenticated user does not have permission to receive
notifications from the requested field; or
- * the credential provided does not include the appropriate scope for
- the requested feed.
+ * the current user has not granted access to the current Cloud project
+ with the appropriate scope for the requested feed. Note that
+ domain-wide delegation of authority is not currently supported for
+ this purpose. If the request has the appropriate scope, but no grant
+ exists, a Request Errors is returned.
* another access error is encountered.
* `INVALID_ARGUMENT` if:
* no `cloudPubsubTopic` is specified, or the specified
@@ -121,22 +124,6 @@
{ # An instruction to Classroom to send notifications from the `feed` to the
# provided destination.
- "feed": { # A class of notifications that an application can register to receive. # Specification for the class of notifications that Classroom should deliver
- # to the destination.
- # For example: "all roster changes for a domain".
- "feedType": "A String", # The type of feed.
- "courseRosterChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.
- # This field must be specified if `feed_type` is `COURSE_ROSTER_CHANGES`.
- "courseId": "A String", # The `course_id` of the course to subscribe to roster changes for.
- },
- "courseWorkChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
- # This field must be specified if `feed_type` is `COURSE_WORK_CHANGES`.
- "courseId": "A String", # The `course_id` of the course to subscribe to work changes for.
- },
- },
- "registrationId": "A String", # A server-generated unique identifier for this `Registration`.
- #
- # Read-only.
"cloudPubsubTopic": { # A reference to a Cloud Pub/Sub topic. # The Cloud Pub/Sub topic that notifications are to be sent to.
#
# To register for notifications, the owner of the topic must grant
@@ -145,9 +132,25 @@
"topicName": "A String", # The `name` field of a Cloud Pub/Sub
# [Topic](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#Topic).
},
+ "registrationId": "A String", # A server-generated unique identifier for this `Registration`.
+ #
+ # Read-only.
"expiryTime": "A String", # The time until which the `Registration` is effective.
#
# This is a read-only field assigned by the server.
+ "feed": { # A class of notifications that an application can register to receive. # Specification for the class of notifications that Classroom should deliver
+ # to the destination.
+ # For example: "all roster changes for a domain".
+ "courseWorkChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
+ # This field must be specified if `feed_type` is `COURSE_WORK_CHANGES`.
+ "courseId": "A String", # The `course_id` of the course to subscribe to work changes for.
+ },
+ "feedType": "A String", # The type of feed.
+ "courseRosterChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.
+ # This field must be specified if `feed_type` is `COURSE_ROSTER_CHANGES`.
+ "courseId": "A String", # The `course_id` of the course to subscribe to roster changes for.
+ },
+ },
}
x__xgafv: string, V1 error format.
@@ -160,22 +163,6 @@
{ # An instruction to Classroom to send notifications from the `feed` to the
# provided destination.
- "feed": { # A class of notifications that an application can register to receive. # Specification for the class of notifications that Classroom should deliver
- # to the destination.
- # For example: "all roster changes for a domain".
- "feedType": "A String", # The type of feed.
- "courseRosterChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.
- # This field must be specified if `feed_type` is `COURSE_ROSTER_CHANGES`.
- "courseId": "A String", # The `course_id` of the course to subscribe to roster changes for.
- },
- "courseWorkChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
- # This field must be specified if `feed_type` is `COURSE_WORK_CHANGES`.
- "courseId": "A String", # The `course_id` of the course to subscribe to work changes for.
- },
- },
- "registrationId": "A String", # A server-generated unique identifier for this `Registration`.
- #
- # Read-only.
"cloudPubsubTopic": { # A reference to a Cloud Pub/Sub topic. # The Cloud Pub/Sub topic that notifications are to be sent to.
#
# To register for notifications, the owner of the topic must grant
@@ -184,9 +171,25 @@
"topicName": "A String", # The `name` field of a Cloud Pub/Sub
# [Topic](https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.topics#Topic).
},
+ "registrationId": "A String", # A server-generated unique identifier for this `Registration`.
+ #
+ # Read-only.
"expiryTime": "A String", # The time until which the `Registration` is effective.
#
# This is a read-only field assigned by the server.
+ "feed": { # A class of notifications that an application can register to receive. # Specification for the class of notifications that Classroom should deliver
+ # to the destination.
+ # For example: "all roster changes for a domain".
+ "courseWorkChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_WORK_CHANGES`.
+ # This field must be specified if `feed_type` is `COURSE_WORK_CHANGES`.
+ "courseId": "A String", # The `course_id` of the course to subscribe to work changes for.
+ },
+ "feedType": "A String", # The type of feed.
+ "courseRosterChangesInfo": { # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`. # Information about a `Feed` with a `feed_type` of `COURSE_ROSTER_CHANGES`.
+ # This field must be specified if `feed_type` is `COURSE_ROSTER_CHANGES`.
+ "courseId": "A String", # The `course_id` of the course to subscribe to roster changes for.
+ },
+ },
}</pre>
</div>