Uses of Class
com.google.genai.gaos.models.credentials.CredentialListResponse
Packages that use CredentialListResponse
Package
Description
-
Uses of CredentialListResponse in com.google.genai.gaos.models.credentials
Methods in com.google.genai.gaos.models.credentials that return CredentialListResponseModifier and TypeMethodDescriptionCredentialListResponse.Builder.build()CredentialListResponse.withCredentials(List<Credential> credentials) CredentialListResponse.withNextPageToken(String nextPageToken) -
Uses of CredentialListResponse in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type CredentialListResponseModifier and TypeMethodDescriptionListCredentialsResponse.credentialListResponse()Successful operationMethods in com.google.genai.gaos.models.operations with parameters of type CredentialListResponseModifier and TypeMethodDescriptionListCredentialsResponse.Builder.credentialListResponse(CredentialListResponse credentialListResponse) Successful operationListCredentialsResponse.withCredentialListResponse(CredentialListResponse credentialListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations with parameters of type CredentialListResponseModifierConstructorDescriptionListCredentialsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, CredentialListResponse credentialListResponse) -
Uses of CredentialListResponse in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type CredentialListResponseModifier and TypeMethodDescriptionListCredentialsResponse.credentialListResponse()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type CredentialListResponseModifier and TypeMethodDescriptionListCredentialsResponse.Builder.credentialListResponse(CredentialListResponse credentialListResponse) Successful operationListCredentialsResponse.withCredentialListResponse(CredentialListResponse credentialListResponse) Successful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type CredentialListResponseModifierConstructorDescriptionListCredentialsResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, CredentialListResponse credentialListResponse)