Class RotateSigningSecretRequest
java.lang.Object
com.google.genai.gaos.models.webhooks.RotateSigningSecretRequest
RotateSigningSecretRequest
Request message for WebhookService.RotateSigningSecret.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()Optional.toString()withRevocationBehavior(RevocationBehavior revocationBehavior) Optional.
-
Constructor Details
-
RotateSigningSecretRequest
-
RotateSigningSecretRequest
public RotateSigningSecretRequest()
-
-
Method Details
-
revocationBehavior
Optional. The revocation behavior for previous signing secrets. -
builder
-
withRevocationBehavior
public RotateSigningSecretRequest withRevocationBehavior(@Nullable RevocationBehavior revocationBehavior) Optional. The revocation behavior for previous signing secrets. -
equals
-
hashCode
public int hashCode() -
toString
-