Uses of Class
com.google.genai.gaos.models.operations.async.CreateCredentialResponse
Packages that use CreateCredentialResponse
Package
Description
-
Uses of CreateCredentialResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type CreateCredentialResponseModifier and TypeMethodDescriptionAsyncCredentials.create(CredentialCreateParams body) Creates a credential.AsyncCredentials.create(String apiVersion, CredentialCreateParams body, Options options) Creates a credential. -
Uses of CreateCredentialResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return CreateCredentialResponseModifier and TypeMethodDescriptionCreateCredentialResponse.Builder.build()CreateCredentialResponse.withContentType(String contentType) HTTP response content type for this operationCreateCredentialResponse.withCredential(Credential credential) Successful operationCreateCredentialResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingCreateCredentialResponse.withStatusCode(int statusCode) HTTP response status code for this operationMethods in com.google.genai.gaos.models.operations.async that return types with arguments of type CreateCredentialResponseModifier and TypeMethodDescriptionCreateCredentialRequestBuilder.call()Executes the request and returns the response. -
Uses of CreateCredentialResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return CreateCredentialResponseModifier and TypeMethodDescriptionCreateCredential.Async.handleResponse(HttpResponse<InputStream> response)