Skip to content

Commit f7788cc

Browse files
amanda-tarafajskeet
authored andcommitted
Update discovery documents and generated code
automatically_generated_update
1 parent a8db127 commit f7788cc

File tree

435 files changed

+5218
-6839
lines changed

Some content is hidden

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

435 files changed

+5218
-6839
lines changed

DiscoveryJson/monitoring_v3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,7 +2714,7 @@
27142714
}
27152715
}
27162716
},
2717-
"revision": "20240414",
2717+
"revision": "20240420",
27182718
"rootUrl": "https://monitoring.googleapis.com/",
27192719
"schemas": {
27202720
"Aggregation": {
@@ -5389,7 +5389,7 @@
53895389
"type": "object"
53905390
},
53915391
"ServiceAgentAuthentication": {
5392-
"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.",
5392+
"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.",
53935393
"id": "ServiceAgentAuthentication",
53945394
"properties": {
53955395
"type": {

DiscoveryJson/sheets_v4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6837,7 +6837,7 @@
68376837
"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."
68386838
},
68396839
"importFunctionsExternalUrlAccessAllowed": {
6840-
"description": "Whether to allow external url access for image and import functions. Read only when true. When false, you can set to true.",
6840+
"description": "Whether to allow external URL access for image and import functions. Read only when true. When false, you can set to true.",
68416841
"type": "boolean"
68426842
},
68436843
"iterativeCalculationSettings": {

DiscoveryJson/spanner_v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2970,7 +2970,7 @@
29702970
}
29712971
}
29722972
},
2973-
"revision": "20240410",
2973+
"revision": "20240418",
29742974
"rootUrl": "https://spanner.googleapis.com/",
29752975
"schemas": {
29762976
"AutoscalingConfig": {
@@ -3186,7 +3186,7 @@
31863186
"id": "BatchWriteRequest",
31873187
"properties": {
31883188
"excludeTxnFromChangeStreams": {
3189-
"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.",
3189+
"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.",
31903190
"type": "boolean"
31913191
},
31923192
"mutationGroups": {
@@ -6137,7 +6137,7 @@
61376137
"id": "TransactionOptions",
61386138
"properties": {
61396139
"excludeTxnFromChangeStreams": {
6140-
"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.",
6140+
"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.",
61416141
"type": "boolean"
61426142
},
61436143
"partitionedDml": {

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

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.ACMEDNS.v1 Client Library</Title>
6-
<Version>1.67.0.2981</Version>
6+
<Version>1.68.0.2981</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Acmedns v1.
1818

19+
Product documentation is available at:
20+
https://developers.google.com/domains/acme-dns/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.ACMEDNS.v1/latest/api/Google.Apis.ACMEDNS.v1.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.ACMEDNS.v1
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/acmedns/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

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

6467
</Project>

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

Lines changed: 12 additions & 9 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.67.0.3360</Version>
6+
<Version>1.68.0.3360</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Notebooks v1.
1818

19+
Product documentation is available at:
20+
https://cloud.google.com/notebooks/docs/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v1/latest/api/Google.Apis.AIPlatformNotebooks.v1.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AIPlatformNotebooks.v1
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/notebooks/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

@@ -58,8 +61,8 @@
5861
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5962
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
6063
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
61-
<PackageReference Include="Google.Apis" Version="1.67.0" />
62-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
64+
<PackageReference Include="Google.Apis" Version="1.68.0" />
65+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
6366
</ItemGroup>
6467

6568
</Project>

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

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- nupkg information -->
44
<PropertyGroup>
55
<Title>Google.Apis.AIPlatformNotebooks.v2 Client Library</Title>
6-
<Version>1.67.0.3304</Version>
6+
<Version>1.68.0.3304</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Notebooks v2.
1818

19+
Product documentation is available at:
20+
https://cloud.google.com/notebooks/docs/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v2/latest/api/Google.Apis.AIPlatformNotebooks.v2.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AIPlatformNotebooks.v2
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/notebooks/v2
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

@@ -58,8 +61,8 @@
5861
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5962
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
6063
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
61-
<PackageReference Include="Google.Apis" Version="1.67.0" />
62-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
64+
<PackageReference Include="Google.Apis" Version="1.68.0" />
65+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
6366
</ItemGroup>
6467

6568
</Project>

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

Lines changed: 11 additions & 8 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.67.0.2235</Version>
6+
<Version>1.68.0.2235</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Abusiveexperiencereport v1.
1818

19+
Product documentation is available at:
20+
https://developers.google.com/abusive-experience-report/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.AbusiveExperienceReport.v1/latest/api/Google.Apis.AbusiveExperienceReport.v1.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AbusiveExperienceReport.v1
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/abusiveexperiencereport/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

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

6467
</Project>

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

Lines changed: 11 additions & 8 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.67.0.3106</Version>
6+
<Version>1.68.0.3106</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Acceleratedmobilepageurl v1.
1818

19+
Product documentation is available at:
20+
https://developers.google.com/amp/cache/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.Acceleratedmobilepageurl.v1/latest/api/Google.Apis.Acceleratedmobilepageurl.v1.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.Acceleratedmobilepageurl.v1
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/acceleratedmobilepageurl/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

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

6467
</Project>

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

Lines changed: 14 additions & 10 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.67.0.3291</Version>
6+
<Version>1.68.0.3291</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -14,7 +14,17 @@
1414
<PackageIconUrl>https://www.gstatic.com/images/branding/product/1x/google_developers_64dp.png</PackageIconUrl>
1515
<PackageIcon>NuGetIcon.png</PackageIcon>
1616
<Description>
17-
Google APIs Client Library for working with Accessapproval v1.
17+
This is not the recommended package for working with Accessapproval, please use the Google.Cloud.AccessApproval.V1 package.
18+
This Google APIs Client Library for working with Accessapproval v1 uses older code generation, and is harder to use.
19+
20+
Product documentation is available at:
21+
https://cloud.google.com/assured-workloads/access-approval/docs
22+
23+
API reference documentation for this package is available at:
24+
https://googleapis.dev/dotnet/Google.Apis.AccessApproval.v1/latest/api/Google.Apis.AccessApproval.v1.html
25+
26+
The source code for this package is available at:
27+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AccessApproval.v1
1828

1929
Supported Platforms:
2030
- .NET Framework 4.6.2+
@@ -29,12 +39,6 @@
2939
- Windows 8 Apps
3040
- Windows Phone 8.1
3141
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/accessapproval/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3842
</Description>
3943
</PropertyGroup>
4044

@@ -58,8 +62,8 @@
5862
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5963
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
6064
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
61-
<PackageReference Include="Google.Apis" Version="1.67.0" />
62-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
65+
<PackageReference Include="Google.Apis" Version="1.68.0" />
66+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
6367
</ItemGroup>
6468

6569
</Project>

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

Lines changed: 12 additions & 9 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.67.0.3394</Version>
6+
<Version>1.68.0.3394</Version>
77
<Authors>Google LLC</Authors>
88
<Copyright>Copyright 2024 Google LLC</Copyright>
99
<PackageTags>Google</PackageTags>
@@ -16,6 +16,15 @@
1616
<Description>
1717
Google APIs Client Library for working with Accesscontextmanager v1.
1818

19+
Product documentation is available at:
20+
https://cloud.google.com/access-context-manager/docs/reference/rest/
21+
22+
API reference documentation for this package is available at:
23+
https://googleapis.dev/dotnet/Google.Apis.AccessContextManager.v1/latest/api/Google.Apis.AccessContextManager.v1.html
24+
25+
The source code for this package is available at:
26+
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated/Google.Apis.AccessContextManager.v1
27+
1928
Supported Platforms:
2029
- .NET Framework 4.6.2+
2130
- .NET Standard 2.0
@@ -29,12 +38,6 @@
2938
- Windows 8 Apps
3039
- Windows Phone 8.1
3140
- Windows Phone Silverlight 8.0
32-
33-
More documentation on the API is available at:
34-
https://developers.google.com/api-client-library/dotnet/apis/accesscontextmanager/v1
35-
36-
The package source code is available at:
37-
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
3841
</Description>
3942
</PropertyGroup>
4043

@@ -58,8 +61,8 @@
5861
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
5962
<PackageReference Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" PrivateAssets="All" />
6063
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.3" PrivateAssets="All" />
61-
<PackageReference Include="Google.Apis" Version="1.67.0" />
62-
<PackageReference Include="Google.Apis.Auth" Version="1.67.0" />
64+
<PackageReference Include="Google.Apis" Version="1.68.0" />
65+
<PackageReference Include="Google.Apis.Auth" Version="1.68.0" />
6366
</ItemGroup>
6467

6568
</Project>

0 commit comments

Comments
 (0)