--- v16/resources/local_services_verification_artifact.proto 2024-05-29 16:00:42.000000000 +0000 +++ v17/resources/local_services_verification_artifact.proto 2024-05-29 16:00:48.000000000 +0000 @@ -119,9 +119,15 @@ // Output only. The readonly field containing the information for an uploaded // insurance document. - optional google.ads.googleads.v16.common.LocalServicesDocumentReadOnly + optional google.ads.googleads.v17.common.LocalServicesDocumentReadOnly insurance_document_readonly = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The timestamp when this insurance expires. + // The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. + // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" + optional string expiration_date_time = 4 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // A proto holding information specific to a local services license. @@ -149,8 +155,14 @@ // Output only. The readonly field containing the information for an uploaded // license document. - optional google.ads.googleads.v16.common.LocalServicesDocumentReadOnly + optional google.ads.googleads.v17.common.LocalServicesDocumentReadOnly license_document_readonly = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The timestamp when this license expires. + // The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. + // Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30" + optional string expiration_date_time = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // A proto holding information specific to a local services business
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-14(UTC)
[null,null,["최종 업데이트: 2024-10-14(UTC)"],[],[]]