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 Jun 1, 2020
1 parent ac76ff2 commit 09b7ca6
Show file tree
Hide file tree
Showing 536 changed files with 2,101 additions and 2,074 deletions.
2 changes: 1 addition & 1 deletion DiscoveryJson/adsense_v1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@
}
}
},
"revision": "20200528",
"revision": "20200531",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/cloudsearch_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@
"type": "boolean"
},
"name": {
"description": "Name of the search application.\n<br />Format: applications/{application_id}.",
"description": "Name of the search application.\n<br />Format: searchapplications/{application_id}.",
"location": "path",
"pattern": "^searchapplications/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1805,7 +1805,7 @@
}
}
},
"revision": "20200505",
"revision": "20200519",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"BooleanOperatorOptions": {
Expand Down
20 changes: 17 additions & 3 deletions DiscoveryJson/container_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2484,7 +2484,7 @@
}
}
},
"revision": "20200505",
"revision": "20200519",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -2593,14 +2593,14 @@
"type": "string"
},
"oauthScopes": {
"description": "Scopes that are used by NAP when creating node pools. If oauth_scopes are\nspecified, service_account should be empty.",
"description": "Scopes that are used by NAP when creating node pools.",
"items": {
"type": "string"
},
"type": "array"
},
"serviceAccount": {
"description": "The Google Cloud Platform Service Account to be used by the node VMs. If\nservice_account is specified, scopes should be empty.",
"description": "The Google Cloud Platform Service Account to be used by the node VMs.",
"type": "string"
},
"upgradeSettings": {
Expand Down Expand Up @@ -2834,6 +2834,10 @@
"$ref": "MaintenancePolicy",
"description": "Configure the maintenance policy for this cluster."
},
"master": {
"$ref": "Master",
"description": "Configuration for master components."
},
"masterAuth": {
"$ref": "MasterAuth",
"description": "The authentication information for accessing the master endpoint.\nIf unspecified, the defaults are used:\nFor clusters before v1.12, if master_auth is unspecified, `username` will\nbe set to \"admin\", a random password will be generated, and a client\ncertificate will be issued."
Expand Down Expand Up @@ -3087,6 +3091,10 @@
"description": "The logging service the cluster should use to write logs.\nCurrently available options:\n\n* `logging.googleapis.com/kubernetes` - The Cloud Logging\nservice with a Kubernetes-native resource model\n* `logging.googleapis.com` - The legacy Cloud Logging service (no longer\n available as of GKE 1.15).\n* `none` - no logs will be exported from the cluster.\n\nIf left as an empty string,`logging.googleapis.com/kubernetes` will be\nused for GKE 1.14+ or `logging.googleapis.com` for earlier versions.",
"type": "string"
},
"desiredMaster": {
"$ref": "Master",
"description": "Configuration for master components."
},
"desiredMasterAuthorizedNetworksConfig": {
"$ref": "MasterAuthorizedNetworksConfig",
"description": "The desired configuration options for master authorized networks feature."
Expand Down Expand Up @@ -3765,6 +3773,12 @@
},
"type": "object"
},
"Master": {
"description": "Master is the configuration for components on master.",
"id": "Master",
"properties": {},
"type": "object"
},
"MasterAuth": {
"description": "The authentication information for accessing the master endpoint.\nAuthentication can be done using HTTP basic auth or using client\ncertificates.",
"id": "MasterAuth",
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/fitness_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@
}
}
},
"revision": "20200529",
"revision": "20200527",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AggregateBucket": {
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/iap_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
}
}
},
"revision": "20200515",
"revision": "20200522",
"rootUrl": "https://iap.googleapis.com/",
"schemas": {
"AccessDeniedPageSettings": {
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/redis_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
}
}
},
"revision": "20200402",
"revision": "20200529",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"Empty": {
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/servicecontrol_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
}
}
},
"revision": "20200511",
"revision": "20200526",
"rootUrl": "https://servicecontrol.googleapis.com/",
"schemas": {
"AllocateInfo": {
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/tasks_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
}
}
},
"revision": "20200522",
"revision": "20200530",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Task": {
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.45.0
// C# generator version: 1.46.0
//
// 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 @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AbusiveExperienceReport.v1 Client Library</Title>
<Version>1.45.0.1968</Version>
<Version>1.46.0.1968</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -61,11 +61,11 @@

<!-- per-target dependencies -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.0'">
Expand All @@ -78,7 +78,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
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.45.0
// C# generator version: 1.46.0
//
// 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 @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Acceleratedmobilepageurl.v1 Client Library</Title>
<Version>1.45.0.1974</Version>
<Version>1.46.0.1974</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -61,11 +61,11 @@

<!-- per-target dependencies -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.0'">
Expand All @@ -78,7 +78,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
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.45.0
// C# generator version: 1.46.0
//
// 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 @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AccessApproval.v1 Client Library</Title>
<Version>1.45.0.1968</Version>
<Version>1.46.0.1968</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -61,13 +61,13 @@

<!-- per-target dependencies -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.0'">
Expand All @@ -81,8 +81,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
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.45.0
// C# generator version: 1.46.0
//
// 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 @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AccessApproval.v1beta1 Client Library</Title>
<Version>1.45.0.1968</Version>
<Version>1.46.0.1968</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -61,13 +61,13 @@

<!-- per-target dependencies -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.0'">
Expand All @@ -81,8 +81,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
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.45.0
// C# generator version: 1.46.0
//
// 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 @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AccessContextManager.v1 Client Library</Title>
<Version>1.45.0.1962</Version>
<Version>1.46.0.1962</Version>
<Authors>Google Inc.</Authors>
<Copyright>Copyright 2017 Google Inc.</Copyright>
<PackageTags>Google</PackageTags>
Expand Down Expand Up @@ -61,13 +61,13 @@

<!-- per-target dependencies -->
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='netstandard1.3'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='netstandard1.0'">
Expand All @@ -81,8 +81,8 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net45'">
<PackageReference Include="Google.Apis" Version="1.45.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.45.0" />
<PackageReference Include="Google.Apis" Version="1.46.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.46.0" />
</ItemGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
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.45.0
// C# generator version: 1.46.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
Loading

0 comments on commit 09b7ca6

Please sign in to comment.