Class ListTriggerExecutionsResponse.Builder
java.lang.Object
com.google.genai.gaos.models.operations.async.ListTriggerExecutionsResponse.Builder
- Enclosing class:
- ListTriggerExecutionsResponse
-
Method Summary
Modifier and TypeMethodDescriptionbuild()contentType(String contentType) HTTP response content type for this operationlistTriggerExecutionsResponse(ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operationrawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingstatusCode(int statusCode) HTTP response status code for this operation
-
Method Details
-
contentType
HTTP response content type for this operation -
statusCode
HTTP response status code for this operation -
rawResponse
public ListTriggerExecutionsResponse.Builder rawResponse(@Nonnull HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsing -
listTriggerExecutionsResponse
public ListTriggerExecutionsResponse.Builder listTriggerExecutionsResponse(@Nullable ListTriggerExecutionsResponse listTriggerExecutionsResponse) Successful operation -
build
-