AssetGroupListingGroupFilterOperation

애셋 그룹 등록정보 그룹 필터에 대한 단일 작업 (만들기, 삭제)입니다.

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는 mut 작업. operation은 다음 중 하나여야 합니다.
create

object (AssetGroupListingGroupFilter)

만들기 작업: 새 애셋 그룹 등록정보 그룹 필터에 대한 리소스 이름이 없습니다.

update

object (AssetGroupListingGroupFilter)

업데이트 작업: 애셋 그룹 등록정보 그룹 필터에 유효한 리소스 이름이 있어야 합니다.

remove

string

삭제 작업: 삭제된 애셋 그룹 등록정보 그룹 필터의 리소스 이름은 customers/{customerId}/assetGroupListingGroupFilters/{asset_group_id}~{listing_group_filter_id} 형식이어야 합니다. 다른 parent_listing_group_id에서 참조하지 않는 항목만 삭제할 수 있습니다. 여러 항목이 삭제되는 경우 PCollection이 올바른 순서로 되어 있어야 합니다.