Uses of Class
com.google.api.generator.gapic.model.GapicRetrySettings.Kind
-
Packages that use GapicRetrySettings.Kind Package Description com.google.api.generator.gapic.model -
-
Uses of GapicRetrySettings.Kind in com.google.api.generator.gapic.model
Methods in com.google.api.generator.gapic.model that return GapicRetrySettings.Kind Modifier and Type Method Description abstract GapicRetrySettings.KindGapicRetrySettings. kind()static GapicRetrySettings.KindGapicRetrySettings.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static GapicRetrySettings.Kind[]GapicRetrySettings.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.generator.gapic.model with parameters of type GapicRetrySettings.Kind Modifier and Type Method Description abstract GapicRetrySettings.BuilderGapicRetrySettings.Builder. setKind(GapicRetrySettings.Kind kind)
-