[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-08-21 (שעון UTC)."],[],[],null,["# /resources/change_status.proto\n\n```python\n--- v20/resources/change_status.proto 2025-06-04 18:55:28.000000000 +0000\n+++ v21/resources/change_status.proto 2025-08-05 14:28:35.000000000 +0000\n@@ -1,187 +1,203 @@\n // Copyright 2025 Google LLC\n //\n // Licensed under the Apache License, Version 2.0 (the \"License\");\n // you may not use this file except in compliance with the License.\n // You may obtain a copy of the License at\n //\n // http://www.apache.org/licenses/LICENSE-2.0\n //\n // Unless required by applicable law or agreed to in writing, software\n // distributed under the License is distributed on an \"AS IS\" BASIS,\n // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n // See the License for the specific language governing permissions and\n // limitations under the License.\n\n syntax = \"proto3\";\n\n-package google.ads.googleads.v20.resources;\n+package google.ads.googleads.v21.resources;\n\n-import \"google/ads/googleads/v20/enums/change_status_operation.proto\";\n-import \"google/ads/googleads/v20/enums/change_status_resource_type.proto\";\n+import \"google/ads/googleads/v21/enums/change_status_operation.proto\";\n+import \"google/ads/googleads/v21/enums/change_status_resource_type.proto\";\n import \"google/api/field_behavior.proto\";\n import \"google/api/resource.proto\";\n\n-option csharp_namespace = \"Google.Ads.GoogleAds.V20.Resources\";\n-option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v20/resources;resources\";\n+option csharp_namespace = \"Google.Ads.GoogleAds.V21.Resources\";\n+option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v21/resources;resources\";\n option java_multiple_files = true;\n option java_outer_classname = \"ChangeStatusProto\";\n-option java_package = \"com.google.ads.googleads.v20.resources\";\n+option java_package = \"com.google.ads.googleads.v21.resources\";\n option objc_class_prefix = \"GAA\";\n-option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V20\\\\Resources\";\n-option ruby_package = \"Google::Ads::GoogleAds::V20::Resources\";\n+option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V21\\\\Resources\";\n+option ruby_package = \"Google::Ads::GoogleAds::V21::Resources\";\n\n // Proto file describing the Change Status resource.\n\n // Describes the status of returned resource. ChangeStatus could have up to 3\n // minutes delay to reflect a new change.\n message ChangeStatus {\n option (google.api.resource) = {\n type: \"googleads.googleapis.com/ChangeStatus\"\n pattern: \"customers/{customer_id}/changeStatus/{change_status_id}\"\n };\n\n // Output only. The resource name of the change status.\n // Change status resource names have the form:\n //\n // `customers/{customer_id}/changeStatus/{change_status_id}`\n string resource_name = 1 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/ChangeStatus\"\n }\n ];\n\n // Output only. Time at which the most recent change has occurred on this\n // resource.\n optional string last_change_date_time = 24\n [(google.api.field_behavior) = OUTPUT_ONLY];\n\n // Output only. Represents the type of the changed resource. This dictates\n // what fields will be set. For example, for AD_GROUP, campaign and ad_group\n // fields will be set.\n- google.ads.googleads.v20.enums.ChangeStatusResourceTypeEnum\n+ google.ads.googleads.v21.enums.ChangeStatusResourceTypeEnum\n .ChangeStatusResourceType resource_type = 4\n [(google.api.field_behavior) = OUTPUT_ONLY];\n\n // Output only. The Campaign affected by this change.\n optional string campaign = 17 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/Campaign\"\n }\n ];\n\n // Output only. The AdGroup affected by this change.\n optional string ad_group = 18 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AdGroup\"\n }\n ];\n\n // Output only. Represents the status of the changed resource.\n- google.ads.googleads.v20.enums.ChangeStatusOperationEnum.ChangeStatusOperation\n+ google.ads.googleads.v21.enums.ChangeStatusOperationEnum.ChangeStatusOperation\n resource_status = 8 [(google.api.field_behavior) = OUTPUT_ONLY];\n\n // Output only. The AdGroupAd affected by this change.\n optional string ad_group_ad = 25 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AdGroupAd\"\n }\n ];\n\n // Output only. The AdGroupCriterion affected by this change.\n optional string ad_group_criterion = 26 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AdGroupCriterion\"\n }\n ];\n\n // Output only. The CampaignCriterion affected by this change.\n optional string campaign_criterion = 27 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/CampaignCriterion\"\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 (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AdGroupBidModifier\"\n }\n ];\n\n // Output only. The SharedSet affected by this change.\n string shared_set = 33 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/SharedSet\"\n }\n ];\n\n // Output only. The CampaignSharedSet affected by this change.\n string campaign_shared_set = 34 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/CampaignSharedSet\"\n }\n ];\n\n // Output only. The Asset affected by this change.\n string asset = 35 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = { type: \"googleads.googleapis.com/Asset\" }\n ];\n\n // Output only. The CustomerAsset affected by this change.\n string customer_asset = 36 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/CustomerAsset\"\n }\n ];\n\n // Output only. The CampaignAsset affected by this change.\n string campaign_asset = 37 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/CampaignAsset\"\n }\n ];\n\n // Output only. The AdGroupAsset affected by this change.\n string ad_group_asset = 38 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AdGroupAsset\"\n }\n ];\n\n // Output only. The CombinedAudience affected by this change.\n string combined_audience = 40 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/CombinedAudience\"\n }\n ];\n\n // Output only. The AssetGroup affected by this change.\n string asset_group = 41 [\n (google.api.field_behavior) = OUTPUT_ONLY,\n (google.api.resource_reference) = {\n type: \"googleads.googleapis.com/AssetGroup\"\n }\n ];\n\n+ // Output only. The AssetSet affected by this change.\n+ string asset_set = 43 [\n+ (google.api.field_behavior) = OUTPUT_ONLY,\n+ (google.api.resource_reference) = {\n+ type: \"googleads.googleapis.com/AssetSet\"\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+ // Output only. The CampaignAssetSet affected by this change.\n+ string campaign_asset_set = 44 [\n+ (google.api.field_behavior) = OUTPUT_ONLY,\n+ (google.api.resource_reference) = {\n+ type: \"googleads.googleapis.com/CampaignAssetSet\"\n+ }\n+ ];\n }\n```"]]