--- v23/common/local_services.proto 2026-06-18 21:38:44.000000000 +0000 +++ v24/common/local_services.proto 2026-06-18 21:38:55.000000000 +0000 @@ -32,3 +34,17 @@ // 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-06-24。