Class RawOutput.Builder (3.88.0)

public static final class RawOutput.Builder extends GeneratedMessage.Builder<RawOutput.Builder> implements RawOutputOrBuilder

Raw output.

Protobuf type google.cloud.aiplatform.v1beta1.RawOutput

Implements

RawOutputOrBuilder

Static Methods

getDescriptor()

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

Methods

addAllRawOutput(Iterable<String> values)

public RawOutput.Builder addAllRawOutput(Iterable<String> values)

Output only. Raw output string.

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

Parameter
Name Description
values Iterable<String>

The rawOutput to add.

Returns
Type Description
RawOutput.Builder

This builder for chaining.

addRawOutput(String value)

public RawOutput.Builder addRawOutput(String value)

Output only. Raw output string.

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

Parameter
Name Description
value String

The rawOutput to add.

Returns
Type Description
RawOutput.Builder

This builder for chaining.

addRawOutputBytes(ByteString value)

public RawOutput.Builder addRawOutputBytes(ByteString value)

Output only. Raw output string.

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

Parameter
Name Description
value ByteString

The bytes of the rawOutput to add.

Returns
Type Description
RawOutput.Builder

This builder for chaining.

build()

public RawOutput build()
Returns
Type Description
RawOutput

buildPartial()

public RawOutput buildPartial()
Returns
Type Description
RawOutput

clear()

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

clearRawOutput()

public RawOutput.Builder clearRawOutput()

Output only. Raw output string.

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

Returns
Type Description
RawOutput.Builder

This builder for chaining.

getDefaultInstanceForType()

public RawOutput getDefaultInstanceForType()
Returns
Type Description
RawOutput

getDescriptorForType()

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

getRawOutput(int index)

public String getRawOutput(int index)

Output only. Raw output string.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The rawOutput at the given index.

getRawOutputBytes(int index)

public ByteString getRawOutputBytes(int index)

Output only. Raw output string.

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the rawOutput at the given index.

getRawOutputCount()

public int getRawOutputCount()

Output only. Raw output string.

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

Returns
Type Description
int

The count of rawOutput.

getRawOutputList()

public ProtocolStringList getRawOutputList()

Output only. Raw output string.

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

Returns
Type Description
ProtocolStringList

A list containing the rawOutput.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RawOutput other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setRawOutput(int index, String value)

public RawOutput.Builder setRawOutput(int index, String value)

Output only. Raw output string.

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

Parameters
Name Description
index int

The index to set the value at.

value String

The rawOutput to set.

Returns
Type Description
RawOutput.Builder

This builder for chaining.