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.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 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.Builder
AliasContext.Builder. setKind(AliasContext.Kind value)
The alias kind.
-