--- v17/resources/change_status.proto 2024-08-06 12:42:06.000000000 +0000
+++ v17-1/resources/change_status.proto 2024-08-06 12:42:16.000000000 +0000
@@ -198,4 +198,12 @@
type: "googleads.googleapis.com/CombinedAudience"
}
];
+
+ // Output only. The AssetGroup affected by this change.
+ string asset_group = 41 [
+ (google.api.field_behavior) = OUTPUT_ONLY,
+ (google.api.resource_reference) = {
+ type: "googleads.googleapis.com/AssetGroup"
+ }
+ ];
}
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["The update introduces a new `asset_group` field to the ChangeStatus resource."],["This `asset_group` field is output-only and provides a reference to the AssetGroup impacted by the change."],["It is of type string and uses the resource reference `googleads.googleapis.com/AssetGroup`."]]],[]]