Interface ExportProfilesPartialSuccessOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportProfilesPartialSuccess,ExportProfilesPartialSuccess.Builder
public interface ExportProfilesPartialSuccessOrBuilder
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 profiles.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
-
getRejectedProfiles
long getRejectedProfiles()The number of rejected profiles. A `rejected_<signal>` field holding a `0` value indicates that the request was fully accepted.
int64 rejected_profiles = 1;- Returns:
- The rejectedProfiles.
-
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.
-