public static final class StringArray.Builder extends GeneratedMessage.Builder<StringArray.Builder> implements StringArrayOrBuilderA list of string-type values.
Protobuf type google.cloud.visionai.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
addAllTxtValues(Iterable<String> values)
public StringArray.Builder addAllTxtValues(Iterable<String> values)String type values.
repeated string txt_values = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The txtValues to add. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
addTxtValues(String value)
public StringArray.Builder addTxtValues(String value)String type values.
repeated string txt_values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe txtValues to add. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |
addTxtValuesBytes(ByteString value)
public StringArray.Builder addTxtValuesBytes(ByteString value)String type values.
repeated string txt_values = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the txtValues 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 |
|
clearTxtValues()
public StringArray.Builder clearTxtValues()String type values.
repeated string txt_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 |
|
getTxtValues(int index)
public String getTxtValues(int index)String type values.
repeated string txt_values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The txtValues at the given index. |
getTxtValuesBytes(int index)
public ByteString getTxtValuesBytes(int index)String type values.
repeated string txt_values = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the txtValues at the given index. |
getTxtValuesCount()
public int getTxtValuesCount()String type values.
repeated string txt_values = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of txtValues. |
getTxtValuesList()
public ProtocolStringList getTxtValuesList()String type values.
repeated string txt_values = 1;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the txtValues. |
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 |
|
setTxtValues(int index, String value)
public StringArray.Builder setTxtValues(int index, String value)String type values.
repeated string txt_values = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe txtValues to set. |
| Returns | |
|---|---|
| Type | Description |
StringArray.Builder |
This builder for chaining. |