Interface ErrorLogEntryOrBuilder (0.18.0)

publicinterface ErrorLogEntryOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.