public interface ErrorLogEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorDetails(int index)
public abstract String getErrorDetails(int index)A list of messages that carry the error details.
 repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The errorDetails at the given index.  | 
      
getErrorDetailsBytes(int index)
public abstract ByteString getErrorDetailsBytes(int index)A list of messages that carry the error details.
 repeated string error_details = 2;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the errorDetails at the given index.  | 
      
getErrorDetailsCount()
public abstract int getErrorDetailsCount()A list of messages that carry the error details.
 repeated string error_details = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of errorDetails.  | 
      
getErrorDetailsList()
public abstract List<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()
public abstract String getUri()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()
public abstract ByteString getUriBytes()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.  |