Uses of Class
io.grafeas.v1beta1.source.AliasContext.Kind
-
Packages that use AliasContext.Kind Package Description io.grafeas.v1beta1.source -
-
Uses of AliasContext.Kind in io.grafeas.v1beta1.source
Methods in io.grafeas.v1beta1.source 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 io.grafeas.v1beta1.source 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 io.grafeas.v1beta1.source with parameters of type AliasContext.Kind Modifier and Type Method Description AliasContext.BuilderAliasContext.Builder. setKind(AliasContext.Kind value)The alias kind.
-