Class GlossaryEntry.Builder (2.49.0)

public static final class GlossaryEntry.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GlossaryEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GlossaryEntry.Builder
Overrides

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.

clearField(Descriptors.FieldDescriptor field)

public GlossaryEntry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GlossaryEntry.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GlossaryEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GlossaryEntry.Builder
Overrides

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

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GlossaryEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GlossaryEntry.Builder
Overrides

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.

setField(Descriptors.FieldDescriptor field, Object value)

public GlossaryEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GlossaryEntry.Builder
Overrides

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GlossaryEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GlossaryEntry.Builder
Overrides

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

setUnknownFields(UnknownFieldSet unknownFields)

public final GlossaryEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GlossaryEntry.Builder
Overrides