Interface ExportMetricsPartialSuccessOrBuilder

    • 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 getRejectedDataPoints()
      The number of rejected data points.
      • 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

      • getRejectedDataPoints

        long getRejectedDataPoints()
         The number of rejected data points.
        
         A `rejected_<signal>` field holding a `0` value indicates that the
         request was fully accepted.
         
        int64 rejected_data_points = 1;
        Returns:
        The rejectedDataPoints.
      • 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.