--- v18/resources/change_event.proto 2025-08-05 14:36:06.000000000 +0000 +++ v19/resources/change_event.proto 2025-08-05 14:36:19.000000000 +0000 @@ -91,18 +87,6 @@ CampaignCriterion campaign_criterion = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Set if change_resource_type == FEED. - Feed feed = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Set if change_resource_type == FEED_ITEM. - FeedItem feed_item = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Set if change_resource_type == CAMPAIGN_FEED. - CampaignFeed campaign_feed = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. Set if change_resource_type == AD_GROUP_FEED. - AdGroupFeed ad_group_feed = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Set if change_resource_type == AD_GROUP_AD. AdGroupAd ad_group_ad = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -196,20 +180,6 @@ } ]; - // Output only. The Feed affected by this change. - string feed = 13 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { type: "googleads.googleapis.com/Feed" } - ]; - - // Output only. The FeedItem affected by this change. - string feed_item = 14 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { - type: "googleads.googleapis.com/FeedItem" - } - ]; - // Output only. The Asset affected by this change. string asset = 20 [ (google.api.field_behavior) = OUTPUT_ONLY,
/resources/change_event.proto
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# /resources/change_event.proto\n\n```diff\n--- v18/resources/change_event.proto 2025-08-05 14:36:06.000000000 +0000\n+++ v19/resources/change_event.proto 2025-08-05 14:36:19.000000000 +0000\n@@ -91,18 +87,6 @@\n CampaignCriterion campaign_criterion = 7\n [(google.api.field_behavior) = OUTPUT_ONLY];\n\n- // Output only. Set if change_resource_type == FEED.\n- Feed feed = 8 [(google.api.field_behavior) = OUTPUT_ONLY];\n-\n- // Output only. Set if change_resource_type == FEED_ITEM.\n- FeedItem feed_item = 9 [(google.api.field_behavior) = OUTPUT_ONLY];\n-\n- // Output only. Set if change_resource_type == CAMPAIGN_FEED.\n- CampaignFeed campaign_feed = 10 [(google.api.field_behavior) = OUTPUT_ONLY];\n-\n- // Output only. Set if change_resource_type == AD_GROUP_FEED.\n- AdGroupFeed ad_group_feed = 11 [(google.api.field_behavior) = OUTPUT_ONLY];\n-\n // Output only. Set if change_resource_type == AD_GROUP_AD.\n AdGroupAd ad_group_ad = 12 [(google.api.field_behavior) = OUTPUT_ONLY];\n\n@@ -196,20 +180,6 @@\n }\n ];\n\n- // Output only. The Feed affected by this change.\n- string feed = 13 [\n- (google.api.field_behavior) = OUTPUT_ONLY,\n- (google.api.resource_reference) = { type: \"googleads.googleapis.com/Feed\" }\n- ];\n-\n- // Output only. The FeedItem affected by this change.\n- string feed_item = 14 [\n- (google.api.field_behavior) = OUTPUT_ONLY,\n- (google.api.resource_reference) = {\n- type: \"googleads.googleapis.com/FeedItem\"\n- }\n- ];\n-\n // Output only. The Asset affected by this change.\n string asset = 20 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n```"]]