Class DiagnoseClusterResults.Builder (4.80.0)

public static final class DiagnoseClusterResults.Builder extends GeneratedMessage.Builder<DiagnoseClusterResults.Builder> implements DiagnoseClusterResultsOrBuilder

The location of diagnostic output.

Protobuf type google.cloud.dataproc.v1.DiagnoseClusterResults

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DiagnoseClusterResults build()
Returns
Type Description
DiagnoseClusterResults

buildPartial()

public DiagnoseClusterResults buildPartial()
Returns
Type Description
DiagnoseClusterResults

clear()

public DiagnoseClusterResults.Builder clear()
Returns
Type Description
DiagnoseClusterResults.Builder
Overrides

clearOutputUri()

public DiagnoseClusterResults.Builder clearOutputUri()

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
Type Description
DiagnoseClusterResults.Builder

This builder for chaining.

getDefaultInstanceForType()

public DiagnoseClusterResults getDefaultInstanceForType()
Returns
Type Description
DiagnoseClusterResults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOutputUri()

public 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
Type Description
String

The outputUri.

getOutputUriBytes()

public 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
Type Description
ByteString

The bytes for outputUri.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DiagnoseClusterResults other)

public DiagnoseClusterResults.Builder mergeFrom(DiagnoseClusterResults other)
Parameter
Name Description
other DiagnoseClusterResults
Returns
Type Description
DiagnoseClusterResults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DiagnoseClusterResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DiagnoseClusterResults.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DiagnoseClusterResults.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DiagnoseClusterResults.Builder
Overrides

setOutputUri(String value)

public DiagnoseClusterResults.Builder setOutputUri(String value)

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];

Parameter
Name Description
value String

The outputUri to set.

Returns
Type Description
DiagnoseClusterResults.Builder

This builder for chaining.

setOutputUriBytes(ByteString value)

public DiagnoseClusterResults.Builder setOutputUriBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for outputUri to set.

Returns
Type Description
DiagnoseClusterResults.Builder

This builder for chaining.