Interface UpdateGlossaryEntryRequestOrBuilder (2.48.0)

public interface UpdateGlossaryEntryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGlossaryEntry()

public abstract GlossaryEntry getGlossaryEntry()

Required. The glossary entry to update.

.google.cloud.translation.v3.GlossaryEntry glossary_entry = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GlossaryEntry

The glossaryEntry.

getGlossaryEntryOrBuilder()

public abstract GlossaryEntryOrBuilder getGlossaryEntryOrBuilder()

Required. The glossary entry to update.

.google.cloud.translation.v3.GlossaryEntry glossary_entry = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GlossaryEntryOrBuilder

hasGlossaryEntry()

public abstract boolean hasGlossaryEntry()

Required. The glossary entry to update.

.google.cloud.translation.v3.GlossaryEntry glossary_entry = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the glossaryEntry field is set.