Interface ScanRunWarningTraceOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ScanRunWarningTrace.Code getCode()
      Indicates the warning code.
      int getCodeValue()
      Indicates the warning code.
      • 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

      • getCodeValue

        int getCodeValue()
         Indicates the warning code.
         
        .google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code code = 1;
        Returns:
        The enum numeric value on the wire for code.
      • getCode

        ScanRunWarningTrace.Code getCode()
         Indicates the warning code.
         
        .google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code code = 1;
        Returns:
        The code.