chore(json): fetch latest json and re-gen all code

This commit is contained in:
Sebastian Thiel
2016-12-16 11:25:26 +01:00
parent e04b6d023d
commit 06caa1de02
657 changed files with 237602 additions and 19201 deletions

View File

@@ -5,7 +5,7 @@ DO NOT EDIT !
-->
The `google-cloudresourcemanager1` library allows access to all features of the *Google Cloud Resource Manager* service.
This documentation was generated from *Cloud Resource Manager* crate version *1.0.0+20160617*, where *20160617* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
This documentation was generated from *Cloud Resource Manager* crate version *1.0.0+20161212*, where *20161212* is the exact revision of the *cloudresourcemanager:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v1.0.0*.
Everything else about the *Cloud Resource Manager* *v1* API can be found at the
[official documentation site](https://cloud.google.com/resource-manager).
@@ -15,8 +15,10 @@ Handle the following *Resources* with ease from the central [hub](http://byron.g
* [operations](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.Operation.html)
* [*get*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OperationGetCall.html)
* [organizations](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.Organization.html)
* [*get*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OrganizationGetCall.html), [*get iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OrganizationGetIamPolicyCall.html), [*search*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OrganizationSearchCall.html), [*set iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OrganizationSetIamPolicyCall.html) and [*test iam permissions*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.OrganizationTestIamPermissionCall.html)
* [projects](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.Project.html)
* [*delete*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectDeleteCall.html), [*get*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectGetCall.html), [*get iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectGetIamPolicyCall.html), [*list*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectListCall.html), [*set iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectSetIamPolicyCall.html), [*test iam permissions*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectTestIamPermissionCall.html), [*undelete*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectUndeleteCall.html) and [*update*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectUpdateCall.html)
* [*create*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectCreateCall.html), [*delete*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectDeleteCall.html), [*get*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectGetCall.html), [*get ancestry*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectGetAncestryCall.html), [*get iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectGetIamPolicyCall.html), [*list*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectListCall.html), [*set iam policy*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectSetIamPolicyCall.html), [*test iam permissions*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectTestIamPermissionCall.html), [*undelete*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectUndeleteCall.html) and [*update*](http://byron.github.io/google-apis-rs/google_cloudresourcemanager1/struct.ProjectUpdateCall.html)
@@ -49,13 +51,15 @@ let r = hub.resource().activity(...).doit()
Or specifically ...
```ignore
let r = hub.projects().get(...).doit()
let r = hub.projects().test_iam_permissions(...).doit()
let r = hub.projects().undelete(...).doit()
let r = hub.projects().set_iam_policy(...).doit()
let r = hub.projects().test_iam_permissions(...).doit()
let r = hub.projects().get(...).doit()
let r = hub.projects().get_ancestry(...).doit()
let r = hub.projects().update(...).doit()
let r = hub.projects().get_iam_policy(...).doit()
let r = hub.projects().delete(...).doit()
let r = hub.projects().create(...).doit()
let r = hub.projects().list(...).doit()
```