Class TriggerUpdate
java.lang.Object
com.google.genai.gaos.models.triggers.TriggerUpdate
TriggerUpdate
Represents the fields of a Trigger that can be updated.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TriggerUpdate.Builderbuilder()Optional.booleaninthashCode()status()Optional.toString()withDisplayName(String displayName) Optional.withStatus(TriggerUpdateStatus status) Optional.
-
Constructor Details
-
TriggerUpdate
-
TriggerUpdate
public TriggerUpdate()
-
-
Method Details
-
displayName
Optional. The display name of the trigger. -
status
Optional. The status of the trigger. -
builder
-
withDisplayName
Optional. The display name of the trigger. -
withStatus
Optional. The status of the trigger. -
equals
-
hashCode
public int hashCode() -
toString
-