Interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.SecretManagerSection.DelegationKey,FsImageProto.SecretManagerSection.DelegationKey.Builder
- Enclosing class:
- FsImageProto.SecretManagerSection
public static interface FsImageProto.SecretManagerSection.DelegationKeyOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional uint64 expiryDate = 2;intgetId()optional uint32 id = 1;org.apache.hadoop.thirdparty.protobuf.ByteStringgetKey()optional bytes key = 3;booleanoptional uint64 expiryDate = 2;booleanhasId()optional uint32 id = 1;booleanhasKey()optional bytes key = 3;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasId
boolean hasId()optional uint32 id = 1;- Returns:
- Whether the id field is set.
-
getId
int getId()optional uint32 id = 1;- Returns:
- The id.
-
hasExpiryDate
boolean hasExpiryDate()optional uint64 expiryDate = 2;- Returns:
- Whether the expiryDate field is set.
-
getExpiryDate
long getExpiryDate()optional uint64 expiryDate = 2;- Returns:
- The expiryDate.
-
hasKey
boolean hasKey()optional bytes key = 3;- Returns:
- Whether the key field is set.
-
getKey
org.apache.hadoop.thirdparty.protobuf.ByteString getKey()optional bytes key = 3;- Returns:
- The key.
-