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()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TextSnippet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| TextSnippet.Builder |
build()
public TextSnippet build()| Type | Description |
| TextSnippet |
buildPartial()
public TextSnippet buildPartial()| Type | Description |
| TextSnippet |
clear()
public TextSnippet.Builder clear()| 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;
| 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;
| Type | Description |
| TextSnippet.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public TextSnippet.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| 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;
| Type | Description |
| TextSnippet.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public TextSnippet.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| TextSnippet.Builder |
clone()
public TextSnippet.Builder clone()| 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;
| 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;
| 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;
| Type | Description |
| String | The contentUri. |
getContentUriBytes()
public ByteString getContentUriBytes()Output only. HTTP URI where you can download the content.
string content_uri = 4;
| Type | Description |
| ByteString | The bytes for contentUri. |
getDefaultInstanceForType()
public TextSnippet getDefaultInstanceForType()| Type | Description |
| TextSnippet |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| 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;
| 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;
| Type | Description |
| ByteString | The bytes for mimeType. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(TextSnippet other)
public TextSnippet.Builder mergeFrom(TextSnippet other)| Name | Description |
| other | TextSnippet |
| Type | Description |
| TextSnippet.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TextSnippet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| TextSnippet.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public TextSnippet.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| TextSnippet.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TextSnippet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| 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;
| Name | Description |
| value | StringThe content to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for content to set. |
| 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;
| Name | Description |
| value | StringThe contentUri to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for contentUri to set. |
| Type | Description |
| TextSnippet.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public TextSnippet.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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;
| Name | Description |
| value | StringThe mimeType to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for mimeType to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| TextSnippet.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final TextSnippet.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| TextSnippet.Builder |