Interface AdviceOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.
    com.google.protobuf.ByteString
    Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks.

    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 Details

    • getDescription

      String getDescription()
       Useful description for why this advice was applied and what actions should
       be taken to mitigate any implied risks.
       
      string description = 2;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Useful description for why this advice was applied and what actions should
       be taken to mitigate any implied risks.
       
      string description = 2;
      Returns:
      The bytes for description.