Skip to content

Commit c47aeed

Browse files
amanda-tarafajskeet
authored andcommitted
Update discovery documents and generated code
automatically_generated_update
1 parent 6c415c7 commit c47aeed

File tree

394 files changed

+1153
-1166
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

394 files changed

+1153
-1166
lines changed

DiscoveryJson/baremetalsolution_v2.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
],
430430
"parameters": {
431431
"name": {
432-
"description": "Immutable. The resource name of this `Instance`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/instances/{instance}`",
432+
"description": "Required. The `name` field is used to identify the instance. Format: projects/{project}/locations/{location}/instances/{instance}",
433433
"location": "path",
434434
"pattern": "^projects/[^/]+/locations/[^/]+/instances/[^/]+$",
435435
"required": true,
@@ -441,7 +441,7 @@
441441
"$ref": "RenameInstanceRequest"
442442
},
443443
"response": {
444-
"$ref": "Operation"
444+
"$ref": "Instance"
445445
},
446446
"scopes": [
447447
"https://www.googleapis.com/auth/cloud-platform"
@@ -1521,7 +1521,7 @@
15211521
}
15221522
}
15231523
},
1524-
"revision": "20230206",
1524+
"revision": "20230215",
15251525
"rootUrl": "https://baremetalsolution.googleapis.com/",
15261526
"schemas": {
15271527
"AllowedClient": {
@@ -2974,11 +2974,7 @@
29742974
"description": "Message requesting rename of a server.",
29752975
"id": "RenameInstanceRequest",
29762976
"properties": {
2977-
"instance": {
2978-
"$ref": "Instance",
2979-
"description": "Required. The `name` field is used to identify the instance. Format: projects/{project}/locations/{location}/instances/{instance}"
2980-
},
2981-
"name": {
2977+
"newName": {
29822978
"description": "Required. The new `name` of the instance. Format: {instancename}",
29832979
"type": "string"
29842980
}

DiscoveryJson/container_v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,7 +2487,7 @@
24872487
}
24882488
}
24892489
},
2490-
"revision": "20230207",
2490+
"revision": "20230203",
24912491
"rootUrl": "https://container.googleapis.com/",
24922492
"schemas": {
24932493
"AcceleratorConfig": {
@@ -5046,7 +5046,7 @@
50465046
"type": "object"
50475047
},
50485048
"NodeTaint": {
5049-
"description": "Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration) for more information, including usage and the valid values.",
5049+
"description": "Kubernetes taint is comprised of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration) for more information, including usage and the valid values.",
50505050
"id": "NodeTaint",
50515051
"properties": {
50525052
"effect": {

Src/Generated/Google.Apis.AIPlatformNotebooks.v1/Google.Apis.AIPlatformNotebooks.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AIPlatformNotebooks.v1 Client Library</Title>
6-
<Version>1.59.0.2945</Version>
6+
<Version>1.60.0.2945</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
61-
<PackageReference Include="Google.Apis.Auth" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
61+
<PackageReference Include="Google.Apis.Auth" Version="1.60.0" />
6262
</ItemGroup>
6363

6464
</Project>

Src/Generated/Google.Apis.AbusiveExperienceReport.v1/Google.Apis.AbusiveExperienceReport.v1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AbusiveExperienceReport.v1 Client Library</Title>
6-
<Version>1.59.0.2235</Version>
6+
<Version>1.60.0.2235</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,7 +57,7 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
6161
</ItemGroup>
6262

6363
</Project>

Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1/Google.Apis.Acceleratedmobilepageurl.v1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.Acceleratedmobilepageurl.v1 Client Library</Title>
6-
<Version>1.59.0.2238</Version>
6+
<Version>1.60.0.2238</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,7 +57,7 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
6161
</ItemGroup>
6262

6363
</Project>

Src/Generated/Google.Apis.AccessApproval.v1/Google.Apis.AccessApproval.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AccessApproval.v1 Client Library</Title>
6-
<Version>1.59.0.2955</Version>
6+
<Version>1.60.0.2955</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
61-
<PackageReference Include="Google.Apis.Auth" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
61+
<PackageReference Include="Google.Apis.Auth" Version="1.60.0" />
6262
</ItemGroup>
6363

6464
</Project>

Src/Generated/Google.Apis.AccessContextManager.v1/Google.Apis.AccessContextManager.v1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AccessContextManager.v1 Client Library</Title>
6-
<Version>1.59.0.2951</Version>
6+
<Version>1.60.0.2951</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
61-
<PackageReference Include="Google.Apis.Auth" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
61+
<PackageReference Include="Google.Apis.Auth" Version="1.60.0" />
6262
</ItemGroup>
6363

6464
</Project>

Src/Generated/Google.Apis.AccessContextManager.v1beta/Google.Apis.AccessContextManager.v1beta.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AccessContextManager.v1beta Client Library</Title>
6-
<Version>1.59.0.2951</Version>
6+
<Version>1.60.0.2951</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
61-
<PackageReference Include="Google.Apis.Auth" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
61+
<PackageReference Include="Google.Apis.Auth" Version="1.60.0" />
6262
</ItemGroup>
6363

6464
</Project>

Src/Generated/Google.Apis.AdExchangeBuyerII.v2beta1/Google.Apis.AdExchangeBuyerII.v2beta1.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AdExchangeBuyerII.v2beta1 Client Library</Title>
6-
<Version>1.59.0.2813</Version>
6+
<Version>1.60.0.2813</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,8 +57,8 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
61-
<PackageReference Include="Google.Apis.Auth" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
61+
<PackageReference Include="Google.Apis.Auth" Version="1.60.0" />
6262
</ItemGroup>
6363

6464
</Project>

Src/Generated/Google.Apis.AdExperienceReport.v1/Google.Apis.AdExperienceReport.v1.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AdExperienceReport.v1 Client Library</Title>
6-
<Version>1.59.0.2235</Version>
6+
<Version>1.60.0.2235</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2023 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -57,7 +57,7 @@
5757
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5858
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
5959
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
60-
<PackageReference Include="Google.Apis" Version="1.59.0" />
60+
<PackageReference Include="Google.Apis" Version="1.60.0" />
6161
</ItemGroup>
6262

6363
</Project>

0 commit comments

Comments
 (0)