Class GlossaryEntry.Builder (2.83.0)

public static final class GlossaryEntry.Builder extends GeneratedMessage.Builder<GlossaryEntry.Builder> implements GlossaryEntryOrBuilder

Represents a single entry in a glossary.

Protobuf type google.cloud.translation.v3.GlossaryEntry

Static Methods

getDescriptor()

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

Methods

build()

public GlossaryEntry build()
Returns
Type Description
GlossaryEntry

buildPartial()

public GlossaryEntry buildPartial()
Returns
Type Description
GlossaryEntry

clear()

public GlossaryEntry.Builder clear()
Returns
Type Description
GlossaryEntry.Builder
Overrides

clearData()

public GlossaryEntry.Builder clearData()
Returns
Type Description
GlossaryEntry.Builder

clearDescription()

public GlossaryEntry.Builder clearDescription()

Describes the glossary entry.

string description = 4;

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

clearName()

public GlossaryEntry.Builder clearName()

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

clearTermsPair()

public GlossaryEntry.Builder clearTermsPair()

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Returns
Type Description
GlossaryEntry.Builder

clearTermsSet()

public GlossaryEntry.Builder clearTermsSet()

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Returns
Type Description
GlossaryEntry.Builder

getDataCase()

public GlossaryEntry.DataCase getDataCase()
Returns
Type Description
GlossaryEntry.DataCase

getDefaultInstanceForType()

public GlossaryEntry getDefaultInstanceForType()
Returns
Type Description
GlossaryEntry

getDescription()

public String getDescription()

Describes the glossary entry.

string description = 4;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Describes the glossary entry.

string description = 4;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getTermsPair()

public GlossaryEntry.GlossaryTermsPair getTermsPair()

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Returns
Type Description
GlossaryEntry.GlossaryTermsPair

The termsPair.

getTermsPairBuilder()

public GlossaryEntry.GlossaryTermsPair.Builder getTermsPairBuilder()

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Returns
Type Description
GlossaryEntry.GlossaryTermsPair.Builder

getTermsPairOrBuilder()

public GlossaryEntry.GlossaryTermsPairOrBuilder getTermsPairOrBuilder()

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Returns
Type Description
GlossaryEntry.GlossaryTermsPairOrBuilder

getTermsSet()

public GlossaryEntry.GlossaryTermsSet getTermsSet()

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Returns
Type Description
GlossaryEntry.GlossaryTermsSet

The termsSet.

getTermsSetBuilder()

public GlossaryEntry.GlossaryTermsSet.Builder getTermsSetBuilder()

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Returns
Type Description
GlossaryEntry.GlossaryTermsSet.Builder

getTermsSetOrBuilder()

public GlossaryEntry.GlossaryTermsSetOrBuilder getTermsSetOrBuilder()

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Returns
Type Description
GlossaryEntry.GlossaryTermsSetOrBuilder

hasTermsPair()

public boolean hasTermsPair()

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Returns
Type Description
boolean

Whether the termsPair field is set.

hasTermsSet()

public boolean hasTermsSet()

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Returns
Type Description
boolean

Whether the termsSet field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GlossaryEntry other)

public GlossaryEntry.Builder mergeFrom(GlossaryEntry other)
Parameter
Name Description
other GlossaryEntry
Returns
Type Description
GlossaryEntry.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GlossaryEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlossaryEntry.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GlossaryEntry.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GlossaryEntry.Builder
Overrides

mergeTermsPair(GlossaryEntry.GlossaryTermsPair value)

public GlossaryEntry.Builder mergeTermsPair(GlossaryEntry.GlossaryTermsPair value)

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Parameter
Name Description
value GlossaryEntry.GlossaryTermsPair
Returns
Type Description
GlossaryEntry.Builder

mergeTermsSet(GlossaryEntry.GlossaryTermsSet value)

public GlossaryEntry.Builder mergeTermsSet(GlossaryEntry.GlossaryTermsSet value)

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Parameter
Name Description
value GlossaryEntry.GlossaryTermsSet
Returns
Type Description
GlossaryEntry.Builder

setDescription(String value)

public GlossaryEntry.Builder setDescription(String value)

Describes the glossary entry.

string description = 4;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public GlossaryEntry.Builder setDescriptionBytes(ByteString value)

Describes the glossary entry.

string description = 4;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

setName(String value)

public GlossaryEntry.Builder setName(String value)

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GlossaryEntry.Builder setNameBytes(ByteString value)

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GlossaryEntry.Builder

This builder for chaining.

setTermsPair(GlossaryEntry.GlossaryTermsPair value)

public GlossaryEntry.Builder setTermsPair(GlossaryEntry.GlossaryTermsPair value)

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Parameter
Name Description
value GlossaryEntry.GlossaryTermsPair
Returns
Type Description
GlossaryEntry.Builder

setTermsPair(GlossaryEntry.GlossaryTermsPair.Builder builderForValue)

public GlossaryEntry.Builder setTermsPair(GlossaryEntry.GlossaryTermsPair.Builder builderForValue)

Used for an unidirectional glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsPair terms_pair = 2;

Parameter
Name Description
builderForValue GlossaryEntry.GlossaryTermsPair.Builder
Returns
Type Description
GlossaryEntry.Builder

setTermsSet(GlossaryEntry.GlossaryTermsSet value)

public GlossaryEntry.Builder setTermsSet(GlossaryEntry.GlossaryTermsSet value)

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Parameter
Name Description
value GlossaryEntry.GlossaryTermsSet
Returns
Type Description
GlossaryEntry.Builder

setTermsSet(GlossaryEntry.GlossaryTermsSet.Builder builderForValue)

public GlossaryEntry.Builder setTermsSet(GlossaryEntry.GlossaryTermsSet.Builder builderForValue)

Used for an equivalent term sets glossary.

.google.cloud.translation.v3.GlossaryEntry.GlossaryTermsSet terms_set = 3;

Parameter
Name Description
builderForValue GlossaryEntry.GlossaryTermsSet.Builder
Returns
Type Description
GlossaryEntry.Builder