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.Kind
AliasContext.Kind. forNumber(int value)
AliasContext.Kind
AliasContext.Builder. getKind()
The alias kind.AliasContext.Kind
AliasContext. getKind()
The alias kind.AliasContext.Kind
AliasContextOrBuilder. getKind()
The alias kind.static AliasContext.Kind
AliasContext.Kind. valueOf(int value)
Deprecated.static AliasContext.Kind
AliasContext.Kind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AliasContext.Kind
AliasContext.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.Builder
AliasContext.Builder. setKind(AliasContext.Kind value)
The alias kind.
-