Uses of Class
com.google.api.server.spi.SystemService.EndpointNode
-
Packages that use SystemService.EndpointNode Package Description com.google.api.server.spi -
-
Uses of SystemService.EndpointNode in com.google.api.server.spi
Methods in com.google.api.server.spi that return SystemService.EndpointNode Modifier and Type Method Description <T> SystemService.EndpointNodeSystemService. updateEndpointConfig(T endpoint, ApiConfig newConfig, SystemService.EndpointNode oldNode)Methods in com.google.api.server.spi that return types with arguments of type SystemService.EndpointNode Modifier and Type Method Description com.google.common.collect.ImmutableList<SystemService.EndpointNode>SystemService. getEndpoints()Methods in com.google.api.server.spi with parameters of type SystemService.EndpointNode Modifier and Type Method Description <T> SystemService.EndpointNodeSystemService. updateEndpointConfig(T endpoint, ApiConfig newConfig, SystemService.EndpointNode oldNode)
-