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 NoteKind
Note.Builder. getKind()
Output only.NoteKind
Note. getKind()
Output only.NoteKind
NoteOrBuilder. getKind()
Output only.NoteKind
Occurrence.Builder. getKind()
Output only.NoteKind
Occurrence. getKind()
Output only.NoteKind
OccurrenceOrBuilder. getKind()
Output only.Methods in io.grafeas.v1beta1 with parameters of type NoteKind Modifier and Type Method Description Note.Builder
Note.Builder. setKind(NoteKind value)
Output only.Occurrence.Builder
Occurrence.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 NoteKind
NoteKind. forNumber(int value)
static NoteKind
NoteKind. valueOf(int value)
Deprecated.static NoteKind
NoteKind. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NoteKind
NoteKind. 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 NoteKind
Discovery.Builder. getAnalysisKind()
Required.NoteKind
Discovery. getAnalysisKind()
Required.NoteKind
DiscoveryOrBuilder. getAnalysisKind()
Required.Methods in io.grafeas.v1beta1.discovery with parameters of type NoteKind Modifier and Type Method Description Discovery.Builder
Discovery.Builder. setAnalysisKind(NoteKind value)
Required.
-