Interface InspectContentResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      InspectResult getResult()
      The findings.
      InspectResultOrBuilder getResultOrBuilder()
      The findings.
      boolean hasResult()
      The findings.
      • 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

      • hasResult

        boolean hasResult()
         The findings.
         
        .google.privacy.dlp.v2.InspectResult result = 1;
        Returns:
        Whether the result field is set.
      • getResult

        InspectResult getResult()
         The findings.
         
        .google.privacy.dlp.v2.InspectResult result = 1;
        Returns:
        The result.
      • getResultOrBuilder

        InspectResultOrBuilder getResultOrBuilder()
         The findings.
         
        .google.privacy.dlp.v2.InspectResult result = 1;