public static final class GlossaryEntry.GlossaryTermsPair extends GeneratedMessageV3 implements GlossaryEntry.GlossaryTermsPairOrBuilder
Represents a single entry for an unidirectional glossary.
Protobuf type google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
SOURCE_TERM_FIELD_NUMBER
public static final int SOURCE_TERM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TARGET_TERM_FIELD_NUMBER
public static final int TARGET_TERM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static GlossaryEntry.GlossaryTermsPair getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GlossaryEntry.GlossaryTermsPair.Builder newBuilder()
newBuilder(GlossaryEntry.GlossaryTermsPair prototype)
public static GlossaryEntry.GlossaryTermsPair.Builder newBuilder(GlossaryEntry.GlossaryTermsPair prototype)
parseDelimitedFrom(InputStream input)
public static GlossaryEntry.GlossaryTermsPair parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GlossaryEntry.GlossaryTermsPair parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GlossaryEntry.GlossaryTermsPair parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static GlossaryEntry.GlossaryTermsPair parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static GlossaryEntry.GlossaryTermsPair parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GlossaryEntry.GlossaryTermsPair parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GlossaryEntry.GlossaryTermsPair parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GlossaryEntry.GlossaryTermsPair> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public GlossaryEntry.GlossaryTermsPair getDefaultInstanceForType()
getParserForType()
public Parser<GlossaryEntry.GlossaryTermsPair> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getSourceTerm()
public GlossaryTerm getSourceTerm()
The source term is the term that will get match in the text,
.google.cloud.translation.v3.GlossaryTerm source_term = 1;
getSourceTermOrBuilder()
public GlossaryTermOrBuilder getSourceTermOrBuilder()
The source term is the term that will get match in the text,
.google.cloud.translation.v3.GlossaryTerm source_term = 1;
getTargetTerm()
public GlossaryTerm getTargetTerm()
The term that will replace the match source term.
.google.cloud.translation.v3.GlossaryTerm target_term = 2;
getTargetTermOrBuilder()
public GlossaryTermOrBuilder getTargetTermOrBuilder()
The term that will replace the match source term.
.google.cloud.translation.v3.GlossaryTerm target_term = 2;
hasSourceTerm()
public boolean hasSourceTerm()
The source term is the term that will get match in the text,
.google.cloud.translation.v3.GlossaryTerm source_term = 1;
Returns |
Type |
Description |
boolean |
Whether the sourceTerm field is set.
|
hasTargetTerm()
public boolean hasTargetTerm()
The term that will replace the match source term.
.google.cloud.translation.v3.GlossaryTerm target_term = 2;
Returns |
Type |
Description |
boolean |
Whether the targetTerm field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GlossaryEntry.GlossaryTermsPair.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GlossaryEntry.GlossaryTermsPair.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public GlossaryEntry.GlossaryTermsPair.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides