Class AdaptiveMtSentence (2.41.0)

public final class AdaptiveMtSentence extends GeneratedMessageV3 implements AdaptiveMtSentenceOrBuilder

An AdaptiveMt sentence entry.

Protobuf type google.cloud.translation.v3.AdaptiveMtSentence

Static Fields

CREATE_TIME_FIELD_NUMBER

public static final int CREATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

SOURCE_SENTENCE_FIELD_NUMBER

public static final int SOURCE_SENTENCE_FIELD_NUMBER
Field Value
TypeDescription
int

TARGET_SENTENCE_FIELD_NUMBER

public static final int TARGET_SENTENCE_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AdaptiveMtSentence getDefaultInstance()
Returns
TypeDescription
AdaptiveMtSentence

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AdaptiveMtSentence.Builder newBuilder()
Returns
TypeDescription
AdaptiveMtSentence.Builder

newBuilder(AdaptiveMtSentence prototype)

public static AdaptiveMtSentence.Builder newBuilder(AdaptiveMtSentence prototype)
Parameter
NameDescription
prototypeAdaptiveMtSentence
Returns
TypeDescription
AdaptiveMtSentence.Builder

parseDelimitedFrom(InputStream input)

public static AdaptiveMtSentence parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AdaptiveMtSentence parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AdaptiveMtSentence parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AdaptiveMtSentence parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AdaptiveMtSentence parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AdaptiveMtSentence parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AdaptiveMtSentence parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AdaptiveMtSentence
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AdaptiveMtSentence> parser()
Returns
TypeDescription
Parser<AdaptiveMtSentence>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCreateTime()

public Timestamp getCreateTime()

Output only. Timestamp when this sentence was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when this sentence was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getDefaultInstanceForType()

public AdaptiveMtSentence getDefaultInstanceForType()
Returns
TypeDescription
AdaptiveMtSentence

getName()

public String getName()

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<AdaptiveMtSentence> getParserForType()
Returns
TypeDescription
Parser<AdaptiveMtSentence>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSourceSentence()

public String getSourceSentence()

Required. The source sentence.

string source_sentence = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The sourceSentence.

getSourceSentenceBytes()

public ByteString getSourceSentenceBytes()

Required. The source sentence.

string source_sentence = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for sourceSentence.

getTargetSentence()

public String getTargetSentence()

Required. The target sentence.

string target_sentence = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The targetSentence.

getTargetSentenceBytes()

public ByteString getTargetSentenceBytes()

Required. The target sentence.

string target_sentence = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for targetSentence.

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Timestamp when this sentence was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Timestamp when this sentence was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasCreateTime()

public boolean hasCreateTime()

Output only. Timestamp when this sentence was created.

.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Timestamp when this sentence was last updated.

.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AdaptiveMtSentence.Builder newBuilderForType()
Returns
TypeDescription
AdaptiveMtSentence.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AdaptiveMtSentence.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AdaptiveMtSentence.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AdaptiveMtSentence.Builder toBuilder()
Returns
TypeDescription
AdaptiveMtSentence.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException