REST Resource: properties.dataStreams.eventEditRules
リソース: EventEditRule
イベント編集ルールでは、ソースイベントの一致条件に基づいて、まったく新しいイベントの作成をトリガーする条件を定義します。ソースイベントのパラメータの追加ミューテーションを定義できます。
イベント作成ルールとは異なり、イベント編集ルールは定義された順序で適用されます。
イベントの作成ルールから作成されたイベントを変更するために、イベントの編集ルールを使用できません。
JSON 表現 |
{
"name": string,
"displayName": string,
"eventConditions": [
{
object (MatchingCondition )
}
],
"parameterMutations": [
{
object (ParameterMutation )
}
],
"processingOrder": string
} |
フィールド |
name |
string
ID。この EventEditRule リソースのリソース名。Format: properties/{property}/dataStreams/{dataStream}/eventEditRules/{eventEditRule}
|
displayName |
string
必須。このイベント編集ルールの表示名。最大 255 文字まで入力できます。
|
eventConditions[] |
object (MatchingCondition )
必須。このルールを適用するには、ソースイベントの条件が一致している必要があります。少なくとも 1 つの条件が必要です。最大 10 個まで設定できます。
|
parameterMutations[] |
object (ParameterMutation )
必須。パラメータ ミューテーションは、新しいイベントのパラメータ動作を定義し、順番に適用されます。適用できるミューテーションは最大 20 個です。
|
processingOrder |
string (int64 format)
出力専用。このルールが適用される注文。この値より小さい注文値のルールは、このルールの前に処理され、この値より大きい注文値のルールは、このルールの後に処理されます。新しいイベント編集ルールには、注文の終了時に注文値が割り当てられます。 この値は、イベント作成ルールには適用されません。
|
メソッド |
|
EventEditRule を作成します。 |
|
EventEditRule を削除します。 |
|
単一の EventEditRule を検索します。 |
|
ウェブデータ ストリームの EventEditRules を一覧表示します。 |
|
EventEditRule を更新します。 |
|
指定したストリームのイベント編集ルールの処理順序を変更します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]