--- v23/common/local_services.proto 2026-06-18 21:20:45.000000000 +0000 +++ v24/common/local_services.proto 2026-06-18 18:19:58.000000000 +0000 @@ -1,34 +1,50 @@ // Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto3"; -package google.ads.googleads.v23.common; +package google.ads.googleads.v24.common; -option csharp_namespace = "Google.Ads.GoogleAds.V23.Common"; -option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v23/common;common"; +import "google/ads/googleads/v24/enums/gls_phone_number_type.proto"; + +option csharp_namespace = "Google.Ads.GoogleAds.V24.Common"; +option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v24/common;common"; option java_multiple_files = true; option java_outer_classname = "LocalServicesProto"; -option java_package = "com.google.ads.googleads.v23.common"; +option java_package = "com.google.ads.googleads.v24.common"; option objc_class_prefix = "GAA"; -option php_namespace = "Google\\Ads\\GoogleAds\\V23\\Common"; -option ruby_package = "Google::Ads::GoogleAds::V23::Common"; +option php_namespace = "Google\\Ads\\GoogleAds\\V24\\Common"; +option ruby_package = "Google::Ads::GoogleAds::V24::Common"; // Proto file containing info messages for local services related resources. // A Local Services Document with read only accessible data. message LocalServicesDocumentReadOnly { // URL to access an already uploaded Local Services document. optional string document_url = 1; } + +// Phone number associated with the provider. +message LocalServicesPhoneNumber { + // The phone number. + optional string phone_number = 1; + + // Upper-case, two-letter codes as defined by ISO-3166. + optional string country_code = 2; + + // The type of the phone number. + optional + google.ads.googleads.v24.enums.GlsPhoneNumberTypeEnum.GlsPhoneNumberType + phone_number_type = 3; +}
/common/local_services.proto
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2026-06-24 UTC.