--- 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
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/10/14 (UTC).
[null,null,["Dernière mise à jour le 2024/10/14 (UTC)."],[],[]]