public interface ErrorMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetails(int index)
repeated string details = 3; |
com.google.protobuf.ByteString |
getDetailsBytes(int index)
repeated string details = 3; |
int |
getDetailsCount()
repeated string details = 3; |
List<String> |
getDetailsList()
repeated string details = 3; |
String |
getLocation()
string location = 2; |
com.google.protobuf.ByteString |
getLocationBytes()
string location = 2; |
String |
getMessage()
string message = 1; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getMessage()
string message = 1;
com.google.protobuf.ByteString getMessageBytes()
string message = 1;
String getLocation()
string location = 2;
com.google.protobuf.ByteString getLocationBytes()
string location = 2;
int getDetailsCount()
repeated string details = 3;
String getDetails(int index)
repeated string details = 3;
com.google.protobuf.ByteString getDetailsBytes(int index)
repeated string details = 3;
Copyright © 2010–2019. All rights reserved.