Interface ErrorLogEntryOrBuilder (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ErrorLogEntryOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getErrorDetails(int index)
publicabstractStringgetErrorDetails(intindex)A list of messages that carry the error details.
repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The errorDetails at the given index. |
getErrorDetailsBytes(int index)
publicabstractByteStringgetErrorDetailsBytes(intindex)A list of messages that carry the error details.
repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the errorDetails at the given index. |
getErrorDetailsCount()
publicabstractintgetErrorDetailsCount()A list of messages that carry the error details.
repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of errorDetails. |
getErrorDetailsList()
publicabstractList<String>getErrorDetailsList()A list of messages that carry the error details.
repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the errorDetails. |
getUri()
publicabstractStringgetUri()Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
publicabstractByteStringgetUriBytes()Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |