Uses of Class
com.google.devtools.source.v1.RepoId.IdCase
-
Packages that use RepoId.IdCase Package Description com.google.devtools.source.v1 -
-
Uses of RepoId.IdCase in com.google.devtools.source.v1
Methods in com.google.devtools.source.v1 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.
-