public interface AdManagerErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDetails(int index)
public abstract Any getDetails(int index)
A list of messages that carry any additional error details.
repeated .google.protobuf.Any details = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Any |
getDetailsCount()
public abstract int getDetailsCount()
A list of messages that carry any additional error details.
repeated .google.protobuf.Any details = 6;
Returns | |
---|---|
Type | Description |
int |
getDetailsList()
public abstract List<Any> getDetailsList()
A list of messages that carry any additional error details.
repeated .google.protobuf.Any details = 6;
Returns | |
---|---|
Type | Description |
List<Any> |
getDetailsOrBuilder(int index)
public abstract AnyOrBuilder getDetailsOrBuilder(int index)
A list of messages that carry any additional error details.
repeated .google.protobuf.Any details = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
AnyOrBuilder |
getDetailsOrBuilderList()
public abstract List<? extends AnyOrBuilder> getDetailsOrBuilderList()
A list of messages that carry any additional error details.
repeated .google.protobuf.Any details = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.protobuf.AnyOrBuilder> |
getErrorCode()
public abstract String getErrorCode()
The unique identifying string for this error.
string error_code = 1;
Returns | |
---|---|
Type | Description |
String |
The errorCode. |
getErrorCodeBytes()
public abstract ByteString getErrorCodeBytes()
The unique identifying string for this error.
string error_code = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorCode. |
getFieldPath()
public abstract String getFieldPath()
The field path that triggered this error.
string field_path = 3;
Returns | |
---|---|
Type | Description |
String |
The fieldPath. |
getFieldPathBytes()
public abstract ByteString getFieldPathBytes()
The field path that triggered this error.
string field_path = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for fieldPath. |
getMessage()
public abstract String getMessage()
A publisher appropriate explanation of this error.
string message = 2;
Returns | |
---|---|
Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()
A publisher appropriate explanation of this error.
string message = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for message. |
getStackTrace()
public abstract String getStackTrace()
The stack trace that accompanies this error.
string stack_trace = 5;
Returns | |
---|---|
Type | Description |
String |
The stackTrace. |
getStackTraceBytes()
public abstract ByteString getStackTraceBytes()
The stack trace that accompanies this error.
string stack_trace = 5;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stackTrace. |
getTrigger()
public abstract String getTrigger()
The value that triggered this error.
string trigger = 4;
Returns | |
---|---|
Type | Description |
String |
The trigger. |
getTriggerBytes()
public abstract ByteString getTriggerBytes()
The value that triggered this error.
string trigger = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for trigger. |