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.IdCaseRepoId.IdCase. forNumber(int value)RepoId.IdCaseRepoId.Builder. getIdCase()RepoId.IdCaseRepoId. getIdCase()RepoId.IdCaseRepoIdOrBuilder. getIdCase()static RepoId.IdCaseRepoId.IdCase. valueOf(int value)Deprecated.static RepoId.IdCaseRepoId.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.
-