Uses of Class
com.gpudb.protocol.ShowContainerRegistryResponse
-
Packages that use ShowContainerRegistryResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowContainerRegistryResponse in com.gpudb
Methods in com.gpudb that return ShowContainerRegistryResponse Modifier and Type Method Description ShowContainerRegistryResponseGPUdb. showContainerRegistry(ShowContainerRegistryRequest request)ShowContainerRegistryResponseGPUdb. showContainerRegistry(String registryName, Map<String,String> options) -
Uses of ShowContainerRegistryResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowContainerRegistryResponse Modifier and Type Method Description ShowContainerRegistryResponseShowContainerRegistryResponse. setCredentialList(List<String> credentialList)ShowContainerRegistryResponseShowContainerRegistryResponse. setEntityIds(List<Integer> entityIds)ShowContainerRegistryResponseShowContainerRegistryResponse. setInfo(Map<String,String> info)ShowContainerRegistryResponseShowContainerRegistryResponse. setRegistryName(String registryName)ShowContainerRegistryResponseShowContainerRegistryResponse. setRegistryNames(List<String> registryNames)ShowContainerRegistryResponseShowContainerRegistryResponse. setUriList(List<String> uriList)
-