public static interface SecureBulkLoadProtos.DelegationTokenOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
com.google.protobuf.ByteString | 
getIdentifier()
optional bytes identifier = 1; | 
String | 
getKind()
optional string kind = 3; | 
com.google.protobuf.ByteString | 
getKindBytes()
optional string kind = 3; | 
com.google.protobuf.ByteString | 
getPassword()
optional bytes password = 2; | 
String | 
getService()
optional string service = 4; | 
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; | 
boolean hasIdentifier()
optional bytes identifier = 1;com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;boolean hasPassword()
optional bytes password = 2;com.google.protobuf.ByteString getPassword()
optional bytes password = 2;boolean hasKind()
optional string kind = 3;String getKind()
optional string kind = 3;com.google.protobuf.ByteString getKindBytes()
optional string kind = 3;boolean hasService()
optional string service = 4;String getService()
optional string service = 4;com.google.protobuf.ByteString getServiceBytes()
optional string service = 4;