Class TextSnippet (2.43.0)

public final class TextSnippet extends GeneratedMessageV3 implements TextSnippetOrBuilder

A representation of a text snippet.

Protobuf type google.cloud.automl.v1beta1.TextSnippet

Static Fields

CONTENT_FIELD_NUMBER

public static final int CONTENT_FIELD_NUMBER
Field Value
Type Description
int

CONTENT_URI_FIELD_NUMBER

public static final int CONTENT_URI_FIELD_NUMBER
Field Value
Type Description
int

MIME_TYPE_FIELD_NUMBER

public static final int MIME_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TextSnippet getDefaultInstance()
Returns
Type Description
TextSnippet

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TextSnippet.Builder newBuilder()
Returns
Type Description
TextSnippet.Builder

newBuilder(TextSnippet prototype)

public static TextSnippet.Builder newBuilder(TextSnippet prototype)
Parameter
Name Description
prototype TextSnippet
Returns
Type Description
TextSnippet.Builder

parseDelimitedFrom(InputStream input)

public static TextSnippet parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TextSnippet parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TextSnippet parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TextSnippet parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TextSnippet parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TextSnippet parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TextSnippet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TextSnippet
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TextSnippet> parser()
Returns
Type Description
Parser<TextSnippet>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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

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.

getParserForType()

public Parser<TextSnippet> getParserForType()
Returns
Type Description
Parser<TextSnippet>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TextSnippet.Builder newBuilderForType()
Returns
Type Description
TextSnippet.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TextSnippet.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TextSnippet.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public TextSnippet.Builder toBuilder()
Returns
Type Description
TextSnippet.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException