REST Resource: properties.dataStreams.eventEditRules
리소스: EventEditRule
이벤트 수정 규칙은 소스 이벤트의 일치 기준에 따라 완전히 새로운 이벤트 생성을 트리거하는 조건을 정의합니다. 소스 이벤트의 매개변수에 대한 추가 변형을 정의할 수 있습니다.
이벤트 생성 규칙과 달리 이벤트 수정 규칙은 정의된 순서대로 적용됩니다.
이벤트 수정 규칙은 이벤트 생성 규칙에서 생성된 이벤트를 수정하는 데 사용할 수 없습니다.
JSON 표현 |
{
"name": string,
"displayName": string,
"eventConditions": [
{
object (MatchingCondition )
}
],
"parameterMutations": [
{
object (ParameterMutation )
}
],
"processingOrder": string
} |
필드 |
name |
string
식별자. 이 EventEditRule 리소스의 리소스 이름입니다. Format: properties/{property}/dataStreams/{dataStream}/eventEditRules/{eventEditRule}
|
displayName |
string
필수 항목입니다. 이 이벤트 수정 규칙의 표시 이름입니다. 최대 255자(영문 기준)
|
eventConditions[] |
object (MatchingCondition )
필수 항목입니다. 이 규칙을 적용하려면 소스 이벤트의 조건이 일치해야 합니다. 조건이 하나 이상 있어야 하며 최대 10개까지 지정할 수 있습니다.
|
parameterMutations[] |
object (ParameterMutation )
필수 항목입니다. 매개변수 변형은 새 이벤트의 매개변수 동작을 정의하며 순서대로 적용됩니다. 최대 20개의 변형을 적용할 수 있습니다.
|
processingOrder |
string (int64 format)
출력 전용입니다. 이 규칙이 적용될 주문입니다. 이보다 낮은 순서 값을 가진 규칙은 이 규칙보다 먼저 처리되고, 이보다 높은 순서 값을 가진 규칙은 이 규칙보다 나중에 처리됩니다. 새 이벤트 수정 규칙은 주문이 끝날 때 주문 값이 할당됩니다. 이 값은 이벤트 생성 규칙에 적용되지 않습니다.
|
메서드 |
|
EventEditRule을 만듭니다. |
|
EventEditRule을 삭제합니다. |
|
단일 EventEditRule을 조회합니다. |
|
웹 데이터 스트림에 EventEditRules를 나열합니다. |
|
EventEditRule을 업데이트합니다. |
|
지정된 스트림에서 이벤트 수정 규칙의 처리 순서를 변경합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-14(UTC)
[null,null,["최종 업데이트: 2025-01-14(UTC)"],[[["An Event Edit Rule generates a new event based on matching criteria from a source event and allows for parameter modifications."],["Event Edit Rules are applied sequentially in their defined order, unlike Event Create rules."],["These rules cannot modify events originating from Event Create rules."],["Event Edit Rules include definable conditions, parameter mutations, and a processing order for execution."],["You can manage Event Edit Rules using methods like create, delete, get, list, patch, and reorder to control event processing."]]],["Event Edit Rules create new events based on source event criteria, with defined parameter mutations. Rules are applied sequentially based on `processingOrder`. Each rule has a `name`, `displayName`, `eventConditions`, and `parameterMutations`. Rules can be created, deleted, retrieved, listed, updated, and reordered. Matching conditions trigger the rule's application, with mutations modifying parameters. Up to 10 conditions and 20 mutations are allowed.\n"]]