Interface DataRiskLevelOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataRiskLevel.DataRiskLevelScore getScore()
      The score applied to the resource.
      int getScoreValue()
      The score applied to the resource.
      • 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

      • getScoreValue

        int getScoreValue()
         The score applied to the resource.
         
        .google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;
        Returns:
        The enum numeric value on the wire for score.
      • getScore

        DataRiskLevel.DataRiskLevelScore getScore()
         The score applied to the resource.
         
        .google.privacy.dlp.v2.DataRiskLevel.DataRiskLevelScore score = 1;
        Returns:
        The score.