Send feedback
Class Precondition (3.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.2.0 keyboard_arrow_down
public final class Precondition
Preconditions that can be used to restrict update() calls.
Inheritance
Object >
Precondition
Static Fields
NONE
public static final Precondition NONE
An empty Precondition that adds no enforcements
Field Value
Static Methods
updatedAt(Timestamp updateTime)
public static Precondition updatedAt ( Timestamp updateTime )
Creates a Precondition that enforces that the existing document was written at the specified
time.
Parameter
Name Description updateTime com.google.cloud.Timestamp
The write time to enforce on the existing document.
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Returns true if this Precondition is equal to the provided object.
Parameter
Name Description obj Object
The object to compare against.
Returns
Type Description boolean Whether this Precondition is equal to the provided object.
Overrides
hashCode()
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]