Uses of Class
com.google.api.generator.gapic.model.GapicLanguageSettings
-
Packages that use GapicLanguageSettings Package Description com.google.api.generator.gapic.model com.google.api.generator.gapic.protoparser -
-
Uses of GapicLanguageSettings in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return GapicLanguageSettings Modifier and Type Method Description abstract GapicLanguageSettingsGapicLanguageSettings.Builder. build()Methods in com.google.api.generator.gapic.model that return types with arguments of type GapicLanguageSettings Modifier and Type Method Description Optional<GapicLanguageSettings>GapicServiceConfig. getLanguageSettingsOpt()Method parameters in com.google.api.generator.gapic.model with type arguments of type GapicLanguageSettings Modifier and Type Method Description voidGapicServiceConfig. setLanguageSettings(Optional<GapicLanguageSettings> languageSettingsOpt) -
Uses of GapicLanguageSettings in com.google.api.generator.gapic.protoparser
Methods in com.google.api.generator.gapic.protoparser that return types with arguments of type GapicLanguageSettings Modifier and Type Method Description static Optional<GapicLanguageSettings>GapicLanguageSettingsParser. parse(Optional<String> gapicYamlConfigFilePathOpt)
-