Uses of Class
io.grafeas.v1beta1.common.NoteKind
-
Packages that use NoteKind Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.common io.grafeas.v1beta1.discovery -
-
Uses of NoteKind in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return NoteKind Modifier and Type Method Description NoteKindNote.Builder. getKind()Output only.NoteKindNote. getKind()Output only.NoteKindNoteOrBuilder. getKind()Output only.NoteKindOccurrence.Builder. getKind()Output only.NoteKindOccurrence. getKind()Output only.NoteKindOccurrenceOrBuilder. getKind()Output only.Methods in io.grafeas.v1beta1 with parameters of type NoteKind Modifier and Type Method Description Note.BuilderNote.Builder. setKind(NoteKind value)Output only.Occurrence.BuilderOccurrence.Builder. setKind(NoteKind value)Output only. -
Uses of NoteKind in io.grafeas.v1beta1.common
Methods in io.grafeas.v1beta1.common that return NoteKind Modifier and Type Method Description static NoteKindNoteKind. forNumber(int value)static NoteKindNoteKind. valueOf(int value)Deprecated.static NoteKindNoteKind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NoteKindNoteKind. valueOf(String name)Returns the enum constant of this type with the specified name.static NoteKind[]NoteKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grafeas.v1beta1.common that return types with arguments of type NoteKind Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NoteKind>NoteKind. internalGetValueMap() -
Uses of NoteKind in io.grafeas.v1beta1.discovery
Methods in io.grafeas.v1beta1.discovery that return NoteKind Modifier and Type Method Description NoteKindDiscovery.Builder. getAnalysisKind()Required.NoteKindDiscovery. getAnalysisKind()Required.NoteKindDiscoveryOrBuilder. getAnalysisKind()Required.Methods in io.grafeas.v1beta1.discovery with parameters of type NoteKind Modifier and Type Method Description Discovery.BuilderDiscovery.Builder. setAnalysisKind(NoteKind value)Required.
-