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
amanda-tarafa authored and jskeet committed Apr 22, 2024
1 parent a8db127 commit f7788cc
Show file tree
Hide file tree
Showing 435 changed files with 5,218 additions and 6,839 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/monitoring_v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@
}
}
},
"revision": "20240414",
"revision": "20240420",
"rootUrl": "https://monitoring.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -5389,7 +5389,7 @@
"type": "object"
},
"ServiceAgentAuthentication": {
"description": "Contains information needed for generating an OpenID Connect token (https://developers.google.com/identity/protocols/OpenIDConnect). The OIDC token will be generated for the Monitoring service agent service account.",
"description": "Contains information needed for generating either an OpenID Connect token (https://developers.google.com/identity/protocols/OpenIDConnect) or OAuth token (https://developers.google.com/identity/protocols/oauth2). The token will be generated for the Monitoring service agent service account.",
"id": "ServiceAgentAuthentication",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion DiscoveryJson/sheets_v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -6837,7 +6837,7 @@
"description": "The default format of all cells in the spreadsheet. CellData.effectiveFormat will not be set if the cell's format is equal to this default format. This field is read-only."
},
"importFunctionsExternalUrlAccessAllowed": {
"description": "Whether to allow external url access for image and import functions. Read only when true. When false, you can set to true.",
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.",
"type": "boolean"
},
"iterativeCalculationSettings": {
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/spanner_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@
}
}
},
"revision": "20240410",
"revision": "20240418",
"rootUrl": "https://spanner.googleapis.com/",
"schemas": {
"AutoscalingConfig": {
Expand Down Expand Up @@ -3186,7 +3186,7 @@
"id": "BatchWriteRequest",
"properties": {
"excludeTxnFromChangeStreams": {
"description": "Optional. When `exclude_txn_from_change_streams` is set to `true`: * Mutations from all transactions in this batch write operation will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Mutations from all transactions in this batch write operation will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, mutations from all transactions in this batch write operation will be recorded in all change streams that are tracking columns modified by these transactions.",
"description": "Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all transactions in this batch write operation will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Modifications from all transactions in this batch write operation will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, Modifications from all transactions in this batch write operation will be recorded in all change streams that are tracking columns modified by these transactions.",
"type": "boolean"
},
"mutationGroups": {
Expand Down Expand Up @@ -6137,7 +6137,7 @@
"id": "TransactionOptions",
"properties": {
"excludeTxnFromChangeStreams": {
"description": "When `exclude_txn_from_change_streams` is set to `true`: * Mutations from this transaction will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Mutations from this transaction will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, mutations from this transaction will be recorded in all change streams that are tracking columns modified by these transactions. `exclude_txn_from_change_streams` may only be specified for read-write or partitioned-dml transactions, otherwise the API will return an `INVALID_ARGUMENT` error.",
"description": "When `exclude_txn_from_change_streams` is set to `true`: * Modifications from this transaction will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Modifications from this transaction will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, Modifications from this transaction will be recorded in all change streams that are tracking columns modified by these transactions. `exclude_txn_from_change_streams` may only be specified for read-write or partitioned-dml transactions, otherwise the API will return an `INVALID_ARGUMENT` error.",
"type": "boolean"
},
"partitionedDml": {
Expand Down
19 changes: 11 additions & 8 deletions Src/Generated/Google.Apis.ACMEDNS.v1/Google.Apis.ACMEDNS.v1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.ACMEDNS.v1 Client Library</Title>
<Version>1.67.0.2981</Version>
<Version>1.68.0.2981</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Acmedns v1.

Product documentation is available at:
https://developers.google.com/domains/acme-dns/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.ACMEDNS.v1/latest/api/Google.Apis.ACMEDNS.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.ACMEDNS.v1

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/acmedns/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,7 +61,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AIPlatformNotebooks.v1 Client Library</Title>
<Version>1.67.0.3360</Version>
<Version>1.68.0.3360</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Notebooks v1.

Product documentation is available at:
https://cloud.google.com/notebooks/docs/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v1/latest/api/Google.Apis.AIPlatformNotebooks.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AIPlatformNotebooks.v1

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/notebooks/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,8 +61,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.AIPlatformNotebooks.v2 Client Library</Title>
<Version>1.67.0.3304</Version>
<Version>1.68.0.3304</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Notebooks v2.

Product documentation is available at:
https://cloud.google.com/notebooks/docs/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v2/latest/api/Google.Apis.AIPlatformNotebooks.v2.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AIPlatformNotebooks.v2

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/notebooks/v2

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,8 +61,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
</ItemGroup>

</Project>
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.67.0.2235</Version>
<Version>1.68.0.2235</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Abusiveexperiencereport v1.

Product documentation is available at:
https://developers.google.com/abusive-experience-report/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AbusiveExperienceReport.v1/latest/api/Google.Apis.AbusiveExperienceReport.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AbusiveExperienceReport.v1

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/abusiveexperiencereport/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,7 +61,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
</ItemGroup>

</Project>
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.67.0.3106</Version>
<Version>1.68.0.3106</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Acceleratedmobilepageurl v1.

Product documentation is available at:
https://developers.google.com/amp/cache/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.Acceleratedmobilepageurl.v1/latest/api/Google.Apis.Acceleratedmobilepageurl.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/acceleratedmobilepageurl/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,7 +61,7 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
</ItemGroup>

</Project>
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.67.0.3291</Version>
<Version>1.68.0.3291</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -14,7 +14,17 @@
<PackageIconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</PackageIconUrl>
<PackageIcon>NuGetIcon.png</PackageIcon>
<Description>
Google APIs Client Library for working with Accessapproval v1.
This is not the recommended package for working with Accessapproval, please use the Google.Cloud.AccessApproval.V1 package.
This Google APIs Client Library for working with Accessapproval v1 uses older code generation, and is harder to use.

Product documentation is available at:
https://cloud.google.com/assured-workloads/access-approval/docs

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AccessApproval.v1/latest/api/Google.Apis.AccessApproval.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AccessApproval.v1

Supported Platforms:
- .NET Framework 4.6.2+
Expand All @@ -29,12 +39,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/accessapproval/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,8 +62,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
</ItemGroup>

</Project>
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.67.0.3394</Version>
<Version>1.68.0.3394</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand All @@ -16,6 +16,15 @@
<Description>
Google APIs Client Library for working with Accesscontextmanager v1.

Product documentation is available at:
https://cloud.google.com/access-context-manager/docs/reference/rest/

API reference documentation for this package is available at:
https://googleapis.dev/dotnet/Google.Apis.AccessContextManager.v1/latest/api/Google.Apis.AccessContextManager.v1.html

The source code for this package is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AccessContextManager.v1

Supported Platforms:
- .NET Framework 4.6.2+
- .NET Standard 2.0
Expand All @@ -29,12 +38,6 @@
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0

More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/accesscontextmanager/v1

The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
</Description>
</PropertyGroup>

Expand All @@ -58,8 +61,8 @@
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
<PackageReference Include="Google.Apis" Version="1.67.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
<PackageReference Include="Google.Apis" Version="1.68.0" />
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit f7788cc

Please sign in to comment.