Uses of Class
com.google.genai.gaos.models.operations.async.UpdateCredentialResponse
Packages that use UpdateCredentialResponse
Package
Description
-
Uses of UpdateCredentialResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return types with arguments of type UpdateCredentialResponseModifier and TypeMethodDescriptionAsyncCredentials.update(String id, CredentialUpdate body) Updates a credential.AsyncCredentials.update(String apiVersion, String id, String updateMask, CredentialUpdate body, Options options) Updates a credential. -
Uses of UpdateCredentialResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return UpdateCredentialResponseModifier and TypeMethodDescriptionUpdateCredentialResponse.Builder.build()UpdateCredentialResponse.withContentType(String contentType) HTTP response content type for this operationUpdateCredentialResponse.withCredential(Credential credential) Successful operationUpdateCredentialResponse.withRawResponse(HttpResponse<InputStream> rawResponse) Raw HTTP response; suitable for custom response parsingUpdateCredentialResponse.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 UpdateCredentialResponseModifier and TypeMethodDescriptionUpdateCredentialRequestBuilder.call()Executes the request and returns the response. -
Uses of UpdateCredentialResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return UpdateCredentialResponseModifier and TypeMethodDescriptionUpdateCredential.Async.handleResponse(HttpResponse<InputStream> response)