public static final class Pbbp2.Header extends com.google.protobuf.GeneratedMessageV3 implements Pbbp2.HeaderOrBuilder
pbbp2.Header| 限定符和类型 | 类和说明 |
|---|---|
static class |
Pbbp2.Header.Builder
Protobuf type
pbbp2.Header |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
KEY_FIELD_NUMBER |
static com.google.protobuf.Parser<Pbbp2.Header> |
PARSER
已过时。
|
static int |
VALUE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Pbbp2.Header |
getDefaultInstance() |
Pbbp2.Header |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
com.google.protobuf.Parser<Pbbp2.Header> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getValue()
required string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 2; |
int |
hashCode() |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValue()
required string value = 2; |
boolean |
isInitialized() |
static Pbbp2.Header.Builder |
newBuilder() |
static Pbbp2.Header.Builder |
newBuilder(Pbbp2.Header prototype) |
Pbbp2.Header.Builder |
newBuilderForType() |
static Pbbp2.Header |
parseDelimitedFrom(InputStream input) |
static Pbbp2.Header |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pbbp2.Header |
parseFrom(byte[] data) |
static Pbbp2.Header |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pbbp2.Header |
parseFrom(ByteBuffer data) |
static Pbbp2.Header |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pbbp2.Header |
parseFrom(com.google.protobuf.ByteString data) |
static Pbbp2.Header |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pbbp2.Header |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Pbbp2.Header |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Pbbp2.Header |
parseFrom(InputStream input) |
static Pbbp2.Header |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Pbbp2.Header> |
parser() |
Pbbp2.Header.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int KEY_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Pbbp2.Header> PARSER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public static Pbbp2.Header parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Pbbp2.Header parseFrom(InputStream input) throws IOException
IOExceptionpublic static Pbbp2.Header parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Pbbp2.Header parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Pbbp2.Header parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Pbbp2.Header parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Pbbp2.Header parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Pbbp2.Header.Builder newBuilder()
public static Pbbp2.Header.Builder newBuilder(Pbbp2.Header prototype)
public static Pbbp2.Header getDefaultInstance()
public static com.google.protobuf.Parser<Pbbp2.Header> parser()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public boolean hasKey()
required string key = 1;hasKey 在接口中 Pbbp2.HeaderOrBuilderpublic String getKey()
required string key = 1;getKey 在接口中 Pbbp2.HeaderOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
required string key = 1;getKeyBytes 在接口中 Pbbp2.HeaderOrBuilderpublic boolean hasValue()
required string value = 2;hasValue 在接口中 Pbbp2.HeaderOrBuilderpublic String getValue()
required string value = 2;getValue 在接口中 Pbbp2.HeaderOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
required string value = 2;getValueBytes 在接口中 Pbbp2.HeaderOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic Pbbp2.Header.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic Pbbp2.Header.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic com.google.protobuf.Parser<Pbbp2.Header> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Pbbp2.Header getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.