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