Class ListTriggerExecutionsRequest
java.lang.Object
com.google.genai.gaos.models.operations.ListTriggerExecutionsRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListTriggerExecutionsRequest(String triggerId) ListTriggerExecutionsRequest(String apiVersion, String triggerId, Long pageSize, String pageToken) -
Method Summary
Modifier and TypeMethodDescriptionWhich version of the API to use.builder()booleaninthashCode()pageSize()Optional.Optional.toString()Resource name of the trigger.withApiVersion(String apiVersion) Which version of the API to use.withPageSize(Long pageSize) Optional.withPageToken(String pageToken) Optional.withTriggerId(String triggerId) Resource name of the trigger.
-
Constructor Details
-
ListTriggerExecutionsRequest
-
ListTriggerExecutionsRequest
-
-
Method Details
-
apiVersion
Which version of the API to use. -
triggerId
Resource name of the trigger. -
pageSize
Optional. The maximum number of executions to return per page. -
pageToken
Optional. A page token from a previous ListTriggerExecutions call. -
builder
-
withApiVersion
Which version of the API to use. -
withTriggerId
Resource name of the trigger. -
withPageSize
Optional. The maximum number of executions to return per page. -
withPageToken
Optional. A page token from a previous ListTriggerExecutions call. -
equals
-
hashCode
public int hashCode() -
toString
-