public static final class StringArray.Builder extends GeneratedMessageV3.Builder<StringArray.Builder> implements StringArrayOrBuilder
A list of string-type values.
Protobuf type google.cloud.visionai.v1.StringArray
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StringArray.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StringArray.Builder |
addTxtValues(String value)
public StringArray.Builder addTxtValues(String value)
String type values.
repeated string txt_values = 1;
Parameter | |
---|---|
Name | Description |
value |
String The 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 |
ByteString The 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 |
clearField(Descriptors.FieldDescriptor field)
public StringArray.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
StringArray.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StringArray.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
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. |
clone()
public StringArray.Builder clone()
Returns | |
---|---|
Type | Description |
StringArray.Builder |
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 |
int The 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 |
int The 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 GeneratedMessageV3.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 |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StringArray.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StringArray.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StringArray.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StringArray.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StringArray.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
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 |
int The index to set the value at. |
value |
String The txtValues to set. |
Returns | |
---|---|
Type | Description |
StringArray.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StringArray.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StringArray.Builder |