Uses of Class
com.google.devtools.source.v1.AliasContext.Kind
-
Packages that use AliasContext.Kind Package Description com.google.devtools.source.v1 -
-
Uses of AliasContext.Kind in com.google.devtools.source.v1
Methods in com.google.devtools.source.v1 that return AliasContext.Kind Modifier and Type Method Description static AliasContext.KindAliasContext.Kind. forNumber(int value)AliasContext.KindAliasContext.Builder. getKind()The alias kind.AliasContext.KindAliasContext. getKind()The alias kind.AliasContext.KindAliasContextOrBuilder. getKind()The alias kind.static AliasContext.KindAliasContext.Kind. valueOf(int value)Deprecated.static AliasContext.KindAliasContext.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AliasContext.KindAliasContext.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasContext.Kind[]AliasContext.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.devtools.source.v1 that return types with arguments of type AliasContext.Kind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AliasContext.Kind>AliasContext.Kind. internalGetValueMap()Methods in com.google.devtools.source.v1 with parameters of type AliasContext.Kind Modifier and Type Method Description AliasContext.BuilderAliasContext.Builder. setKind(AliasContext.Kind value)The alias kind.
-