Interface DiscoveryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Discovery, Discovery.Builder

    public interface DiscoveryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NoteKind getAnalysisKind()
      Required.
      int getAnalysisKindValue()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAnalysisKindValue

        int getAnalysisKindValue()
         Required. Immutable. The kind of analysis that is handled by this
         discovery.
         
        .grafeas.v1beta1.NoteKind analysis_kind = 1;
        Returns:
        The enum numeric value on the wire for analysisKind.
      • getAnalysisKind

        NoteKind getAnalysisKind()
         Required. Immutable. The kind of analysis that is handled by this
         discovery.
         
        .grafeas.v1beta1.NoteKind analysis_kind = 1;
        Returns:
        The analysisKind.