Class TextSnippet.Builder (2.37.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TextSnippet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TextSnippet.Builder
Overrides

build()

public TextSnippet build()
Returns
TypeDescription
TextSnippet

buildPartial()

public TextSnippet buildPartial()
Returns
TypeDescription
TextSnippet

clear()

public TextSnippet.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TextSnippet.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TextSnippet.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
TextSnippet.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TextSnippet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TextSnippet.Builder
Overrides

clone()

public TextSnippet.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for content.

getContentUri()

public String getContentUri()

Output only. HTTP URI where you can download the content.

string content_uri = 4;

Returns
TypeDescription
String

The contentUri.

getContentUriBytes()

public ByteString getContentUriBytes()

Output only. HTTP URI where you can download the content.

string content_uri = 4;

Returns
TypeDescription
ByteString

The bytes for contentUri.

getDefaultInstanceForType()

public TextSnippet getDefaultInstanceForType()
Returns
TypeDescription
TextSnippet

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for mimeType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TextSnippet other)

public TextSnippet.Builder mergeFrom(TextSnippet other)
Parameter
NameDescription
otherTextSnippet
Returns
TypeDescription
TextSnippet.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TextSnippet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TextSnippet.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TextSnippet.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TextSnippet.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TextSnippet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueString

The content to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for content to set.

Returns
TypeDescription
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
NameDescription
valueString

The contentUri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for contentUri to set.

Returns
TypeDescription
TextSnippet.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TextSnippet.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The mimeType to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for mimeType to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TextSnippet.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TextSnippet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TextSnippet.Builder
Overrides