public final class TranslateTextResponse extends GeneratedMessageV3 implements TranslateTextResponseOrBuilder
Protobuf type google.cloud.translation.v3beta1.TranslateTextResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
GLOSSARY_TRANSLATIONS_FIELD_NUMBER
public static final int GLOSSARY_TRANSLATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TRANSLATIONS_FIELD_NUMBER
public static final int TRANSLATIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TranslateTextResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TranslateTextResponse.Builder newBuilder()
newBuilder(TranslateTextResponse prototype)
public static TranslateTextResponse.Builder newBuilder(TranslateTextResponse prototype)
parseDelimitedFrom(InputStream input)
public static TranslateTextResponse parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TranslateTextResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TranslateTextResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static TranslateTextResponse parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static TranslateTextResponse parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TranslateTextResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TranslateTextResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TranslateTextResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public TranslateTextResponse getDefaultInstanceForType()
getGlossaryTranslations(int index)
public Translation getGlossaryTranslations(int index)
Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
Parameter |
Name |
Description |
index |
int
|
getGlossaryTranslationsCount()
public int getGlossaryTranslationsCount()
Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
Returns |
Type |
Description |
int |
|
getGlossaryTranslationsList()
public List<Translation> getGlossaryTranslationsList()
Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
getGlossaryTranslationsOrBuilder(int index)
public TranslationOrBuilder getGlossaryTranslationsOrBuilder(int index)
Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
Parameter |
Name |
Description |
index |
int
|
getGlossaryTranslationsOrBuilderList()
public List<? extends TranslationOrBuilder> getGlossaryTranslationsOrBuilderList()
Text translation responses if a glossary is provided in the request.
This can be the same as
translations
if no terms apply. This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation glossary_translations = 3;
Returns |
Type |
Description |
List<? extends com.google.cloud.translate.v3beta1.TranslationOrBuilder> |
|
getParserForType()
public Parser<TranslateTextResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTranslations(int index)
public Translation getTranslations(int index)
Text translation responses with no glossary applied.
This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
Parameter |
Name |
Description |
index |
int
|
getTranslationsCount()
public int getTranslationsCount()
Text translation responses with no glossary applied.
This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
Returns |
Type |
Description |
int |
|
getTranslationsList()
public List<Translation> getTranslationsList()
Text translation responses with no glossary applied.
This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
getTranslationsOrBuilder(int index)
public TranslationOrBuilder getTranslationsOrBuilder(int index)
Text translation responses with no glossary applied.
This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
Parameter |
Name |
Description |
index |
int
|
getTranslationsOrBuilderList()
public List<? extends TranslationOrBuilder> getTranslationsOrBuilderList()
Text translation responses with no glossary applied.
This field has the same length as
contents
.
repeated .google.cloud.translation.v3beta1.Translation translations = 1;
Returns |
Type |
Description |
List<? extends com.google.cloud.translate.v3beta1.TranslationOrBuilder> |
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TranslateTextResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TranslateTextResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TranslateTextResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides