public static final class Glossary.LanguageCodesSet extends GeneratedMessageV3 implements Glossary.LanguageCodesSetOrBuilder
Used with equivalent term set glossaries.
Protobuf type google.cloud.translation.v3.Glossary.LanguageCodesSet
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Glossary.LanguageCodesSetImplements
Glossary.LanguageCodesSetOrBuilderStatic Fields
LANGUAGE_CODES_FIELD_NUMBER
public static final int LANGUAGE_CODES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static Glossary.LanguageCodesSet getDefaultInstance()
Type | Description |
Glossary.LanguageCodesSet |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static Glossary.LanguageCodesSet.Builder newBuilder()
Type | Description |
Glossary.LanguageCodesSet.Builder |
newBuilder(Glossary.LanguageCodesSet prototype)
public static Glossary.LanguageCodesSet.Builder newBuilder(Glossary.LanguageCodesSet prototype)
Name | Description |
prototype | Glossary.LanguageCodesSet |
Type | Description |
Glossary.LanguageCodesSet.Builder |
parseDelimitedFrom(InputStream input)
public static Glossary.LanguageCodesSet parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Glossary.LanguageCodesSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
IOException |
parseFrom(byte[] data)
public static Glossary.LanguageCodesSet parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Glossary.LanguageCodesSet parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Glossary.LanguageCodesSet parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Glossary.LanguageCodesSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Glossary.LanguageCodesSet |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Glossary.LanguageCodesSet parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |