Searched defs:serviceConfigOpt (Results 1 – 4 of 4) sorted by relevance
78 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in paramDefinitionsBlock_noConfigsFound() local106 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in paramDefinitionsBlock_basic() local156 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in codesDefinitionsBlock_noConfigsFound() local192 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in codesDefinitionsBlock_basic() local231 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in simpleBuilderExpr_basic() local312 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in lroBuilderExpr() local
51 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in serviceConfig_noConfigsFound() local79 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in serviceConfig_basic() local148 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in serviceConfig_withBatchingSettings() local221 Optional<GapicServiceConfig> serviceConfigOpt = ServiceConfigParser.parse(jsonPath.toString()); in serviceConfig_withLroRetrySettings() local
126 Optional<GapicServiceConfig> serviceConfigOpt = in parse() local230 Optional<GapicServiceConfig> serviceConfigOpt, in parseServices()419 Optional<GapicServiceConfig> serviceConfigOpt, in parseService()678 Optional<GapicServiceConfig> serviceConfigOpt, in parseMethods()
58 public static GapicServiceConfig create(Optional<ServiceConfig> serviceConfigOpt) { in create()