From 03279b9304ef08640042880d8c712032f4e39455 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 5 May 2020 09:53:12 -0700 Subject: [PATCH] Fix documentation for string_value. The value does not have to be at least 1MB, but rather, at most 1MB. PiperOrigin-RevId: 309845930 Source-Author: Google APIs Source-Date: Mon May 4 16:55:46 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 1b5a8d2bbb69c5a04db26bd546d2888e609c6bab Source-Link: https://github.com/googleapis/googleapis/commit/1b5a8d2bbb69c5a04db26bd546d2888e609c6bab --- .../Google.Cloud.Datastore.V1/Entity.cs | 4 ++-- apis/Google.Cloud.Datastore.V1/synth.metadata | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Entity.cs b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Entity.cs index b30a6f38cd39..979a744dceac 100644 --- a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Entity.cs +++ b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/Entity.cs @@ -977,8 +977,8 @@ public double DoubleValue { public const int StringValueFieldNumber = 17; /// /// A UTF-8 encoded string value. - /// When `exclude_from_indexes` is false (it is indexed) , may have at most 1500 bytes. - /// Otherwise, may be set to at least 1,000,000 bytes. + /// When `exclude_from_indexes` is false (it is indexed), may have at most + /// 1500 bytes. Otherwise, may be set to at most 1,000,000 bytes. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public string StringValue { diff --git a/apis/Google.Cloud.Datastore.V1/synth.metadata b/apis/Google.Cloud.Datastore.V1/synth.metadata index 081db182e4c5..3dea7eb4cb7d 100644 --- a/apis/Google.Cloud.Datastore.V1/synth.metadata +++ b/apis/Google.Cloud.Datastore.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "1b5a8d2bbb69c5a04db26bd546d2888e609c6bab" } } ]