Class RunTriggerRequest
java.lang.Object
com.google.genai.gaos.models.operations.RunTriggerRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRunTriggerRequest(String triggerId) RunTriggerRequest(String apiVersion, String triggerId) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.static RunTriggerRequest.Builderbuilder()booleaninthashCode()toString()Resource name of the trigger.withApiVersion(String apiVersion) Which version of the API to use.withTriggerId(String triggerId) Resource name of the trigger.
-
Constructor Details
-
RunTriggerRequest
-
RunTriggerRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
triggerId
Resource name of the trigger. -
builder
-
withApiVersion
Which version of the API to use. -
withTriggerId
Resource name of the trigger. -
equals
-
hashCode
public int hashCode() -
toString
-