대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
State
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
버전이 취할 수 있는 상태를 나타내는 enum입니다. 이 enum은 아직 고정되지 않았으며 값이 나중에 추가될 수 있습니다.
열거형 |
STATE_UNSPECIFIED |
State의 기본값입니다. |
CREATION_IN_PROGRESS |
버전 생성이 진행 중입니다. |
CREATION_FAILED |
버전을 만들 수 없습니다. |
CREATED |
버전이 생성되었습니다. |
REVIEW_IN_PROGRESS |
버전이 정책 검토 (승인) 중입니다. |
APPROVED |
버전이 정책 검토를 받도록 승인되었으며 배포할 수 있습니다. |
CONDITIONALLY_APPROVED |
버전이 조건부로 승인되었지만 최종 검토 대기 중입니다. 최종 검토가 거부되면 롤백될 수 있습니다. |
DENIED |
정책 검토를 위해 버전이 거부되었습니다. |
UNDER_TAKEDOWN |
버전은 전체 에이전트로 게시 중단되고 모든 버전은 게시 중단됩니다. |
DELETED |
버전이 삭제되었습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eDefines the different states a Version can go through, such as creation, review, approval, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eThis enum is subject to change and may include additional states in the future.\u003c/p\u003e\n"],["\u003cp\u003eVersions can be in progress, fail creation, be successfully created, under review, approved, conditionally approved, denied, under takedown, or deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe default state is \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# State\n\nEnum indicating the states that a Version can take. This enum is not yet frozen and values maybe added later.\n\n| Enums ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value of State. |\n| `CREATION_IN_PROGRESS` | The version creation is in progress. |\n| `CREATION_FAILED` | The version creation failed. |\n| `CREATED` | The version has been successfully created. |\n| `REVIEW_IN_PROGRESS` | The version is under policy review (aka Approval). |\n| `APPROVED` | The version has been approved for policy review and can be deployed. |\n| `CONDITIONALLY_APPROVED` | The version has been conditionally approved but is pending final review. It may be rolled back if final review is denied. |\n| `DENIED` | The version has been denied for policy review. |\n| `UNDER_TAKEDOWN` | The version is taken down as entire agent and all versions are taken down. |\n| `DELETED` | The version has been deleted. |"]]