Source: merlon/v1/config.proto (package merlon.v1)
サービス
ConfigService
| メソッド | リクエスト | レスポンス | 説明 |
|---|
ValidateConfig | merlon.v1.ValidateConfigRequest | merlon.v1.ValidateConfigResponse | — |
GetRuntimeConfigDigests | merlon.v1.GetRuntimeConfigDigestsRequest | merlon.v1.GetRuntimeConfigDigestsResponse | — |
メッセージ
GetRuntimeConfigDigestsRequest
フィールドはありません。
GetRuntimeConfigDigestsResponse
| フィールド | 型 | ラベル | 説明 |
|---|
digests | RuntimeConfigDigest | repeated | — |
RuntimeConfigDigest
| フィールド | 型 | ラベル | 説明 |
|---|
config_type | string | — | — |
sha256 | string | — | — |
ValidateConfigRequest
| フィールド | 型 | ラベル | 説明 |
|---|
config_type | string | — | "cdd_weights", "tm_scenarios", "screening_lists" |
yaml_content | string | — | — |
ValidateConfigResponse
| フィールド | 型 | ラベル | 説明 |
|---|
valid | bool | — | — |
errors | ValidationError | repeated | — |
ValidationError
| フィールド | 型 | ラベル | 説明 |
|---|
field | string | — | — |
message | string | — | — |