public static final class StringArray.Builder extends GeneratedMessage.Builder<StringArray.Builder> implements StringArrayOrBuilderA list of string values.
Protobuf type google.cloud.vertexai.v1.StringArray
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > StringArray.BuilderImplements
StringArrayOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllValues(Iterable<String> values)
public StringArray.Builder addAllValues(Iterable<String> values)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The values to add. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
addValues(String value)
public StringArray.Builder addValues(String value)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe values to add. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
addValuesBytes(ByteString value)
public StringArray.Builder addValuesBytes(ByteString value)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the values to add. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
build()
public StringArray build()| Returns | |
|---|---|
| Type | Description |
StringArray |
|
buildPartial()
public StringArray buildPartial()| Returns | |
|---|---|
| Type | Description |
StringArray |
|
clear()
public StringArray.Builder clear()| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
|
clearValues()
public StringArray.Builder clearValues()A list of string values.
repeated string values = 1;
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public StringArray getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StringArray |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getValues(int index)
public String getValues(int index)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The values at the given index. |
getValuesBytes(int index)
public ByteString getValuesBytes(int index)A list of string values.
repeated string values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the values at the given index. |
getValuesCount()
public int getValuesCount()A list of string values.
repeated string values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of values. |
getValuesList()
public ProtocolStringList getValuesList()A list of string values.
repeated string values = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the values. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(StringArray other)
public StringArray.Builder mergeFrom(StringArray other)| Parameter | |
|---|---|
| Name | Description |
other |
StringArray |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StringArray.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public StringArray.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
|
setValues(int index, String value)
public StringArray.Builder setValues(int index, String value)A list of string values.
repeated string values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe values to set. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |