- 2.80.0 (latest)
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
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 |