--- 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
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2026-06-24(UTC)