--- v22/resources/per_store_view.proto 2026-01-23 15:36:22.000000000 +0000 +++ v23/resources/per_store_view.proto 2026-01-23 15:36:31.000000000 +0000 @@ -52,4 +52,29 @@ // Output only. The place ID of the per store view. string place_id = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. First line of the store's address. + string address1 = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Second line of the store's address. + string address2 = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The name of the business. + string business_name = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The city where the store is located. + string city = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The two-letter country code for the store's location (e.g., + // "US"). + string country_code = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The phone number of the store. + string phone_number = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The postal code of the store's address. + string postal_code = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The province or state of the store's address. + string province = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; }
/resources/per_store_view.proto সম্পর্কে
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-01-28 UTC-তে শেষবার আপডেট করা হয়েছে।