Uses of Class
com.google.genai.gaos.models.operations.UpdateCredentialResponse
Packages that use UpdateCredentialResponse
Package
Description
-
Uses of UpdateCredentialResponse in com.google.genai.gaos
Methods in com.google.genai.gaos that return UpdateCredentialResponseModifier and TypeMethodDescriptionCredentials.update(String id, CredentialUpdate body) Updates a credential.Credentials.update(String apiVersion, String id, String updateMask, CredentialUpdate body, Options options) Updates a credential. -
Uses of UpdateCredentialResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return UpdateCredentialResponseModifier and TypeMethodDescriptionUpdateCredentialResponse.Builder.build()UpdateCredentialRequestBuilder.call()Executes the request and returns the response.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 operation -
Uses of UpdateCredentialResponse in com.google.genai.gaos.operations
Methods in com.google.genai.gaos.operations that return UpdateCredentialResponseModifier and TypeMethodDescriptionUpdateCredential.Sync.handleResponse(HttpResponse<InputStream> response)