public static interface RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChallenge()
optional bytes challenge = 5; |
String |
getMechanism()
required string mechanism = 2; |
com.google.protobuf.ByteString |
getMechanismBytes()
required string mechanism = 2; |
String |
getMethod()
required string method = 1; |
com.google.protobuf.ByteString |
getMethodBytes()
required string method = 1; |
String |
getProtocol()
optional string protocol = 3; |
com.google.protobuf.ByteString |
getProtocolBytes()
optional string protocol = 3; |
String |
getServerId()
optional string serverId = 4; |
com.google.protobuf.ByteString |
getServerIdBytes()
optional string serverId = 4; |
boolean |
hasChallenge()
optional bytes challenge = 5; |
boolean |
hasMechanism()
required string mechanism = 2; |
boolean |
hasMethod()
required string method = 1; |
boolean |
hasProtocol()
optional string protocol = 3; |
boolean |
hasServerId()
optional string serverId = 4; |
boolean hasMethod()
required string method = 1;
com.google.protobuf.ByteString getMethodBytes()
required string method = 1;
boolean hasMechanism()
required string mechanism = 2;
String getMechanism()
required string mechanism = 2;
com.google.protobuf.ByteString getMechanismBytes()
required string mechanism = 2;
boolean hasProtocol()
optional string protocol = 3;
String getProtocol()
optional string protocol = 3;
com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 3;
boolean hasServerId()
optional string serverId = 4;
String getServerId()
optional string serverId = 4;
com.google.protobuf.ByteString getServerIdBytes()
optional string serverId = 4;
boolean hasChallenge()
optional bytes challenge = 5;
com.google.protobuf.ByteString getChallenge()
optional bytes challenge = 5;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.