public static interface TransferTypes.ErrorLogEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorDetails(int index)
A list of messages that carry the error details.
|
com.google.protobuf.ByteString |
getErrorDetailsBytes(int index)
A list of messages that carry the error details.
|
int |
getErrorDetailsCount()
A list of messages that carry the error details.
|
List<String> |
getErrorDetailsList()
A list of messages that carry the error details.
|
String |
getUrl()
Required.
|
com.google.protobuf.ByteString |
getUrlBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUrl()
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getUrlBytes()
Required. A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated.
string url = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getErrorDetailsList()
A list of messages that carry the error details.
repeated string error_details = 3;int getErrorDetailsCount()
A list of messages that carry the error details.
repeated string error_details = 3;String getErrorDetails(int index)
A list of messages that carry the error details.
repeated string error_details = 3;index - The index of the element to return.com.google.protobuf.ByteString getErrorDetailsBytes(int index)
A list of messages that carry the error details.
repeated string error_details = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.