--- v18/resources/change_status.proto 2025-08-05 14:36:07.000000000 +0000 +++ v19/resources/change_status.proto 2025-08-05 14:36:20.000000000 +0000 @@ -107,36 +107,6 @@ } ]; - // Output only. The Feed affected by this change. - optional string feed = 28 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { type: "googleads.googleapis.com/Feed" } - ]; - - // Output only. The FeedItem affected by this change. - optional string feed_item = 29 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { - type: "googleads.googleapis.com/FeedItem" - } - ]; - - // Output only. The AdGroupFeed affected by this change. - optional string ad_group_feed = 30 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { - type: "googleads.googleapis.com/AdGroupFeed" - } - ]; - - // Output only. The CampaignFeed affected by this change. - optional string campaign_feed = 31 [ - (google.api.field_behavior) = OUTPUT_ONLY, - (google.api.resource_reference) = { - type: "googleads.googleapis.com/CampaignFeed" - } - ]; - // Output only. The AdGroupBidModifier affected by this change. optional string ad_group_bid_modifier = 32 [ (google.api.field_behavior) = OUTPUT_ONLY, @@ -206,4 +176,12 @@ type: "googleads.googleapis.com/AssetGroup" } ]; + + // Output only. The CampaignBudget affected by this change. + string campaign_budget = 42 [ + (google.api.field_behavior) = OUTPUT_ONLY, + (google.api.resource_reference) = { + type: "googleads.googleapis.com/CampaignBudget" + } + ]; }
/resources/change_status.proto
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-21 UTC
[null,null,["อัปเดตล่าสุด 2025-08-21 UTC"],[],[],null,["# /resources/change_status.proto\n\n```diff\n--- v18/resources/change_status.proto 2025-08-05 14:36:07.000000000 +0000\n+++ v19/resources/change_status.proto 2025-08-05 14:36:20.000000000 +0000\n@@ -107,36 +107,6 @@\n }\n ];\n\n- // Output only. The Feed affected by this change.\n- optional string feed = 28 [\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- optional string feed_item = 29 [\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 AdGroupFeed affected by this change.\n- optional string ad_group_feed = 30 [\n- (google.api.field_behavior) = OUTPUT_ONLY,\n- (google.api.resource_reference) = {\n- type: \"googleads.googleapis.com/AdGroupFeed\"\n- }\n- ];\n-\n- // Output only. The CampaignFeed affected by this change.\n- optional string campaign_feed = 31 [\n- (google.api.field_behavior) = OUTPUT_ONLY,\n- (google.api.resource_reference) = {\n- type: \"googleads.googleapis.com/CampaignFeed\"\n- }\n- ];\n-\n // Output only. The AdGroupBidModifier affected by this change.\n optional string ad_group_bid_modifier = 32 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n@@ -206,4 +176,12 @@\n type: \"googleads.googleapis.com/AssetGroup\"\n }\n ];\n+\n+ // Output only. The CampaignBudget affected by this change.\n+ string campaign_budget = 42 [\n+ (google.api.field_behavior) = OUTPUT_ONLY,\n+ (google.api.resource_reference) = {\n+ type: \"googleads.googleapis.com/CampaignBudget\"\n+ }\n+ ];\n }\n```"]]