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

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

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


入れ子のクラスの概要
static class TestProtos.TestStruct.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 VALUE1_FIELD_NUMBER
           
static int VALUE2_FIELD_NUMBER
           
 
メソッドの概要
static TestProtos.TestStruct getDefaultInstance()
           
 TestProtos.TestStruct getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 int getSerializedSize()
           
 int getValue1()
           
 TestProtos.TestStruct getValue2()
           
 boolean hasValue1()
           
 boolean hasValue2()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static TestProtos.TestStruct.Builder newBuilder()
           
static TestProtos.TestStruct.Builder newBuilder(TestProtos.TestStruct prototype)
           
 TestProtos.TestStruct.Builder newBuilderForType()
           
static TestProtos.TestStruct parseDelimitedFrom(InputStream input)
           
static TestProtos.TestStruct parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestStruct parseFrom(byte[] data)
           
static TestProtos.TestStruct parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestStruct parseFrom(com.google.protobuf.ByteString data)
           
static TestProtos.TestStruct parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestStruct parseFrom(com.google.protobuf.CodedInputStream input)
           
static TestProtos.TestStruct parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TestProtos.TestStruct parseFrom(InputStream input)
           
static TestProtos.TestStruct parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 TestProtos.TestStruct.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
 

フィールドの詳細

VALUE1_FIELD_NUMBER

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

VALUE2_FIELD_NUMBER

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

getDefaultInstance

public static TestProtos.TestStruct getDefaultInstance()

getDefaultInstanceForType

public TestProtos.TestStruct getDefaultInstanceForType()

getDescriptor

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

internalGetFieldAccessorTable

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

hasValue1

public boolean hasValue1()

getValue1

public int getValue1()

hasValue2

public boolean hasValue2()

getValue2

public TestProtos.TestStruct getValue2()

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

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static TestProtos.TestStruct.Builder newBuilder()

newBuilderForType

public TestProtos.TestStruct.Builder newBuilderForType()

newBuilder

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

toBuilder

public TestProtos.TestStruct.Builder toBuilder()