vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -109,11 +109,6 @@
"location": "query",
"type": "string"
},
"bearer_token": {
"description": "OAuth bearer token.",
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
@ -134,12 +129,6 @@
"location": "query",
"type": "string"
},
"pp": {
"default": "true",
"description": "Pretty-print response.",
"location": "query",
"type": "boolean"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
@ -1644,7 +1633,7 @@
"registrations": {
"methods": {
"create": {
"description": "Creates a `Registration`, causing Classroom to start sending notifications\nfrom the provided `feed` to the provided `destination`.\n\nReturns the created `Registration`. Currently, this will be the same as\nthe argument, but with server-assigned fields such as `expiry_time` and\n`id` filled in.\n\nNote that any value specified for the `expiry_time` or `id` fields will be\nignored.\n\nWhile Classroom may validate the `destination` and return errors on a best\neffort basis, it is the caller's responsibility to ensure that it exists\nand that Classroom has permission to publish to it.\n\nThis method may return the following error codes:\n\n* `PERMISSION_DENIED` if:\n * the authenticated user does not have permission to receive\n notifications from the requested field; or\n * the credential provided does not include the appropriate scope for the\n requested feed.\n * another access error is encountered.\n* `INVALID_ARGUMENT` if:\n * no `destination` is specified, or the specified `destination` is not\n valid; or\n * no `feed` is specified, or the specified `feed` is not valid.\n* `NOT_FOUND` if:\n * the specified `feed` cannot be located, or the requesting user does not\n have permission to determine whether or not it exists; or\n * the specified `destination` cannot be located, or Classroom has not\n been granted permission to publish to it.",
"description": "Creates a `Registration`, causing Classroom to start sending notifications\nfrom the provided `feed` to the destination provided in `cloudPubSubTopic`.\n\nReturns the created `Registration`. Currently, this will be the same as\nthe argument, but with server-assigned fields such as `expiry_time` and\n`id` filled in.\n\nNote that any value specified for the `expiry_time` or `id` fields will be\nignored.\n\nWhile Classroom may validate the `cloudPubSubTopic` and return errors on a\nbest effort basis, it is the caller's responsibility to ensure that it\nexists and that Classroom has permission to publish to it.\n\nThis method may return the following error codes:\n\n* `PERMISSION_DENIED` if:\n * the authenticated user does not have permission to receive\n notifications from the requested field; or\n * the credential provided does not include the appropriate scope for\n the requested feed.\n * another access error is encountered.\n* `INVALID_ARGUMENT` if:\n * no `cloudPubsubTopic` is specified, or the specified\n `cloudPubsubTopic` is not valid; or\n * no `feed` is specified, or the specified `feed` is not valid.\n* `NOT_FOUND` if:\n * the specified `feed` cannot be located, or the requesting user does\n not have permission to determine whether or not it exists; or\n * the specified `cloudPubsubTopic` cannot be located, or Classroom has\n not been granted permission to publish to it.",
"flatPath": "v1/registrations",
"httpMethod": "POST",
"id": "classroom.registrations.create",
@ -1658,9 +1647,7 @@
"$ref": "Registration"
},
"scopes": [
"https://www.googleapis.com/auth/classroom.push-notifications",
"https://www.googleapis.com/auth/classroom.rosters",
"https://www.googleapis.com/auth/classroom.rosters.readonly"
"https://www.googleapis.com/auth/classroom.push-notifications"
]
},
"delete": {
@ -1684,9 +1671,7 @@
"$ref": "Empty"
},
"scopes": [
"https://www.googleapis.com/auth/classroom.push-notifications",
"https://www.googleapis.com/auth/classroom.rosters",
"https://www.googleapis.com/auth/classroom.rosters.readonly"
"https://www.googleapis.com/auth/classroom.push-notifications"
]
}
}
@ -1990,7 +1975,7 @@
}
}
},
"revision": "20180423",
"revision": "20180605",
"rootUrl": "https://classroom.googleapis.com/",
"schemas": {
"Announcement": {
@ -3087,7 +3072,7 @@
"type": "object"
},
"Registration": {
"description": "An instruction to Classroom to send notifications from the `feed` to the\nprovided `destination`.",
"description": "An instruction to Classroom to send notifications from the `feed` to the\nprovided destination.",
"id": "Registration",
"properties": {
"cloudPubsubTopic": {
@ -3101,7 +3086,7 @@
},
"feed": {
"$ref": "Feed",
"description": "Specification for the class of notifications that Classroom should deliver\nto the `destination`."
"description": "Specification for the class of notifications that Classroom should deliver\nto the destination."
},
"registrationId": {
"description": "A server-generated unique identifier for this `Registration`.\n\nRead-only.",

View File

@ -2403,7 +2403,7 @@ type ReclaimStudentSubmissionRequest struct {
// Registration: An instruction to Classroom to send notifications from
// the `feed` to the
// provided `destination`.
// provided destination.
type Registration struct {
// CloudPubsubTopic: The Cloud Pub/Sub topic that notifications are to
// be sent to.
@ -2417,7 +2417,7 @@ type Registration struct {
// Feed: Specification for the class of notifications that Classroom
// should deliver
// to the `destination`.
// to the destination.
Feed *Feed `json:"feed,omitempty"`
// RegistrationId: A server-generated unique identifier for this
@ -10193,7 +10193,8 @@ type RegistrationsCreateCall struct {
// Create: Creates a `Registration`, causing Classroom to start sending
// notifications
// from the provided `feed` to the provided `destination`.
// from the provided `feed` to the destination provided in
// `cloudPubSubTopic`.
//
// Returns the created `Registration`. Currently, this will be the same
// as
@ -10205,11 +10206,11 @@ type RegistrationsCreateCall struct {
// will be
// ignored.
//
// While Classroom may validate the `destination` and return errors on a
// best
// effort basis, it is the caller's responsibility to ensure that it
// exists
// and that Classroom has permission to publish to it.
// While Classroom may validate the `cloudPubSubTopic` and return errors
// on a
// best effort basis, it is the caller's responsibility to ensure that
// it
// exists and that Classroom has permission to publish to it.
//
// This method may return the following error codes:
//
@ -10217,21 +10218,20 @@ type RegistrationsCreateCall struct {
// * 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.
// for
// the requested feed.
// * another access error is encountered.
// * `INVALID_ARGUMENT` if:
// * no `destination` is specified, or the specified `destination`
// is not
// valid; or
// * no `cloudPubsubTopic` is specified, or the specified
// `cloudPubsubTopic` is not valid; or
// * no `feed` is specified, or the specified `feed` is not valid.
// * `NOT_FOUND` if:
// * the specified `feed` cannot be located, or the requesting user
// does not
// have permission to determine whether or not it exists; or
// * the specified `destination` cannot be located, or Classroom has
// not
// been granted permission to publish to it.
// does
// not have permission to determine whether or not it exists; or
// * the specified `cloudPubsubTopic` cannot be located, or
// Classroom has
// not been granted permission to publish to it.
func (r *RegistrationsService) Create(registration *Registration) *RegistrationsCreateCall {
c := &RegistrationsCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
c.registration = registration
@ -10321,7 +10321,7 @@ func (c *RegistrationsCreateCall) Do(opts ...googleapi.CallOption) (*Registratio
}
return ret, nil
// {
// "description": "Creates a `Registration`, causing Classroom to start sending notifications\nfrom the provided `feed` to the provided `destination`.\n\nReturns the created `Registration`. Currently, this will be the same as\nthe argument, but with server-assigned fields such as `expiry_time` and\n`id` filled in.\n\nNote that any value specified for the `expiry_time` or `id` fields will be\nignored.\n\nWhile Classroom may validate the `destination` and return errors on a best\neffort basis, it is the caller's responsibility to ensure that it exists\nand that Classroom has permission to publish to it.\n\nThis method may return the following error codes:\n\n* `PERMISSION_DENIED` if:\n * the authenticated user does not have permission to receive\n notifications from the requested field; or\n * the credential provided does not include the appropriate scope for the\n requested feed.\n * another access error is encountered.\n* `INVALID_ARGUMENT` if:\n * no `destination` is specified, or the specified `destination` is not\n valid; or\n * no `feed` is specified, or the specified `feed` is not valid.\n* `NOT_FOUND` if:\n * the specified `feed` cannot be located, or the requesting user does not\n have permission to determine whether or not it exists; or\n * the specified `destination` cannot be located, or Classroom has not\n been granted permission to publish to it.",
// "description": "Creates a `Registration`, causing Classroom to start sending notifications\nfrom the provided `feed` to the destination provided in `cloudPubSubTopic`.\n\nReturns the created `Registration`. Currently, this will be the same as\nthe argument, but with server-assigned fields such as `expiry_time` and\n`id` filled in.\n\nNote that any value specified for the `expiry_time` or `id` fields will be\nignored.\n\nWhile Classroom may validate the `cloudPubSubTopic` and return errors on a\nbest effort basis, it is the caller's responsibility to ensure that it\nexists and that Classroom has permission to publish to it.\n\nThis method may return the following error codes:\n\n* `PERMISSION_DENIED` if:\n * the authenticated user does not have permission to receive\n notifications from the requested field; or\n * the credential provided does not include the appropriate scope for\n the requested feed.\n * another access error is encountered.\n* `INVALID_ARGUMENT` if:\n * no `cloudPubsubTopic` is specified, or the specified\n `cloudPubsubTopic` is not valid; or\n * no `feed` is specified, or the specified `feed` is not valid.\n* `NOT_FOUND` if:\n * the specified `feed` cannot be located, or the requesting user does\n not have permission to determine whether or not it exists; or\n * the specified `cloudPubsubTopic` cannot be located, or Classroom has\n not been granted permission to publish to it.",
// "flatPath": "v1/registrations",
// "httpMethod": "POST",
// "id": "classroom.registrations.create",
@ -10335,9 +10335,7 @@ func (c *RegistrationsCreateCall) Do(opts ...googleapi.CallOption) (*Registratio
// "$ref": "Registration"
// },
// "scopes": [
// "https://www.googleapis.com/auth/classroom.push-notifications",
// "https://www.googleapis.com/auth/classroom.rosters",
// "https://www.googleapis.com/auth/classroom.rosters.readonly"
// "https://www.googleapis.com/auth/classroom.push-notifications"
// ]
// }
@ -10463,9 +10461,7 @@ func (c *RegistrationsDeleteCall) Do(opts ...googleapi.CallOption) (*Empty, erro
// "$ref": "Empty"
// },
// "scopes": [
// "https://www.googleapis.com/auth/classroom.push-notifications",
// "https://www.googleapis.com/auth/classroom.rosters",
// "https://www.googleapis.com/auth/classroom.rosters.readonly"
// "https://www.googleapis.com/auth/classroom.push-notifications"
// ]
// }