Interface ExportMetricsPartialSuccessOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportMetricsPartialSuccess,ExportMetricsPartialSuccess.Builder
@Generated
public interface ExportMetricsPartialSuccessOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA developer-facing human-readable message in English.com.google.protobuf.ByteStringA developer-facing human-readable message in English.longThe number of rejected data points.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-