类 Pbbp2.Frame

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

public static final class Pbbp2.Frame extends com.google.protobuf.GeneratedMessageV3 implements Pbbp2.FrameOrBuilder
 message frame
 

Protobuf type pbbp2.Frame

另请参阅:
  • 字段详细资料

    • SEQID_FIELD_NUMBER

      public static final int SEQID_FIELD_NUMBER
      另请参阅:
    • LOGID_FIELD_NUMBER

      public static final int LOGID_FIELD_NUMBER
      另请参阅:
    • SERVICE_FIELD_NUMBER

      public static final int SERVICE_FIELD_NUMBER
      另请参阅:
    • METHOD_FIELD_NUMBER

      public static final int METHOD_FIELD_NUMBER
      另请参阅:
    • HEADERS_FIELD_NUMBER

      public static final int HEADERS_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_ENCODING_FIELD_NUMBER

      public static final int PAYLOAD_ENCODING_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_TYPE_FIELD_NUMBER

      public static final int PAYLOAD_TYPE_FIELD_NUMBER
      另请参阅:
    • PAYLOAD_FIELD_NUMBER

      public static final int PAYLOAD_FIELD_NUMBER
      另请参阅:
    • LOGIDNEW_FIELD_NUMBER

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

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

    • getDescriptor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public static Pbbp2.Frame getDefaultInstance()
    • parser

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

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

      public boolean hasSeqID()
      required uint64 SeqID = 1;
      指定者:
      hasSeqID 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the seqID field is set.
    • getSeqID

      public long getSeqID()
      required uint64 SeqID = 1;
      指定者:
      getSeqID 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The seqID.
    • hasLogID

      public boolean hasLogID()
      required uint64 LogID = 2;
      指定者:
      hasLogID 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the logID field is set.
    • getLogID

      public long getLogID()
      required uint64 LogID = 2;
      指定者:
      getLogID 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The logID.
    • hasService

      public boolean hasService()
      required int32 service = 3;
      指定者:
      hasService 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the service field is set.
    • getService

      public int getService()
      required int32 service = 3;
      指定者:
      getService 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The service.
    • hasMethod

      public boolean hasMethod()
      required int32 method = 4;
      指定者:
      hasMethod 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the method field is set.
    • getMethod

      public int getMethod()
      required int32 method = 4;
      指定者:
      getMethod 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The method.
    • getHeadersList

      public List<Pbbp2.Header> getHeadersList()
      repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];
      指定者:
      getHeadersList 在接口中 Pbbp2.FrameOrBuilder
    • getHeadersOrBuilderList

      public List<? extends Pbbp2.HeaderOrBuilder> getHeadersOrBuilderList()
      repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];
      指定者:
      getHeadersOrBuilderList 在接口中 Pbbp2.FrameOrBuilder
    • getHeadersCount

      public int getHeadersCount()
      repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];
      指定者:
      getHeadersCount 在接口中 Pbbp2.FrameOrBuilder
    • getHeaders

      public Pbbp2.Header getHeaders(int index)
      repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];
      指定者:
      getHeaders 在接口中 Pbbp2.FrameOrBuilder
    • getHeadersOrBuilder

      public Pbbp2.HeaderOrBuilder getHeadersOrBuilder(int index)
      repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];
      指定者:
      getHeadersOrBuilder 在接口中 Pbbp2.FrameOrBuilder
    • hasPayloadEncoding

      public boolean hasPayloadEncoding()
       http like content-encoding, eg: gzip or none
       
      optional string payload_encoding = 6;
      指定者:
      hasPayloadEncoding 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the payloadEncoding field is set.
    • getPayloadEncoding

      public String getPayloadEncoding()
       http like content-encoding, eg: gzip or none
       
      optional string payload_encoding = 6;
      指定者:
      getPayloadEncoding 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The payloadEncoding.
    • getPayloadEncodingBytes

      public com.google.protobuf.ByteString getPayloadEncodingBytes()
       http like content-encoding, eg: gzip or none
       
      optional string payload_encoding = 6;
      指定者:
      getPayloadEncodingBytes 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The bytes for payloadEncoding.
    • hasPayloadType

      public boolean hasPayloadType()
       http like content-type
       
      optional string payload_type = 7;
      指定者:
      hasPayloadType 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the payloadType field is set.
    • getPayloadType

      public String getPayloadType()
       http like content-type
       
      optional string payload_type = 7;
      指定者:
      getPayloadType 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The payloadType.
    • getPayloadTypeBytes

      public com.google.protobuf.ByteString getPayloadTypeBytes()
       http like content-type
       
      optional string payload_type = 7;
      指定者:
      getPayloadTypeBytes 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The bytes for payloadType.
    • hasPayload

      public boolean hasPayload()
       http like body
       
      optional bytes payload = 8;
      指定者:
      hasPayload 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the payload field is set.
    • getPayload

      public com.google.protobuf.ByteString getPayload()
       http like body
       
      optional bytes payload = 8;
      指定者:
      getPayload 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The payload.
    • hasLogIDNew

      public boolean hasLogIDNew()
      optional string LogIDNew = 9;
      指定者:
      hasLogIDNew 在接口中 Pbbp2.FrameOrBuilder
      返回:
      Whether the logIDNew field is set.
    • getLogIDNew

      public String getLogIDNew()
      optional string LogIDNew = 9;
      指定者:
      getLogIDNew 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The logIDNew.
    • getLogIDNewBytes

      public com.google.protobuf.ByteString getLogIDNewBytes()
      optional string LogIDNew = 9;
      指定者:
      getLogIDNewBytes 在接口中 Pbbp2.FrameOrBuilder
      返回:
      The bytes for logIDNew.
    • 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.Frame.Builder newBuilderForType()
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.Message
      指定者:
      newBuilderForType 在接口中 com.google.protobuf.MessageLite
    • toBuilder

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

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

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