public static final class TextSnippet.Builder extends GeneratedMessageV3.Builder<TextSnippet.Builder> implements TextSnippetOrBuilderA representation of a text snippet.
Protobuf type google.cloud.automl.v1.TextSnippet
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > TextSnippet.BuilderImplements
TextSnippetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextSnippet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
build()
public TextSnippet build()| Returns | |
|---|---|
| Type | Description |
TextSnippet |
|
buildPartial()
public TextSnippet buildPartial()| Returns | |
|---|---|
| Type | Description |
TextSnippet |
|
clear()
public TextSnippet.Builder clear()| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
clearContent()
public TextSnippet.Builder clearContent()Required. The content of the text snippet as a string. Up to 250000 characters long.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
clearContentUri()
public TextSnippet.Builder clearContentUri()Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TextSnippet.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
clearMimeType()
public TextSnippet.Builder clearMimeType()Optional. The format of content. Currently the only two allowed values are "text/html" and "text/plain". If left blank, the format is automatically determined from the type of the uploaded content.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextSnippet.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
clone()
public TextSnippet.Builder clone()| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
getContent()
public String getContent()Required. The content of the text snippet as a string. Up to 250000 characters long.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The content. |
getContentBytes()
public ByteString getContentBytes()Required. The content of the text snippet as a string. Up to 250000 characters long.
string content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for content. |
getContentUri()
public String getContentUri()Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The contentUri. |
getContentUriBytes()
public ByteString getContentUriBytes()Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for contentUri. |
getDefaultInstanceForType()
public TextSnippet getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TextSnippet |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMimeType()
public String getMimeType()Optional. The format of content. Currently the only two allowed values are "text/html" and "text/plain". If left blank, the format is automatically determined from the type of the uploaded content.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The mimeType. |
getMimeTypeBytes()
public ByteString getMimeTypeBytes()Optional. The format of content. Currently the only two allowed values are "text/html" and "text/plain". If left blank, the format is automatically determined from the type of the uploaded content.
string mime_type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for mimeType. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(TextSnippet other)
public TextSnippet.Builder mergeFrom(TextSnippet other)| Parameter | |
|---|---|
| Name | Description |
other |
TextSnippet |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextSnippet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TextSnippet.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextSnippet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
setContent(String value)
public TextSnippet.Builder setContent(String value)Required. The content of the text snippet as a string. Up to 250000 characters long.
string content = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe content to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setContentBytes(ByteString value)
public TextSnippet.Builder setContentBytes(ByteString value)Required. The content of the text snippet as a string. Up to 250000 characters long.
string content = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for content to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setContentUri(String value)
public TextSnippet.Builder setContentUri(String value)Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe contentUri to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setContentUriBytes(ByteString value)
public TextSnippet.Builder setContentUriBytes(ByteString value)Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for contentUri to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TextSnippet.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
setMimeType(String value)
public TextSnippet.Builder setMimeType(String value)Optional. The format of content. Currently the only two allowed values are "text/html" and "text/plain". If left blank, the format is automatically determined from the type of the uploaded content.
string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe mimeType to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setMimeTypeBytes(ByteString value)
public TextSnippet.Builder setMimeTypeBytes(ByteString value)Optional. The format of content. Currently the only two allowed values are "text/html" and "text/plain". If left blank, the format is automatically determined from the type of the uploaded content.
string mime_type = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for mimeType to set. |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TextSnippet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final TextSnippet.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
TextSnippet.Builder |
|