public static final class RawOutput.Builder extends GeneratedMessage.Builder<RawOutput.Builder> implements RawOutputOrBuilderRaw output.
Protobuf type google.cloud.aiplatform.v1beta1.RawOutput
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RawOutput.BuilderImplements
RawOutputOrBuilderStatic 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 |
StringThe 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 |
ByteStringThe 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 |
|
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 |
|
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 |
intThe 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 |
intThe 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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RawOutput.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RawOutput.Builder |
|
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 |
intThe index to set the value at. |
value |
StringThe rawOutput to set. |
| Returns | |
|---|---|
| Type | Description |
RawOutput.Builder |
This builder for chaining. |