Uses of Class
com.google.api.generator.gapic.model.GapicLroRetrySettings
-
Packages that use GapicLroRetrySettings Package Description com.google.api.generator.gapic.model com.google.api.generator.gapic.protoparser -
-
Uses of GapicLroRetrySettings in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return GapicLroRetrySettings Modifier and Type Method Description abstract GapicLroRetrySettingsGapicLroRetrySettings.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type GapicLroRetrySettings Modifier and Type Method Description Optional<GapicLroRetrySettings>GapicServiceConfig. getLroRetrySetting(Service service, Method method)Method parameters in com.google.api.generator.gapic.model with type arguments of type GapicLroRetrySettings Modifier and Type Method Description voidGapicServiceConfig. setLroRetrySettings(Optional<List<GapicLroRetrySettings>> lroRetrySettingsOpt) -
Uses of GapicLroRetrySettings in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return types with arguments of type GapicLroRetrySettings Modifier and Type Method Description static Optional<List<GapicLroRetrySettings>>GapicLroRetrySettingsParser. parse(Optional<String> gapicYamlConfigFilePathOpt)
-