public static interface ClientProtos.DelegationTokenOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getIdentifier()
optional bytes identifier = 1; |
String |
getKind()
optional string kind = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getKindBytes()
optional string kind = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getPassword()
optional bytes password = 2; |
String |
getService()
optional string service = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getServiceBytes()
optional string service = 4; |
boolean |
hasIdentifier()
optional bytes identifier = 1; |
boolean |
hasKind()
optional string kind = 3; |
boolean |
hasPassword()
optional bytes password = 2; |
boolean |
hasService()
optional string service = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIdentifier()
optional bytes identifier = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;boolean hasPassword()
optional bytes password = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getPassword()
optional bytes password = 2;boolean hasKind()
optional string kind = 3;String getKind()
optional string kind = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getKindBytes()
optional string kind = 3;boolean hasService()
optional string service = 4;String getService()
optional string service = 4;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getServiceBytes()
optional string service = 4;Copyright © 2007–2019 Cloudera. All rights reserved.