Class UpdateWebhookRequest
java.lang.Object
com.google.genai.gaos.models.operations.UpdateWebhookRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateWebhookRequest(String apiVersion, String id, String updateMask, WebhookUpdate body) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()Required.static UpdateWebhookRequest.Builderbuilder()booleaninthashCode()id()Required.toString()Optional.withApiVersion(String apiVersion) Which version of the API to use.withBody(WebhookUpdate body) Required.Required.withUpdateMask(String updateMask) Optional.
-
Constructor Details
-
UpdateWebhookRequest
public UpdateWebhookRequest(@Nullable String apiVersion, @Nonnull String id, @Nullable String updateMask, @Nullable WebhookUpdate body) -
UpdateWebhookRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Required. The ID of the webhook to update. -
updateMask
Optional. The list of fields to update. -
body
Required. The webhook to update. -
builder
-
withApiVersion
Which version of the API to use. -
withId
Required. The ID of the webhook to update. -
withUpdateMask
Optional. The list of fields to update. -
withBody
Required. The webhook to update. -
equals
-
hashCode
public int hashCode() -
toString
-