Interface ExportLogsPartialSuccessOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getErrorMessage()
      A developer-facing human-readable message in English.
      com.google.protobuf.ByteString getErrorMessageBytes()
      A developer-facing human-readable message in English.
      long getRejectedLogRecords()
      The number of rejected log records.
      • 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

      • getRejectedLogRecords

        long getRejectedLogRecords()
         The number of rejected log records.
        
         A `rejected_<signal>` field holding a `0` value indicates that the
         request was fully accepted.
         
        int64 rejected_log_records = 1;
        Returns:
        The rejectedLogRecords.
      • getErrorMessage

        java.lang.String getErrorMessage()
         A developer-facing human-readable message in English. It should be used
         either to explain why the server rejected parts of the data during a partial
         success or to convey warnings/suggestions during a full success. The message
         should offer guidance on how users can address such issues.
        
         error_message is an optional field. An error_message with an empty value
         is equivalent to it not being set.
         
        string error_message = 2;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
         A developer-facing human-readable message in English. It should be used
         either to explain why the server rejected parts of the data during a partial
         success or to convey warnings/suggestions during a full success. The message
         should offer guidance on how users can address such issues.
        
         error_message is an optional field. An error_message with an empty value
         is equivalent to it not being set.
         
        string error_message = 2;
        Returns:
        The bytes for errorMessage.