Interface DiagnoseClusterResultsOrBuilder (3.1.2)

public interface DiagnoseClusterResultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputUri()

public abstract String getOutputUri()

Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.

string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The outputUri.

getOutputUriBytes()

public abstract ByteString getOutputUriBytes()

Output only. The Cloud Storage URI of the diagnostic output. The output report is a plain text file with a summary of collected diagnostics.

string output_uri = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for outputUri.