From eb48db98d28a78762275d9f060ca67956dcaaed4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 09:24:06 -0700 Subject: [PATCH] docs(retail): Quote several literal expressions for better rendering (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(retail): Quote several literal expressions for better rendering PiperOrigin-RevId: 388769359 Source-Link: https://github.com/googleapis/googleapis/commit/a47f0a4aa9ef834edf40d5b8269e9b6c277bb699 Source-Link: https://github.com/googleapis/googleapis-gen/commit/a25fc41966ff2ccf178e9002d9568680cb1efbc8 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../cloud/retail/v2/search_service.proto | 24 ++++++++++--------- .../cloud/retail/v2alpha/search_service.proto | 24 ++++++++++--------- .../cloud/retail/v2beta/search_service.proto | 24 ++++++++++--------- 3 files changed, 39 insertions(+), 33 deletions(-) diff --git a/packages/google-cloud-retail/protos/google/cloud/retail/v2/search_service.proto b/packages/google-cloud-retail/protos/google/cloud/retail/v2/search_service.proto index 27cd38f9aa1..4522d546621 100644 --- a/packages/google-cloud-retail/protos/google/cloud/retail/v2/search_service.proto +++ b/packages/google-cloud-retail/protos/google/cloud/retail/v2/search_service.proto @@ -572,21 +572,23 @@ message SearchResponse { // string or double values with type // [google.protobuf.ListValue][google.protobuf.ListValue]. For example, if // there are two variants with colors "red" and "blue", the rollup values - // are { key: "colorFamilies" - // value { - // list_value { - // values { string_value: "red" } - // values { string_value: "blue" } - // } - // } - // } + // are + // + // { key: "colorFamilies" + // value { + // list_value { + // values { string_value: "red" } + // values { string_value: "blue" } + // } + // } + // } // // For // [Product.fulfillment_info][google.cloud.retail.v2.Product.fulfillment_info], // the rollup values is a double value with type - // [google.protobuf.Value][google.protobuf.Value]. For example, {key: - // "pickupInStore.store1" value { number_value: 10 }} means a there are 10 - // variants in this product are available in the store "store1". + // [google.protobuf.Value][google.protobuf.Value]. For example: + // `{key: "pickupInStore.store1" value { number_value: 10 }}` means a there + // are 10 variants in this product are available in the store "store1". map variant_rollup_values = 5; } diff --git a/packages/google-cloud-retail/protos/google/cloud/retail/v2alpha/search_service.proto b/packages/google-cloud-retail/protos/google/cloud/retail/v2alpha/search_service.proto index df0cd86a14a..109b9399233 100644 --- a/packages/google-cloud-retail/protos/google/cloud/retail/v2alpha/search_service.proto +++ b/packages/google-cloud-retail/protos/google/cloud/retail/v2alpha/search_service.proto @@ -609,21 +609,23 @@ message SearchResponse { // string or double values with type // [google.protobuf.ListValue][google.protobuf.ListValue]. For example, if // there are two variants with colors "red" and "blue", the rollup values - // are { key: "colorFamilies" - // value { - // list_value { - // values { string_value: "red" } - // values { string_value: "blue" } - // } - // } - // } + // are + // + // { key: "colorFamilies" + // value { + // list_value { + // values { string_value: "red" } + // values { string_value: "blue" } + // } + // } + // } // // For // [Product.fulfillment_info][google.cloud.retail.v2alpha.Product.fulfillment_info], // the rollup values is a double value with type - // [google.protobuf.Value][google.protobuf.Value]. For example, {key: - // "pickupInStore.store1" value { number_value: 10 }} means a there are 10 - // variants in this product are available in the store "store1". + // [google.protobuf.Value][google.protobuf.Value]. For example, + // `{key: "pickupInStore.store1" value { number_value: 10 }}` means a there + // are 10 variants in this product are available in the store "store1". map variant_rollup_values = 5; } diff --git a/packages/google-cloud-retail/protos/google/cloud/retail/v2beta/search_service.proto b/packages/google-cloud-retail/protos/google/cloud/retail/v2beta/search_service.proto index 2647c7e0b66..41f5836057f 100644 --- a/packages/google-cloud-retail/protos/google/cloud/retail/v2beta/search_service.proto +++ b/packages/google-cloud-retail/protos/google/cloud/retail/v2beta/search_service.proto @@ -578,21 +578,23 @@ message SearchResponse { // string or double values with type // [google.protobuf.ListValue][google.protobuf.ListValue]. For example, if // there are two variants with colors "red" and "blue", the rollup values - // are { key: "colorFamilies" - // value { - // list_value { - // values { string_value: "red" } - // values { string_value: "blue" } - // } - // } - // } + // are + // + // { key: "colorFamilies" + // value { + // list_value { + // values { string_value: "red" } + // values { string_value: "blue" } + // } + // } + // } // // For // [Product.fulfillment_info][google.cloud.retail.v2beta.Product.fulfillment_info], // the rollup values is a double value with type - // [google.protobuf.Value][google.protobuf.Value]. For example, {key: - // "pickupInStore.store1" value { number_value: 10 }} means a there are 10 - // variants in this product are available in the store "store1". + // [google.protobuf.Value][google.protobuf.Value]. For example, + // `{key: "pickupInStore.store1" value { number_value: 10 }}` means a there + // are 10 variants in this product are available in the store "store1". map variant_rollup_values = 5; }