Class WebhookState
java.lang.Object
com.google.genai.gaos.models.webhooks.WebhookState
WebhookState
Output only. The state of the webhook.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WebhookStatestatic final WebhookStatestatic final WebhookState -
Method Summary
-
Field Details
-
ENABLED
-
DISABLED
-
DISABLED_DUE_TO_FAILED_DELIVERIES
-
-
Method Details
-
of
Returns a WebhookState with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as WebhookState
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-