- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Success, Success.Builder
-
Method Summary
boolean
additional attributes filled by auth provider plugin which will be copied to ClientInfo
int
additional attributes filled by auth provider plugin which will be copied to ClientInfo
additional attributes filled by auth provider plugin which will be copied to ClientInfo
additional attributes filled by auth provider plugin which will be copied to ClientInfo
additional attributes filled by auth provider plugin which will be copied to ClientInfo
for mqtt5 request/response use case
com.google.protobuf.ByteString
for mqtt5 request/response use case
com.google.protobuf.ByteString
com.google.protobuf.ByteString
user properties return back via mqtt5 connack
user properties return back via mqtt5 connack
boolean
for mqtt5 request/response use case
boolean
user properties return back via mqtt5 connack
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTenantId
string tenantId = 1;
- Returns:
- The tenantId.
-
getTenantIdBytes
string tenantId = 1;
- Returns:
- The bytes for tenantId.
-
getUserId
string userId = 2;
- Returns:
- The userId.
-
getUserIdBytes
string userId = 2;
- Returns:
- The bytes for userId.
-
getAttrsCount
additional attributes filled by auth provider plugin which will be copied to ClientInfo
map<string, string> attrs = 3;
-
containsAttrs
additional attributes filled by auth provider plugin which will be copied to ClientInfo
map<string, string> attrs = 3;
-
-
getAttrsMap
additional attributes filled by auth provider plugin which will be copied to ClientInfo
map<string, string> attrs = 3;
-
getAttrsOrDefault
additional attributes filled by auth provider plugin which will be copied to ClientInfo
map<string, string> attrs = 3;
-
getAttrsOrThrow
additional attributes filled by auth provider plugin which will be copied to ClientInfo
map<string, string> attrs = 3;
-
hasResponseInfo
for mqtt5 request/response use case
optional string ResponseInfo = 4;
- Returns:
- Whether the responseInfo field is set.
-
getResponseInfo
for mqtt5 request/response use case
optional string ResponseInfo = 4;
- Returns:
- The responseInfo.
-
getResponseInfoBytes
for mqtt5 request/response use case
optional string ResponseInfo = 4;
- Returns:
- The bytes for responseInfo.
-
hasUserProps
user properties return back via mqtt5 connack
.commontype.UserProperties userProps = 5;
- Returns:
- Whether the userProps field is set.
-
getUserProps
user properties return back via mqtt5 connack
.commontype.UserProperties userProps = 5;
- Returns:
- The userProps.
-
getUserPropsOrBuilder
user properties return back via mqtt5 connack
.commontype.UserProperties userProps = 5;