public static interface PurekitProtosV3Grant.EncryptedGrantHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationDate()
uint64 creation_date = 4; |
long |
getExpirationDate()
uint64 expiration_date = 5; |
com.google.protobuf.ByteString |
getKeyId()
bytes key_id = 3; |
java.lang.String |
getSessionId()
string session_id = 2; |
com.google.protobuf.ByteString |
getSessionIdBytes()
string session_id = 2; |
java.lang.String |
getUserId()
string user_id = 1; |
com.google.protobuf.ByteString |
getUserIdBytes()
string user_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getUserId()
string user_id = 1;
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 1;
java.lang.String getSessionId()
string session_id = 2;
com.google.protobuf.ByteString getSessionIdBytes()
string session_id = 2;
com.google.protobuf.ByteString getKeyId()
bytes key_id = 3;
long getCreationDate()
uint64 creation_date = 4;
long getExpirationDate()
uint64 expiration_date = 5;