SharedSetOperation

共有セットに対する単一のオペレーション(作成、更新、削除)。

JSON 表現
{
  "updateMask": string,

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

string (FieldMask format)

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

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

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

object (SharedSet)

作成オペレーション: 新しい共有セットにリソース名は必要ありません。

update

object (SharedSet)

更新オペレーション: 共有セットには有効なリソース名が必要です。

remove

string

削除オペレーション: 次の形式で、削除された共有設定のリソース名が必要です。

customers/{customerId}/sharedSets/{shared_set_id}