类 Pbbp2.Header

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.lark.oapi.ws.pb.Pbbp2.Header
所有已实现的接口:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Pbbp2.HeaderOrBuilder, Serializable
封闭类:
Pbbp2

public static final class Pbbp2.Header extends com.google.protobuf.GeneratedMessageV3 implements Pbbp2.HeaderOrBuilder
Protobuf type pbbp2.Header
另请参阅:
  • 字段详细资料

    • KEY_FIELD_NUMBER

      public static final int KEY_FIELD_NUMBER
      另请参阅:
    • VALUE_FIELD_NUMBER

      public static final int VALUE_FIELD_NUMBER
      另请参阅:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<Pbbp2.Header> PARSER
      已过时。
  • 方法详细资料

    • getDescriptor

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

      public static Pbbp2.Header parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      抛出:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Pbbp2.Header parseFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Pbbp2.Header parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Pbbp2.Header parseDelimitedFrom(InputStream input) throws IOException
      抛出:
      IOException
    • parseDelimitedFrom

      public static Pbbp2.Header parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Pbbp2.Header parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      抛出:
      IOException
    • parseFrom

      public static Pbbp2.Header parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      抛出:
      IOException
    • newBuilder

      public static Pbbp2.Header.Builder newBuilder()
    • newBuilder

      public static Pbbp2.Header.Builder newBuilder(Pbbp2.Header prototype)
    • getDefaultInstance

      public static Pbbp2.Header getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Pbbp2.Header> parser()
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      指定者:
      getUnknownFields 在接口中 com.google.protobuf.MessageOrBuilder
      覆盖:
      getUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3
    • hasKey

      public boolean hasKey()
      required string key = 1;
      指定者:
      hasKey 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      Whether the key field is set.
    • getKey

      public String getKey()
      required string key = 1;
      指定者:
      getKey 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
      required string key = 1;
      指定者:
      getKeyBytes 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      The bytes for key.
    • hasValue

      public boolean hasValue()
      required string value = 2;
      指定者:
      hasValue 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      Whether the value field is set.
    • getValue

      public String getValue()
      required string value = 2;
      指定者:
      getValue 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      The value.
    • getValueBytes

      public com.google.protobuf.ByteString getValueBytes()
      required string value = 2;
      指定者:
      getValueBytes 在接口中 Pbbp2.HeaderOrBuilder
      返回:
      The bytes for value.
    • isInitialized

      public final boolean isInitialized()
      指定者:
      isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
      覆盖:
      isInitialized 在类中 com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      指定者:
      writeTo 在接口中 com.google.protobuf.MessageLite
      覆盖:
      writeTo 在类中 com.google.protobuf.GeneratedMessageV3
      抛出:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      指定者:
      getSerializedSize 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      指定者:
      equals 在接口中 com.google.protobuf.Message
      覆盖:
      equals 在类中 com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      指定者:
      hashCode 在接口中 com.google.protobuf.Message
      覆盖:
      hashCode 在类中 com.google.protobuf.AbstractMessage
    • newBuilderForType

      public Pbbp2.Header.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • toBuilder

      public Pbbp2.Header.Builder toBuilder()
      指定者:
      toBuilder 在接口中 com.google.protobuf.Message
      指定者:
      toBuilder 在接口中 com.google.protobuf.MessageLite
    • getParserForType

      public com.google.protobuf.Parser<Pbbp2.Header> getParserForType()
      指定者:
      getParserForType 在接口中 com.google.protobuf.Message
      指定者:
      getParserForType 在接口中 com.google.protobuf.MessageLite
      覆盖:
      getParserForType 在类中 com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Pbbp2.Header getDefaultInstanceForType()
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
      指定者:
      getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder