mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
chore(code-gen): update to latest version
Which is to be published
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[package]
|
||||
|
||||
name = "google-dataproc1"
|
||||
version = "0.1.14+20160219"
|
||||
version = "0.1.14+20160503"
|
||||
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
|
||||
description = "A complete library to interact with dataproc (protocol v1)"
|
||||
repository = "https://github.com/Byron/google-apis-rs/tree/master/gen/dataproc1"
|
||||
@@ -18,10 +18,10 @@ build = "src/build.rs"
|
||||
[dependencies]
|
||||
hyper = "^ 0.9"
|
||||
mime = "^ 0.2.0"
|
||||
serde = "^ 0.7.5"
|
||||
serde_json = "^ 0.7.0"
|
||||
yup-oauth2 = { version = "^ 0.6.0", optional = true, default-features = false }
|
||||
serde_macros = { version = "^ 0.7.5", optional = true }
|
||||
serde = "^ 0.8"
|
||||
serde_json = "^ 0.8"
|
||||
yup-oauth2 = { version = "^ 0.6", optional = true, default-features = false }
|
||||
serde_macros = { version = "^ 0.8", optional = true }
|
||||
url = "= 0.5"
|
||||
|
||||
[features]
|
||||
@@ -30,5 +30,5 @@ nightly = ["serde_macros","yup-oauth2/nightly"]
|
||||
with-serde-codegen = ["serde_codegen","yup-oauth2/with-serde-codegen"]
|
||||
|
||||
[build-dependencies]
|
||||
serde_codegen = { version = "^ 0.7.14", optional = true }
|
||||
serde_codegen = { version = "^ 0.8", optional = true }
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ DO NOT EDIT !
|
||||
-->
|
||||
The `google-dataproc1` library allows access to all features of the *Google dataproc* service.
|
||||
|
||||
This documentation was generated from *dataproc* crate version *0.1.14+20160219*, where *20160219* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
This documentation was generated from *dataproc* crate version *0.1.14+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
|
||||
Everything else about the *dataproc* *v1* API can be found at the
|
||||
[official documentation site](https://cloud.google.com/dataproc/).
|
||||
@@ -13,20 +13,10 @@ Everything else about the *dataproc* *v1* API can be found at the
|
||||
|
||||
Handle the following *Resources* with ease from the central [hub](http://byron.github.io/google-apis-rs/google_dataproc1/struct.Dataproc.html) ...
|
||||
|
||||
* [media](http://byron.github.io/google-apis-rs/google_dataproc1/struct.Media.html)
|
||||
* [*download*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.MediaDownloadCall.html) and [*upload*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.MediaUploadCall.html)
|
||||
* projects
|
||||
* [*regions clusters create*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterCreateCall.html), [*regions clusters delete*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterDeleteCall.html), [*regions clusters diagnose*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterDiagnoseCall.html), [*regions clusters get*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterGetCall.html), [*regions clusters list*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterListCall.html), [*regions clusters patch*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionClusterPatchCall.html), [*regions jobs cancel*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionJobCancelCall.html), [*regions jobs delete*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionJobDeleteCall.html), [*regions jobs get*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionJobGetCall.html), [*regions jobs list*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionJobListCall.html), [*regions jobs submit*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionJobSubmitCall.html), [*regions operations cancel*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionOperationCancelCall.html), [*regions operations delete*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionOperationDeleteCall.html), [*regions operations get*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionOperationGetCall.html) and [*regions operations list*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.ProjectRegionOperationListCall.html)
|
||||
|
||||
|
||||
Upload supported by ...
|
||||
|
||||
* [*upload media*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.MediaUploadCall.html)
|
||||
|
||||
Download supported by ...
|
||||
|
||||
* [*download media*](http://byron.github.io/google-apis-rs/google_dataproc1/struct.MediaDownloadCall.html)
|
||||
|
||||
|
||||
|
||||
# Structure of this Library
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/mako/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *dataproc* crate version *0.1.14+20160219*, where *20160219* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
//! This documentation was generated from *dataproc* crate version *0.1.14+20160503*, where *20160503* is the exact revision of the *dataproc:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.14*.
|
||||
//!
|
||||
//! Everything else about the *dataproc* *v1* API can be found at the
|
||||
//! [official documentation site](https://cloud.google.com/dataproc/).
|
||||
@@ -11,20 +11,10 @@
|
||||
//!
|
||||
//! Handle the following *Resources* with ease from the central [hub](struct.Dataproc.html) ...
|
||||
//!
|
||||
//! * [media](struct.Media.html)
|
||||
//! * [*download*](struct.MediaDownloadCall.html) and [*upload*](struct.MediaUploadCall.html)
|
||||
//! * projects
|
||||
//! * [*regions clusters create*](struct.ProjectRegionClusterCreateCall.html), [*regions clusters delete*](struct.ProjectRegionClusterDeleteCall.html), [*regions clusters diagnose*](struct.ProjectRegionClusterDiagnoseCall.html), [*regions clusters get*](struct.ProjectRegionClusterGetCall.html), [*regions clusters list*](struct.ProjectRegionClusterListCall.html), [*regions clusters patch*](struct.ProjectRegionClusterPatchCall.html), [*regions jobs cancel*](struct.ProjectRegionJobCancelCall.html), [*regions jobs delete*](struct.ProjectRegionJobDeleteCall.html), [*regions jobs get*](struct.ProjectRegionJobGetCall.html), [*regions jobs list*](struct.ProjectRegionJobListCall.html), [*regions jobs submit*](struct.ProjectRegionJobSubmitCall.html), [*regions operations cancel*](struct.ProjectRegionOperationCancelCall.html), [*regions operations delete*](struct.ProjectRegionOperationDeleteCall.html), [*regions operations get*](struct.ProjectRegionOperationGetCall.html) and [*regions operations list*](struct.ProjectRegionOperationListCall.html)
|
||||
//!
|
||||
//!
|
||||
//! Upload supported by ...
|
||||
//!
|
||||
//! * [*upload media*](struct.MediaUploadCall.html)
|
||||
//!
|
||||
//! Download supported by ...
|
||||
//!
|
||||
//! * [*download media*](struct.MediaDownloadCall.html)
|
||||
//!
|
||||
//!
|
||||
//!
|
||||
//! Not what you are looking for ? Find all other Google APIs in their Rust [documentation index](../index.html).
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user