Skip to content

Commit

Permalink
all: autogenerated update (2019-04-10)
Browse files Browse the repository at this point in the history
Update:
- androiddeviceprovisioning/v1
- bigquery/v2
- bigtableadmin/v2
- cloudasset/v1
- cloudasset/v1beta1
- cloudresourcemanager/v1
- cloudresourcemanager/v1beta1
- cloudresourcemanager/v2
- cloudresourcemanager/v2beta1
- docs/v1
- jobs/v3
- jobs/v3p1beta1
- language/v1
- language/v1beta2
- securitycenter/v1
- serviceconsumermanagement/v1
- servicenetworking/v1
- servicenetworking/v1beta
- serviceusage/v1
- serviceusage/v1beta1
- storage/v1
- toolresults/v1beta3
- vault/v1
- youtubereporting/v1
  • Loading branch information
googleapis-publisher committed Apr 10, 2019
1 parent 0cbcb99 commit 6d1d651
Show file tree
Hide file tree
Showing 48 changed files with 3,610 additions and 2,809 deletions.
32 changes: 31 additions & 1 deletion androiddeviceprovisioning/v1/androiddeviceprovisioning-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
}
}
},
"revision": "20190309",
"revision": "20190406",
"rootUrl": "https://androiddeviceprovisioning.googleapis.com/",
"schemas": {
"ClaimDeviceRequest": {
Expand Down Expand Up @@ -1163,6 +1163,16 @@
"Zero-touch enrollment section type."
],
"type": "string"
},
"vacationModeExpireTime": {
"description": "The timestamp when the device will exit ‘vacation mode’. This value is\npresent iff the device is in 'vacation mode'.",
"format": "google-datetime",
"type": "string"
},
"vacationModeStartTime": {
"description": "The timestamp when the device was put into ‘vacation mode’. This value is\npresent iff the device is in 'vacation mode'.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1592,6 +1602,16 @@
"Zero-touch enrollment section type."
],
"type": "string"
},
"vacationModeDays": {
"description": "The duration of the vacation unlock starting from when the request is\nprocessed. (1 day is treated as 24 hours)",
"format": "int32",
"type": "integer"
},
"vacationModeExpireTime": {
"description": "The expiration time of the vacation unlock.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -1693,6 +1713,16 @@
"Zero-touch enrollment section type."
],
"type": "string"
},
"vacationModeDays": {
"description": "The duration of the vacation unlock starting from when the request is\nprocessed. (1 day is treated as 24 hours)",
"format": "int32",
"type": "integer"
},
"vacationModeExpireTime": {
"description": "The expiration time of the vacation unlock.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
Expand Down
26 changes: 26 additions & 0 deletions androiddeviceprovisioning/v1/androiddeviceprovisioning-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6d1d651

Please sign in to comment.