public static final class CommonProtos.Header
extends com.google.protobuf.GeneratedMessage
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
CommonProtos.Header.Builder |
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 |
NAME_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static CommonProtos.Header |
getDefaultInstance() |
CommonProtos.Header |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName() |
int |
getSerializedSize() |
String |
getValue() |
boolean |
hasName() |
boolean |
hasValue() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CommonProtos.Header.Builder |
newBuilder() |
static CommonProtos.Header.Builder |
newBuilder(CommonProtos.Header prototype) |
CommonProtos.Header.Builder |
newBuilderForType() |
static CommonProtos.Header |
parseDelimitedFrom(InputStream input) |
static CommonProtos.Header |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Header |
parseFrom(byte[] data) |
static CommonProtos.Header |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Header |
parseFrom(com.google.protobuf.ByteString data) |
static CommonProtos.Header |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Header |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommonProtos.Header |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommonProtos.Header |
parseFrom(InputStream input) |
static CommonProtos.Header |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CommonProtos.Header.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension, newRepeatedGeneratedExtensionpublic static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static CommonProtos.Header getDefaultInstance()
public CommonProtos.Header getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable クラス内 com.google.protobuf.GeneratedMessagepublic boolean hasName()
public String getName()
public boolean hasValue()
public String getValue()
public final boolean isInitialized()
isInitialized インタフェース内 com.google.protobuf.MessageLiteisInitialized クラス内 com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo インタフェース内 com.google.protobuf.MessageLitewriteTo クラス内 com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize インタフェース内 com.google.protobuf.MessageLitegetSerializedSize クラス内 com.google.protobuf.AbstractMessagepublic static CommonProtos.Header parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Header parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Header parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Header parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CommonProtos.Header parseFrom(InputStream input) throws IOException
IOExceptionpublic static CommonProtos.Header parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Header parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CommonProtos.Header parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Header parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CommonProtos.Header parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CommonProtos.Header.Builder newBuilder()
public CommonProtos.Header.Builder newBuilderForType()
public static CommonProtos.Header.Builder newBuilder(CommonProtos.Header prototype)
public CommonProtos.Header.Builder toBuilder()
Copyright © 2017. All rights reserved.