--- 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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.