public static interface BigpipePBProtocol.ConnectCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
BigpipePBProtocol.AclCommand |
getAuthority()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5; |
BigpipePBProtocol.AclCommandOrBuilder |
getAuthorityOrBuilder()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5; |
int |
getRole()
required uint32 role = 1; |
String |
getSessionId()
optional string sessionId = 3; |
com.google.protobuf.ByteString |
getSessionIdBytes()
optional string sessionId = 3; |
int |
getSessionType()
optional uint32 sessionType = 2; |
String |
getTopicName()
optional string topicName = 4; |
com.google.protobuf.ByteString |
getTopicNameBytes()
optional string topicName = 4; |
String |
getVersion()
optional string version = 6; |
com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 6; |
boolean |
hasAuthority()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5; |
boolean |
hasRole()
required uint32 role = 1; |
boolean |
hasSessionId()
optional string sessionId = 3; |
boolean |
hasSessionType()
optional uint32 sessionType = 2; |
boolean |
hasTopicName()
optional string topicName = 4; |
boolean |
hasVersion()
optional string version = 6; |
boolean hasRole()
required uint32 role = 1;int getRole()
required uint32 role = 1;boolean hasSessionType()
optional uint32 sessionType = 2;int getSessionType()
optional uint32 sessionType = 2;boolean hasSessionId()
optional string sessionId = 3;String getSessionId()
optional string sessionId = 3;com.google.protobuf.ByteString getSessionIdBytes()
optional string sessionId = 3;boolean hasTopicName()
optional string topicName = 4;String getTopicName()
optional string topicName = 4;com.google.protobuf.ByteString getTopicNameBytes()
optional string topicName = 4;boolean hasAuthority()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5;BigpipePBProtocol.AclCommand getAuthority()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5;BigpipePBProtocol.AclCommandOrBuilder getAuthorityOrBuilder()
optional .com.baidu.ub.bigpipe.protocol.AclCommand authority = 5;boolean hasVersion()
optional string version = 6;String getVersion()
optional string version = 6;com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;Copyright © 2017. All rights reserved.