public static interface Pbbp2.FrameOrBuilder
extends com.lark.oapi.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Pbbp2.Header |
getHeaders(int index)
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false]; |
int |
getHeadersCount()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false]; |
List<Pbbp2.Header> |
getHeadersList()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false]; |
Pbbp2.HeaderOrBuilder |
getHeadersOrBuilder(int index)
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false]; |
List<? extends Pbbp2.HeaderOrBuilder> |
getHeadersOrBuilderList()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false]; |
long |
getLogID()
required uint64 LogID = 2; |
String |
getLogIDNew()
optional string LogIDNew = 9; |
com.lark.oapi.google.protobuf.ByteString |
getLogIDNewBytes()
optional string LogIDNew = 9; |
int |
getMethod()
required int32 method = 4; |
com.lark.oapi.google.protobuf.ByteString |
getPayload()
http like body
optional bytes payload = 8; |
String |
getPayloadEncoding()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6; |
com.lark.oapi.google.protobuf.ByteString |
getPayloadEncodingBytes()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6; |
String |
getPayloadType()
http like content-type
optional string payload_type = 7; |
com.lark.oapi.google.protobuf.ByteString |
getPayloadTypeBytes()
http like content-type
optional string payload_type = 7; |
long |
getSeqID()
required uint64 SeqID = 1; |
int |
getService()
required int32 service = 3; |
boolean |
hasLogID()
required uint64 LogID = 2; |
boolean |
hasLogIDNew()
optional string LogIDNew = 9; |
boolean |
hasMethod()
required int32 method = 4; |
boolean |
hasPayload()
http like body
optional bytes payload = 8; |
boolean |
hasPayloadEncoding()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6; |
boolean |
hasPayloadType()
http like content-type
optional string payload_type = 7; |
boolean |
hasSeqID()
required uint64 SeqID = 1; |
boolean |
hasService()
required int32 service = 3; |
boolean hasSeqID()
required uint64 SeqID = 1;long getSeqID()
required uint64 SeqID = 1;boolean hasLogID()
required uint64 LogID = 2;long getLogID()
required uint64 LogID = 2;boolean hasService()
required int32 service = 3;int getService()
required int32 service = 3;boolean hasMethod()
required int32 method = 4;int getMethod()
required int32 method = 4;List<Pbbp2.Header> getHeadersList()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];Pbbp2.Header getHeaders(int index)
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];int getHeadersCount()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];List<? extends Pbbp2.HeaderOrBuilder> getHeadersOrBuilderList()
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];Pbbp2.HeaderOrBuilder getHeadersOrBuilder(int index)
repeated .pbbp2.Header headers = 5 [(.gogoproto.nullable) = false];boolean hasPayloadEncoding()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6;String getPayloadEncoding()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6;com.lark.oapi.google.protobuf.ByteString getPayloadEncodingBytes()
http like content-encoding, eg: gzip or none
optional string payload_encoding = 6;boolean hasPayloadType()
http like content-type
optional string payload_type = 7;String getPayloadType()
http like content-type
optional string payload_type = 7;com.lark.oapi.google.protobuf.ByteString getPayloadTypeBytes()
http like content-type
optional string payload_type = 7;boolean hasPayload()
http like body
optional bytes payload = 8;com.lark.oapi.google.protobuf.ByteString getPayload()
http like body
optional bytes payload = 8;boolean hasLogIDNew()
optional string LogIDNew = 9;String getLogIDNew()
optional string LogIDNew = 9;com.lark.oapi.google.protobuf.ByteString getLogIDNewBytes()
optional string LogIDNew = 9;Copyright © 2025. All rights reserved.