public static interface PurekitProtosV3Storage.GrantKeySignedOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getCreationDate()
uint64 creation_date = 5; |
com.google.protobuf.ByteString |
getEncryptedGrantKeyBlob()
bytes encrypted_grant_key_blob = 4; |
long |
getExpirationDate()
uint64 expiration_date = 6; |
com.google.protobuf.ByteString |
getKeyId()
bytes key_id = 3; |
java.lang.String |
getUserId()
string user_id = 2; |
com.google.protobuf.ByteString |
getUserIdBytes()
string user_id = 2; |
int |
getVersion()
uint32 version = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getVersion()
uint32 version = 1;
java.lang.String getUserId()
string user_id = 2;
com.google.protobuf.ByteString getUserIdBytes()
string user_id = 2;
com.google.protobuf.ByteString getKeyId()
bytes key_id = 3;
com.google.protobuf.ByteString getEncryptedGrantKeyBlob()
bytes encrypted_grant_key_blob = 4;
long getCreationDate()
uint64 creation_date = 5;
long getExpirationDate()
uint64 expiration_date = 6;