Searched defs:mixinServices (Results 1 – 2 of 2) sorted by relevance
44 public abstract ImmutableList<Service> mixinServices(); in mixinServices() method in GapicContext98 public abstract Builder setMixinServices(List<Service> mixinServices); in setMixinServices()
158 List<Service> mixinServices = new ArrayList<>(); in parse() local