Skip to content

Commit

Permalink
all: autogenerated update (2018-05-09)
Browse files Browse the repository at this point in the history
Add:
- androidpublisher/v3
- photoslibrary/v1

Update:
- androidenterprise/v1
- content/v2
- deploymentmanager/v0.alpha
- deploymentmanager/v2
- deploymentmanager/v2beta
- pubsub/v1
- pubsub/v1beta2
- sheets/v4
- spanner/v1
- storage/v1
  • Loading branch information
googleapis-publisher committed May 9, 2018
1 parent 20530fd commit 4bd7f4b
Show file tree
Hide file tree
Showing 26 changed files with 18,761 additions and 112 deletions.
6 changes: 3 additions & 3 deletions androidenterprise/v1/androidenterprise-api.json
Expand Up @@ -15,7 +15,7 @@
"description": "Manages the deployment of apps to Android for Work users.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/android/work/play/emm-api",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/7F-eJBLaASTTYJaC0mgfyno2lxc\"",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/AFFEHUmDMrEYdaOxnZWUFow58ns\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/android-16.png",
"x32": "https://www.google.com/images/icons/product/android-32.png"
Expand Down Expand Up @@ -2804,7 +2804,7 @@
}
}
},
"revision": "20180425",
"revision": "20180502",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -3776,7 +3776,7 @@
"description": "The maintenance window defining when apps running in the foreground should be updated."
},
"productAvailabilityPolicy": {
"description": "The availability granted to the device for the specified products. \"all\" gives the device access to all products, regardless of approval status. \"allApproved\" entitles the device to access all products that are approved for the enterprise. \"allApproved\" and \"all\" do not enable automatic visibility of \"alpha\" or \"beta\" tracks. \"whitelist\" grants the device access the products specified in productPolicy[]. Only products that are approved or products that were previously approved (products with revoked approval) by the enterprise can be whitelisted. If no value is provided, the availability set at the user level is applied by default.",
"description": "The availability granted to the device for the specified products. \"all\" gives the device access to all products, regardless of approval status. \"all\" does not enable automatic visibility of \"alpha\" or \"beta\" tracks. \"whitelist\" grants the device access the products specified in productPolicy[]. Only products that are approved or products that were previously approved (products with revoked approval) by the enterprise can be whitelisted. If no value is provided, the availability set at the user level is applied by default.",
"type": "string"
},
"productPolicy": {
Expand Down
16 changes: 7 additions & 9 deletions androidenterprise/v1/androidenterprise-gen.go
Expand Up @@ -2142,15 +2142,13 @@ type Policy struct {

// ProductAvailabilityPolicy: The availability granted to the device for
// the specified products. "all" gives the device access to all
// products, regardless of approval status. "allApproved" entitles the
// device to access all products that are approved for the enterprise.
// "allApproved" and "all" do not enable automatic visibility of "alpha"
// or "beta" tracks. "whitelist" grants the device access the products
// specified in productPolicy[]. Only products that are approved or
// products that were previously approved (products with revoked
// approval) by the enterprise can be whitelisted. If no value is
// provided, the availability set at the user level is applied by
// default.
// products, regardless of approval status. "all" does not enable
// automatic visibility of "alpha" or "beta" tracks. "whitelist" grants
// the device access the products specified in productPolicy[]. Only
// products that are approved or products that were previously approved
// (products with revoked approval) by the enterprise can be
// whitelisted. If no value is provided, the availability set at the
// user level is applied by default.
ProductAvailabilityPolicy string `json:"productAvailabilityPolicy,omitempty"`

// ProductPolicy: The list of product policies.
Expand Down

0 comments on commit 4bd7f4b

Please sign in to comment.