Class UpdateTriggerRequest
java.lang.Object
com.google.genai.gaos.models.operations.UpdateTriggerRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateTriggerRequest(String id, TriggerUpdate body) UpdateTriggerRequest(String apiVersion, String id, TriggerUpdate body) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.body()static UpdateTriggerRequest.Builderbuilder()booleaninthashCode()id()Resource name of the trigger.toString()withApiVersion(String apiVersion) Which version of the API to use.withBody(TriggerUpdate body) Resource name of the trigger.
-
Constructor Details
-
UpdateTriggerRequest
public UpdateTriggerRequest(@Nullable String apiVersion, @Nonnull String id, @Nonnull TriggerUpdate body) -
UpdateTriggerRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
id
Resource name of the trigger. -
body
-
builder
-
withApiVersion
Which version of the API to use. -
withId
Resource name of the trigger. -
withBody
-
equals
-
hashCode
public int hashCode() -
toString
-