public interface UpdateGlossaryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGlossary()
public abstract Glossary getGlossary()Required. The glossary entry to update.
.google.cloud.translation.v3.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Glossary |
The glossary. |
getGlossaryOrBuilder()
public abstract GlossaryOrBuilder getGlossaryOrBuilder()Required. The glossary entry to update.
.google.cloud.translation.v3.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GlossaryOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask() The list of fields to be updated. Currently only display_name and
'input_config'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of fields to be updated. Currently only display_name and
'input_config'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasGlossary()
public abstract boolean hasGlossary()Required. The glossary entry to update.
.google.cloud.translation.v3.Glossary glossary = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the glossary field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() The list of fields to be updated. Currently only display_name and
'input_config'
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |