Class TextSnippet.Builder (2.43.0)

public static final class TextSnippet.Builder extends GeneratedMessageV3.Builder<TextSnippet.Builder> implements TextSnippetOrBuilder

A representation of a text snippet.

Protobuf type google.cloud.automl.v1.TextSnippet

Static 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
Overrides

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
Overrides

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
Overrides

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
Overrides

clone()

public TextSnippet.Builder clone()
Returns
Type Description
TextSnippet.Builder
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TextSnippet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TextSnippet.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TextSnippet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextSnippet.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The 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
Overrides

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 String

The 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 ByteString

The 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
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TextSnippet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TextSnippet.Builder
Overrides