jp.go.nict.langrid.client.protobuf.test
クラス TestProtos.TestRequest

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

public static final class TestProtos.TestRequest
extends com.google.protobuf.GeneratedMessage


入れ子のクラスの概要
static class TestProtos.TestRequest.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 BOOLEANVALUE_FIELD_NUMBER
           
static int BYTESVALUE_FIELD_NUMBER
           
static int DOUBLEVALUE_FIELD_NUMBER
           
static int FLOATVALUE_FIELD_NUMBER
           
static int HEADERS_FIELD_NUMBER
           
static int INTARRAYVALUE_FIELD_NUMBER
           
static int INTVALUE_FIELD_NUMBER
           
static int LONGVALUE_FIELD_NUMBER
           
static int STRINGVALUE_FIELD_NUMBER
           
static int TESTENUMVALUE_FIELD_NUMBER
           
 
メソッドの概要
 boolean getBooleanValue()
           
 com.google.protobuf.ByteString getBytesValue()
           
static TestProtos.TestRequest getDefaultInstance()
           
 TestProtos.TestRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 double getDoubleValue()
           
 float getFloatValue()
           
 TestProtos.Header getHeaders(int index)
           
 int getHeadersCount()
           
 List<TestProtos.Header> getHeadersList()
           
 int getIntArrayValue(int index)
           
 int getIntArrayValueCount()
           
 List<Integer> getIntArrayValueList()
           
 int getIntValue()
           
 long getLongValue()
           
 int getSerializedSize()
           
 String getStringValue()
           
 TestProtos.TestEnum getTestEnumValue()
           
 boolean hasBooleanValue()
           
 boolean hasBytesValue()
           
 boolean hasDoubleValue()
           
 boolean hasFloatValue()
           
 boolean hasIntValue()
           
 boolean hasLongValue()
           
 boolean hasStringValue()
           
 boolean hasTestEnumValue()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestProtos.TestRequest.Builder newBuilder()
           
static TestProtos.TestRequest.Builder newBuilder(TestProtos.TestRequest prototype)
           
 TestProtos.TestRequest.Builder newBuilderForType()
           
static TestProtos.TestRequest parseDelimitedFrom(InputStream input)
           
static TestProtos.TestRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestRequest parseFrom(byte[] data)
           
static TestProtos.TestRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestRequest parseFrom(com.google.protobuf.ByteString data)
           
static TestProtos.TestRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestRequest parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestProtos.TestRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestRequest parseFrom(InputStream input)
           
static TestProtos.TestRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestProtos.TestRequest.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
関連項目:
定数フィールド値

DOUBLEVALUE_FIELD_NUMBER

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

FLOATVALUE_FIELD_NUMBER

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

INTVALUE_FIELD_NUMBER

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

LONGVALUE_FIELD_NUMBER

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

BOOLEANVALUE_FIELD_NUMBER

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

STRINGVALUE_FIELD_NUMBER

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

BYTESVALUE_FIELD_NUMBER

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

TESTENUMVALUE_FIELD_NUMBER

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

INTARRAYVALUE_FIELD_NUMBER

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

getDefaultInstance

public static TestProtos.TestRequest getDefaultInstance()

getDefaultInstanceForType

public TestProtos.TestRequest 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<TestProtos.Header> getHeadersList()

getHeadersCount

public int getHeadersCount()

getHeaders

public TestProtos.Header getHeaders(int index)

hasDoubleValue

public boolean hasDoubleValue()

getDoubleValue

public double getDoubleValue()

hasFloatValue

public boolean hasFloatValue()

getFloatValue

public float getFloatValue()

hasIntValue

public boolean hasIntValue()

getIntValue

public int getIntValue()

hasLongValue

public boolean hasLongValue()

getLongValue

public long getLongValue()

hasBooleanValue

public boolean hasBooleanValue()

getBooleanValue

public boolean getBooleanValue()

hasStringValue

public boolean hasStringValue()

getStringValue

public String getStringValue()

hasBytesValue

public boolean hasBytesValue()

getBytesValue

public com.google.protobuf.ByteString getBytesValue()

hasTestEnumValue

public boolean hasTestEnumValue()

getTestEnumValue

public TestProtos.TestEnum getTestEnumValue()

getIntArrayValueList

public List<Integer> getIntArrayValueList()

getIntArrayValueCount

public int getIntArrayValueCount()

getIntArrayValue

public int getIntArrayValue(int index)

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 TestProtos.TestRequest parseFrom(com.google.protobuf.ByteString data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
例外:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

public static TestProtos.TestRequest parseFrom(InputStream input)
                                        throws IOException
例外:
IOException

parseFrom

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

parseDelimitedFrom

public static TestProtos.TestRequest parseDelimitedFrom(InputStream input)
                                                 throws IOException
例外:
IOException

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestProtos.TestRequest.Builder newBuilder()

newBuilderForType

public TestProtos.TestRequest.Builder newBuilderForType()

newBuilder

public static TestProtos.TestRequest.Builder newBuilder(TestProtos.TestRequest prototype)

toBuilder

public TestProtos.TestRequest.Builder toBuilder()