Class ClassificationModelOptions.V2Model (2.44.0)

public static final class ClassificationModelOptions.V2Model extends GeneratedMessageV3 implements ClassificationModelOptions.V2ModelOrBuilder

Options for the V2 model.

Protobuf type google.cloud.language.v1.ClassificationModelOptions.V2Model

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ClassificationModelOptions.V2Model

Static Fields

CONTENT_CATEGORIES_VERSION_FIELD_NUMBER

public static final int CONTENT_CATEGORIES_VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ClassificationModelOptions.V2Model getDefaultInstance()
Returns
Type Description
ClassificationModelOptions.V2Model

getDescriptor()

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

newBuilder()

public static ClassificationModelOptions.V2Model.Builder newBuilder()
Returns
Type Description
ClassificationModelOptions.V2Model.Builder

newBuilder(ClassificationModelOptions.V2Model prototype)

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

parseDelimitedFrom(InputStream input)

public static ClassificationModelOptions.V2Model parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ClassificationModelOptions.V2Model
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ClassificationModelOptions.V2Model parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ClassificationModelOptions.V2Model
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ClassificationModelOptions.V2Model parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ClassificationModelOptions.V2Model
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ClassificationModelOptions.V2Model parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ClassificationModelOptions.V2Model
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ClassificationModelOptions.V2Model parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ClassificationModelOptions.V2Model
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<ClassificationModelOptions.V2Model> parser()
Returns
Type Description
Parser<V2Model>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContentCategoriesVersion()

public ClassificationModelOptions.V2Model.ContentCategoriesVersion getContentCategoriesVersion()

The content categories used for classification.

.google.cloud.language.v1.ClassificationModelOptions.V2Model.ContentCategoriesVersion content_categories_version = 1;

Returns
Type Description
ClassificationModelOptions.V2Model.ContentCategoriesVersion

The contentCategoriesVersion.

getContentCategoriesVersionValue()

public int getContentCategoriesVersionValue()

The content categories used for classification.

.google.cloud.language.v1.ClassificationModelOptions.V2Model.ContentCategoriesVersion content_categories_version = 1;

Returns
Type Description
int

The enum numeric value on the wire for contentCategoriesVersion.

getDefaultInstanceForType()

public ClassificationModelOptions.V2Model getDefaultInstanceForType()
Returns
Type Description
ClassificationModelOptions.V2Model

getParserForType()

public Parser<ClassificationModelOptions.V2Model> getParserForType()
Returns
Type Description
Parser<V2Model>
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 ClassificationModelOptions.V2Model.Builder newBuilderForType()
Returns
Type Description
ClassificationModelOptions.V2Model.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ClassificationModelOptions.V2Model.Builder toBuilder()
Returns
Type Description
ClassificationModelOptions.V2Model.Builder

writeTo(CodedOutputStream output)

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