public static final class ListProcessorTypesResponse.Builder extends GeneratedMessage.Builder<ListProcessorTypesResponse.Builder> implements ListProcessorTypesResponseOrBuilderResponse message for the ListProcessorTypes method.
Protobuf type google.cloud.documentai.v1beta3.ListProcessorTypesResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListProcessorTypesResponse.BuilderImplements
ListProcessorTypesResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllProcessorTypes(Iterable<? extends ProcessorType> values)
public ListProcessorTypesResponse.Builder addAllProcessorTypes(Iterable<? extends ProcessorType> values)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.documentai.v1beta3.ProcessorType> |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
addProcessorTypes(ProcessorType value)
public ListProcessorTypesResponse.Builder addProcessorTypes(ProcessorType value)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ProcessorType |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
addProcessorTypes(ProcessorType.Builder builderForValue)
public ListProcessorTypesResponse.Builder addProcessorTypes(ProcessorType.Builder builderForValue)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ProcessorType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
addProcessorTypes(int index, ProcessorType value)
public ListProcessorTypesResponse.Builder addProcessorTypes(int index, ProcessorType value)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ProcessorType |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
addProcessorTypes(int index, ProcessorType.Builder builderForValue)
public ListProcessorTypesResponse.Builder addProcessorTypes(int index, ProcessorType.Builder builderForValue)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ProcessorType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
addProcessorTypesBuilder()
public ProcessorType.Builder addProcessorTypesBuilder()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
ProcessorType.Builder |
|
addProcessorTypesBuilder(int index)
public ProcessorType.Builder addProcessorTypesBuilder(int index)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.Builder |
|
build()
public ListProcessorTypesResponse build()| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse |
|
buildPartial()
public ListProcessorTypesResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse |
|
clear()
public ListProcessorTypesResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
clearNextPageToken()
public ListProcessorTypesResponse.Builder clearNextPageToken()Points to the next page, otherwise empty.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
This builder for chaining. |
clearProcessorTypes()
public ListProcessorTypesResponse.Builder clearProcessorTypes()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
getDefaultInstanceForType()
public ListProcessorTypesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()Points to the next page, otherwise empty.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Points to the next page, otherwise empty.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getProcessorTypes(int index)
public ProcessorType getProcessorTypes(int index)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorType |
|
getProcessorTypesBuilder(int index)
public ProcessorType.Builder getProcessorTypesBuilder(int index)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorType.Builder |
|
getProcessorTypesBuilderList()
public List<ProcessorType.Builder> getProcessorTypesBuilderList()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getProcessorTypesCount()
public int getProcessorTypesCount()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getProcessorTypesList()
public List<ProcessorType> getProcessorTypesList()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<ProcessorType> |
|
getProcessorTypesOrBuilder(int index)
public ProcessorTypeOrBuilder getProcessorTypesOrBuilder(int index)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProcessorTypeOrBuilder |
|
getProcessorTypesOrBuilderList()
public List<? extends ProcessorTypeOrBuilder> getProcessorTypesOrBuilderList()The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.documentai.v1beta3.ProcessorTypeOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListProcessorTypesResponse other)
public ListProcessorTypesResponse.Builder mergeFrom(ListProcessorTypesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListProcessorTypesResponse |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListProcessorTypesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListProcessorTypesResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
removeProcessorTypes(int index)
public ListProcessorTypesResponse.Builder removeProcessorTypes(int index)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
setNextPageToken(String value)
public ListProcessorTypesResponse.Builder setNextPageToken(String value)Points to the next page, otherwise empty.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListProcessorTypesResponse.Builder setNextPageTokenBytes(ByteString value)Points to the next page, otherwise empty.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
This builder for chaining. |
setProcessorTypes(int index, ProcessorType value)
public ListProcessorTypesResponse.Builder setProcessorTypes(int index, ProcessorType value)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ProcessorType |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|
setProcessorTypes(int index, ProcessorType.Builder builderForValue)
public ListProcessorTypesResponse.Builder setProcessorTypes(int index, ProcessorType.Builder builderForValue)The processor types.
repeated .google.cloud.documentai.v1beta3.ProcessorType processor_types = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ProcessorType.Builder |
| Returns | |
|---|---|
| Type | Description |
ListProcessorTypesResponse.Builder |
|