Interface OperationMetadata.DiagnosticOrBuilder (2.53.0)

publicstaticinterface OperationMetadata.DiagnosticOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocation()

publicabstractStringgetLocation()

Location of the diagnostic.

string location = 1;

Returns
Type Description
String

The location.

getLocationBytes()

publicabstractByteStringgetLocationBytes()

Location of the diagnostic.

string location = 1;

Returns
Type Description
ByteString

The bytes for location.

getMessage()

publicabstractStringgetMessage()

The diagnostic message.

string message = 2;

Returns
Type Description
String

The message.

getMessageBytes()

publicabstractByteStringgetMessageBytes()

The diagnostic message.

string message = 2;

Returns
Type Description
ByteString

The bytes for message.

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年11月19日 UTC.