Skip to content

Commit

Permalink
feat: Generate Google.Apis.Datastore.v1 version 1.69.0.3695
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa authored and jskeet committed Feb 19, 2025
1 parent c5bf0ed commit 5fb868b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DiscoveryJson/datastore.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@
}
}
},
"revision": "20250204",
"revision": "20250212",
"rootUrl": "https://datastore.googleapis.com/",
"schemas": {
"Aggregation": {
Expand Down Expand Up @@ -1582,7 +1582,7 @@
"id": "GoogleDatastoreAdminV1RedirectWritesStepDetails",
"properties": {
"concurrencyMode": {
"description": "Ths concurrency mode for this database.",
"description": "The concurrency mode for this database.",
"enum": [
"CONCURRENCY_MODE_UNSPECIFIED",
"PESSIMISTIC",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2476,7 +2476,7 @@ public class GoogleDatastoreAdminV1Progress : Google.Apis.Requests.IDirectRespon
/// <summary>Details for the `REDIRECT_WRITES` step.</summary>
public class GoogleDatastoreAdminV1RedirectWritesStepDetails : Google.Apis.Requests.IDirectResponseSchema
{
/// <summary>Ths concurrency mode for this database.</summary>
/// <summary>The concurrency mode for this database.</summary>
[Newtonsoft.Json.JsonPropertyAttribute("concurrencyMode")]
public virtual string ConcurrencyMode { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.Datastore.v1 Client Library</Title>
<Version>1.69.0.3687</Version>
<Version>1.69.0.3695</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2025 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 5fb868b

Please sign in to comment.