Uses of Class
io.grafeas.v1beta1.source.RepoId.IdCase
-
Packages that use RepoId.IdCase Package Description io.grafeas.v1beta1.source -
-
Uses of RepoId.IdCase in io.grafeas.v1beta1.source
Methods in io.grafeas.v1beta1.source that return RepoId.IdCase Modifier and Type Method Description static RepoId.IdCase
RepoId.IdCase. forNumber(int value)
RepoId.IdCase
RepoId.Builder. getIdCase()
RepoId.IdCase
RepoId. getIdCase()
RepoId.IdCase
RepoIdOrBuilder. getIdCase()
static RepoId.IdCase
RepoId.IdCase. valueOf(int value)
Deprecated.static RepoId.IdCase
RepoId.IdCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RepoId.IdCase[]
RepoId.IdCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-