Class ListTriggersResponse
java.lang.Object
com.google.genai.gaos.models.operations.async.ListTriggersResponse
- All Implemented Interfaces:
AsyncResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListTriggersResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse) ListTriggersResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, ListTriggersResponse listTriggersResponse) -
Method Summary
Modifier and TypeMethodDescriptionstatic ListTriggersResponse.Builderbuilder()HTTP response content type for this operationbooleaninthashCode()Successful operationRaw HTTP response; suitable for custom response parsingintHTTP response status code for this operationtoString()withContentType(String contentType) HTTP response content type for this operationwithListTriggersResponse(ListTriggersResponse listTriggersResponse) Successful operationwithRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingwithStatusCode(int statusCode) HTTP response status code for this operation
-
Constructor Details
-
ListTriggersResponse
public ListTriggersResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse, @Nullable ListTriggersResponse listTriggersResponse) -
ListTriggersResponse
public ListTriggersResponse(@Nonnull String contentType, int statusCode, @Nonnull HttpResponse<InputStream> rawResponse)
-
-
Method Details
-
contentType
HTTP response content type for this operation- Specified by:
contentTypein interfaceAsyncResponse
-
statusCode
public int statusCode()HTTP response status code for this operation- Specified by:
statusCodein interfaceAsyncResponse
-
rawResponse
Raw HTTP response; suitable for custom response parsing- Specified by:
rawResponsein interfaceAsyncResponse
-
listTriggersResponse
Successful operation -
builder
-
withContentType
HTTP response content type for this operation -
withStatusCode
HTTP response status code for this operation -
withRawResponse
Raw HTTP response; suitable for custom response parsing -
withListTriggersResponse
public ListTriggersResponse withListTriggersResponse(@Nullable ListTriggersResponse listTriggersResponse) Successful operation -
equals
-
hashCode
public int hashCode() -
toString
-