--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
[null,null,["最后更新时间 (UTC):2024-10-14。"],[[["This update introduces a new `expiration_date_time` field to both `LocalServicesInsurance` and `LocalServicesLicense` messages, indicating the expiration time of the respective documents."],["The `LocalServicesDocumentReadOnly` field within `LocalServicesInsurance` and `LocalServicesLicense` is now referencing the v17 version instead of v16."],["The `expiration_date_time` field follows the format \"YYYY-MM-DD HH:MM:SS\" and reflects the Google Ads account's timezone."]]],[]]