2025년 9월 8일부터 모든 새 광고 항목은 유럽연합 (EU) 정치 광고를 게재할지 여부를 선언해야 합니다. 선언을 제공하지 않는 Display & Video 360 API 및 SDF 업로드는 실패합니다. 통합을 업데이트하여 이 선언을 하는 방법에 대한 자세한 내용은
지원 중단 페이지를 참고하세요.
ComparisonOperator
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
COMPARISON_OPERATOR_UNSPECIFIED |
알 수 없는 연산자입니다. |
EQUAL |
값이 동일합니다. |
GREATER_THAN |
신호 값이 비교 값보다 큼 |
LESS_THAN |
신호 값이 두 번째 값보다 작습니다. |
GREATER_THAN_OR_EQUAL_TO |
신호 값이 두 번째 값보다 크거나 같습니다. |
LESS_THAN_OR_EQUAL_TO |
신호 값이 비교 값보다 작거나 같습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eSupported comparison operators include equal, greater than, less than, greater than or equal to, and less than or equal to.\u003c/p\u003e\n"],["\u003cp\u003eThese operators are used to compare values within data, allowing for filtering and conditional logic.\u003c/p\u003e\n"],["\u003cp\u003eEach operator is represented by a specific enum value for use in code and configurations.\u003c/p\u003e\n"],["\u003cp\u003eAn \u003ccode\u003eUNSPECIFIED\u003c/code\u003e enum exists for unknown or undefined comparison operations.\u003c/p\u003e\n"]]],["The provided content outlines six comparison operators. `COMPARISON_OPERATOR_UNSPECIFIED` indicates an unknown operator. `EQUAL` checks if values are identical. `GREATER_THAN` and `LESS_THAN` assess if a signal value is, respectively, larger or smaller than a comparison value. `GREATER_THAN_OR_EQUAL_TO` and `LESS_THAN_OR_EQUAL_TO` determine if the signal value is, respectively, larger or equal, or smaller or equal to the comparison value.\n"],null,["# ComparisonOperator\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\nAvailable comparison operators.\n\n| Enums ||\n|-----------------------------------|-------------------------------------------------------------|\n| `COMPARISON_OPERATOR_UNSPECIFIED` | Unknown operator. |\n| `EQUAL` | Values are equal. |\n| `GREATER_THAN` | Signal value is greater than the comparison value. |\n| `LESS_THAN` | Signal value is less than the second. |\n| `GREATER_THAN_OR_EQUAL_TO` | Signal value is greater than or equal to the second. |\n| `LESS_THAN_OR_EQUAL_TO` | Signal value is less than or equal to the comparison value. |"]]