- 2.53.0 (latest)
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.5
- 2.2.0
- 2.1.13
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GlossaryEntry.BuilderImplements
GlossaryEntryOrBuilderStatic 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 |
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 |
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 |
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 |
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 |
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 |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public GlossaryEntry.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
GlossaryEntry.Builder |
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 |
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 |
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 |
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 |