AssetGroupListingGroupFilterOperation

アセット グループのリスティング グループのフィルタに対する 1 つの操作(作成、削除)です。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (AssetGroupListingGroupFilter)
  },
  "update": {
    object (AssetGroupListingGroupFilter)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (AssetGroupListingGroupFilter)

作成オペレーション: 新しいアセット グループのリスティング グループ フィルタにリソース名は必要ありません。

update

object (AssetGroupListingGroupFilter)

更新オペレーション: アセット グループのリスティング グループ フィルタには有効なリソース名が必要です。

remove

string

削除オペレーション: 削除されたアセット グループのリスティング グループ フィルタのリソース名は、customers/{customerId}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id} の形式で指定してください。他の parent_listing_group_id によって参照されていないエンティティのみを削除できます。複数のエンティティを削除する場合、ミューテーションが正しい順序になっている必要があります。