Uses of Class
io.grafeas.v1beta1.provenance.Hash.HashType
-
Packages that use Hash.HashType Package Description io.grafeas.v1beta1.provenance -
-
Uses of Hash.HashType in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return Hash.HashType Modifier and Type Method Description static Hash.HashType
Hash.HashType. forNumber(int value)
Hash.HashType
Hash.Builder. getType()
Required.Hash.HashType
Hash. getType()
Required.Hash.HashType
HashOrBuilder. getType()
Required.static Hash.HashType
Hash.HashType. valueOf(int value)
Deprecated.static Hash.HashType
Hash.HashType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Hash.HashType
Hash.HashType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Hash.HashType[]
Hash.HashType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grafeas.v1beta1.provenance that return types with arguments of type Hash.HashType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Hash.HashType>
Hash.HashType. internalGetValueMap()
Methods in io.grafeas.v1beta1.provenance with parameters of type Hash.HashType Modifier and Type Method Description Hash.Builder
Hash.Builder. setType(Hash.HashType value)
Required.
-