org.apache.hadoop.hbase.protobuf.generated
Interface SecureBulkLoadProtos.DelegationTokenOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecureBulkLoadProtos.DelegationToken, SecureBulkLoadProtos.DelegationToken.Builder
Enclosing class:
SecureBulkLoadProtos

public static interface SecureBulkLoadProtos.DelegationTokenOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasIdentifier

boolean hasIdentifier()
optional bytes identifier = 1;


getIdentifier

com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;


hasPassword

boolean hasPassword()
optional bytes password = 2;


getPassword

com.google.protobuf.ByteString getPassword()
optional bytes password = 2;


hasKind

boolean hasKind()
optional string kind = 3;


getKind

String getKind()
optional string kind = 3;


getKindBytes

com.google.protobuf.ByteString getKindBytes()
optional string kind = 3;


hasService

boolean hasService()
optional string service = 4;


getService

String getService()
optional string service = 4;


getServiceBytes

com.google.protobuf.ByteString getServiceBytes()
optional string service = 4;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.