Precondition

조건부 작업에 사용되는 문서의 전제조건입니다.

JSON 표현
{

  // Union field condition_type can be only one of the following:
  "exists": boolean,
  "updateTime": string
  // End of list of possible types for union field condition_type.
}
입력란
통합 필드 condition_type. 전제조건 유형입니다. condition_type은 다음 중 하나여야 합니다.
exists

boolean

true로 설정하면 대상 문서가 있어야 합니다. false로 설정하면 대상 문서가 존재하지 않아야 합니다.

updateTime

string (Timestamp format)

설정된 경우 대상 문서가 존재해야 하며 해당 시점에 최종 업데이트된 상태여야 합니다. 타임스탬프는 마이크로초로 정렬되어야 합니다.

RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"입니다.