Skip to content

Commit

Permalink
Update discovery documents and generated code
Browse files Browse the repository at this point in the history
automatically_generated_update
  • Loading branch information
cloudsharp committed Jul 28, 2016
1 parent abd746d commit 9901da0
Show file tree
Hide file tree
Showing 737 changed files with 1,317 additions and 1,317 deletions.
6 changes: 3 additions & 3 deletions DiscoveryJson/clouderrorreporting_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
}
},
"description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides read access to error groups and their associated errors.\n",
"description": "Stackdriver Error Reporting groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides a way to report new errors and read access to error groups and their associated errors.\n",
"protocol": "rest",
"title": "Stackdriver Error Reporting API",
"resources": {
Expand Down Expand Up @@ -424,7 +424,7 @@
"type": "object",
"properties": {
"service": {
"description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine module name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the module name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default module is used.",
"description": "An identifier of the service, such as the name of the\nexecutable, job, or Google App Engine service name. This field is expected\nto have a low number of values that are relatively stable over time, as\nopposed to `version`, which can be changed whenever new code is deployed.\n\nContains the service name for error reports extracted from Google\nApp Engine logs or `default` if the App Engine default service is used.",
"type": "string"
},
"version": {
Expand Down Expand Up @@ -594,7 +594,7 @@
"id": "ListGroupStatsResponse"
}
},
"revision": "20160712",
"revision": "20160720",
"basePath": "",
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/toolresults_v1beta3.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/MJFs1Ek6s-k9IVfP7Lbcv61S72A\"",
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/fQGQF3eqkh9pD0YPM7rJwInJ3bQ\"",
"discoveryVersion": "v1",
"id": "toolresults:v1beta3",
"name": "toolresults",
"canonicalName": "Tool Results",
"version": "v1beta3",
"revision": "20160727",
"revision": "20160728",
"title": "Cloud Tool Results API",
"description": "Reads and publishes results from Cloud Test Lab.",
"ownerDomain": "google.com",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.Acceleratedmobilepageurl.v1</id>
<version>1.14.0.568</version>
<version>1.14.1.568</version>
<title>Google.Apis.Acceleratedmobilepageurl.v1 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,7 +37,7 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ limitations under the License.
[assembly: AssemblyCopyright("Copyright © Google Inc. 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.14.0.568")]
[assembly: AssemblyVersion("1.14.1.568")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.AdExchangeBuyer.v1_2</id>
<version>1.14.0.567</version>
<version>1.14.1.567</version>
<title>Google.Apis.AdExchangeBuyer.v1_2 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,8 +37,8 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis.Auth" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
<dependency id="Google.Apis.Auth" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ limitations under the License.
[assembly: AssemblyCopyright("Copyright © Google Inc. 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.14.0.567")]
[assembly: AssemblyVersion("1.14.1.567")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.AdExchangeBuyer.v1_3</id>
<version>1.14.0.567</version>
<version>1.14.1.567</version>
<title>Google.Apis.AdExchangeBuyer.v1_3 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,8 +37,8 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis.Auth" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
<dependency id="Google.Apis.Auth" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ limitations under the License.
[assembly: AssemblyCopyright("Copyright © Google Inc. 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.14.0.567")]
[assembly: AssemblyVersion("1.14.1.567")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.AdExchangeBuyer.v1_4</id>
<version>1.14.0.567</version>
<version>1.14.1.567</version>
<title>Google.Apis.AdExchangeBuyer.v1_4 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,8 +37,8 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis.Auth" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
<dependency id="Google.Apis.Auth" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ limitations under the License.
[assembly: AssemblyCopyright("Copyright © Google Inc. 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.14.0.567")]
[assembly: AssemblyVersion("1.14.1.567")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.AdExchangeBuyerII.v2beta1</id>
<version>1.14.0.572</version>
<version>1.14.1.572</version>
<title>Google.Apis.AdExchangeBuyerII.v2beta1 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,8 +37,8 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis.Auth" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
<dependency id="Google.Apis.Auth" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Google.Apis" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.0" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Google.Apis.Core" version="1.14.1" targetFramework="portable45-net45+win8+wp8+wpa81"/>
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="portable45-net45+win8+wp8+wpa81" />
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="portable45-net45+win8+wp8+wpa81" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ limitations under the License.
[assembly: AssemblyCopyright("Copyright © Google Inc. 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.14.0.572")]
[assembly: AssemblyVersion("1.14.1.572")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by google-apis-code-generator 1.5.1
// C# generator version: 1.14.0
// C# generator version: 1.14.1
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Google.Apis.AdExchangeSeller.v1</id>
<version>1.14.0.498</version>
<version>1.14.1.498</version>
<title>Google.Apis.AdExchangeSeller.v1 Client Library</title>
<authors>Google Inc.</authors>
<owners>google-apis-packages</owners>
Expand Down Expand Up @@ -37,8 +37,8 @@
version of Google.Apis.
-->
<group targetFramework="portable-net45+netcore45+wpa81+wp8">
<dependency id="Google.Apis" version="1.14.0" />
<dependency id="Google.Apis.Auth" version="1.14.0" />
<dependency id="Google.Apis" version="1.14.1" />
<dependency id="Google.Apis.Auth" version="1.14.1" />
</group>
<group targetFramework="portable-net40+sl50+netcore45+wpa81+wp8">
<!-- Use [version] to require exact match. -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Google.Apis.Core">
<HintPath>..\..\packages\Google.Apis.Core.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.Core.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Google.Apis">
<HintPath>..\..\packages\Google.Apis.1.14.0\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<HintPath>..\..\packages\Google.Apis.1.14.1\lib\portable-net45+sl50+netcore45+wpa81+wp8\Google.Apis.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Newtonsoft.Json">
Expand Down
Loading

0 comments on commit 9901da0

Please sign in to comment.