jp.go.nict.langrid.client.protobuf.proto
クラス BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest

java.lang.Object
  上位を拡張 com.google.protobuf.AbstractMessageLite
      上位を拡張 com.google.protobuf.AbstractMessage
          上位を拡張 com.google.protobuf.GeneratedMessage
              上位を拡張 jp.go.nict.langrid.client.protobuf.proto.BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest
すべての実装されたインタフェース:
com.google.protobuf.Message, com.google.protobuf.MessageLite
含まれているクラス:
BackTranslationWithTemporalDictionaryProtos

public static final class BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest
extends com.google.protobuf.GeneratedMessage


入れ子のクラスの概要
static class BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder
           
 
クラス com.google.protobuf.GeneratedMessage から継承された入れ子のクラス/インタフェース
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
フィールドの概要
static int DICTIONARYTARGETLANG_FIELD_NUMBER
           
static int HEADERS_FIELD_NUMBER
           
static int INTERMEDIATELANG_FIELD_NUMBER
           
static int SOURCE_FIELD_NUMBER
           
static int SOURCELANG_FIELD_NUMBER
           
static int TEMPORALDICTIONARY_FIELD_NUMBER
           
 
メソッドの概要
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest getDefaultInstance()
           
 BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getDictionaryTargetLang()
           
 jp.go.nict.langrid.client.protobuf.proto.CommonProtos.Header getHeaders(int index)
           
 int getHeadersCount()
           
 List<jp.go.nict.langrid.client.protobuf.proto.CommonProtos.Header> getHeadersList()
           
 String getIntermediateLang()
           
 int getSerializedSize()
           
 String getSource()
           
 String getSourceLang()
           
 BilingualDictionaryProtos.Translation getTemporalDictionary(int index)
           
 int getTemporalDictionaryCount()
           
 List<BilingualDictionaryProtos.Translation> getTemporalDictionaryList()
           
 boolean hasDictionaryTargetLang()
           
 boolean hasIntermediateLang()
           
 boolean hasSource()
           
 boolean hasSourceLang()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilder()
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilder(BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest prototype)
           
 BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilderForType()
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseDelimitedFrom(InputStream input)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(byte[] data)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.ByteString data)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(InputStream input)
           
static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder toBuilder()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
クラス com.google.protobuf.GeneratedMessage から継承されたメソッド
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtension
 
クラス com.google.protobuf.AbstractMessage から継承されたメソッド
equals, hashCode, toString
 
クラス com.google.protobuf.AbstractMessageLite から継承されたメソッド
toByteArray, toByteString, writeDelimitedTo, writeTo
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
インタフェース com.google.protobuf.MessageLite から継承されたメソッド
toByteArray, toByteString, writeDelimitedTo, writeTo
 

フィールドの詳細

HEADERS_FIELD_NUMBER

public static final int HEADERS_FIELD_NUMBER
関連項目:
定数フィールド値

SOURCELANG_FIELD_NUMBER

public static final int SOURCELANG_FIELD_NUMBER
関連項目:
定数フィールド値

INTERMEDIATELANG_FIELD_NUMBER

public static final int INTERMEDIATELANG_FIELD_NUMBER
関連項目:
定数フィールド値

SOURCE_FIELD_NUMBER

public static final int SOURCE_FIELD_NUMBER
関連項目:
定数フィールド値

TEMPORALDICTIONARY_FIELD_NUMBER

public static final int TEMPORALDICTIONARY_FIELD_NUMBER
関連項目:
定数フィールド値

DICTIONARYTARGETLANG_FIELD_NUMBER

public static final int DICTIONARYTARGETLANG_FIELD_NUMBER
関連項目:
定数フィールド値
メソッドの詳細

getDefaultInstance

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest getDefaultInstance()

getDefaultInstanceForType

public BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
定義:
クラス com.google.protobuf.GeneratedMessage 内の internalGetFieldAccessorTable

getHeadersList

public List<jp.go.nict.langrid.client.protobuf.proto.CommonProtos.Header> getHeadersList()

getHeadersCount

public int getHeadersCount()

getHeaders

public jp.go.nict.langrid.client.protobuf.proto.CommonProtos.Header getHeaders(int index)

hasSourceLang

public boolean hasSourceLang()

getSourceLang

public String getSourceLang()

hasIntermediateLang

public boolean hasIntermediateLang()

getIntermediateLang

public String getIntermediateLang()

hasSource

public boolean hasSource()

getSource

public String getSource()

getTemporalDictionaryList

public List<BilingualDictionaryProtos.Translation> getTemporalDictionaryList()

getTemporalDictionaryCount

public int getTemporalDictionaryCount()

getTemporalDictionary

public BilingualDictionaryProtos.Translation getTemporalDictionary(int index)

hasDictionaryTargetLang

public boolean hasDictionaryTargetLang()

getDictionaryTargetLang

public String getDictionaryTargetLang()

isInitialized

public final boolean isInitialized()
定義:
インタフェース com.google.protobuf.MessageLite 内の isInitialized
オーバーライド:
クラス com.google.protobuf.GeneratedMessage 内の isInitialized

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
定義:
インタフェース com.google.protobuf.MessageLite 内の writeTo
オーバーライド:
クラス com.google.protobuf.AbstractMessage 内の writeTo
例外:
IOException

getSerializedSize

public int getSerializedSize()
定義:
インタフェース com.google.protobuf.MessageLite 内の getSerializedSize
オーバーライド:
クラス com.google.protobuf.AbstractMessage 内の getSerializedSize

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.ByteString data)
                                                                                  throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.ByteString data,
                                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                  throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(byte[] data)
                                                                                  throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(byte[] data,
                                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                  throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(InputStream input)
                                                                                  throws IOException
例外:
IOException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(InputStream input,
                                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                  throws IOException
例外:
IOException

parseDelimitedFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseDelimitedFrom(InputStream input)
                                                                                           throws IOException
例外:
IOException

parseDelimitedFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseDelimitedFrom(InputStream input,
                                                                                                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                           throws IOException
例外:
IOException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.CodedInputStream input)
                                                                                  throws IOException
例外:
IOException

parseFrom

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest parseFrom(com.google.protobuf.CodedInputStream input,
                                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                                  throws IOException
例外:
IOException

newBuilder

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilder()

newBuilderForType

public BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilderForType()

newBuilder

public static BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder newBuilder(BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest prototype)

toBuilder

public BackTranslationWithTemporalDictionaryProtos.BackTranslateRequest.Builder toBuilder()