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"입니다.