public static interface Personhood.UserLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Personhood.CredentialStruct |
getCredential()
optional .personhood.CredentialStruct credential = 3; |
com.google.protobuf.ByteString |
getCredentialiid()
optional bytes credentialiid = 2; |
Personhood.CredentialStructOrBuilder |
getCredentialOrBuilder()
optional .personhood.CredentialStruct credential = 3; |
String |
getLocation()
optional string location = 4; |
com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 4; |
com.google.protobuf.ByteString |
getPublickey()
required bytes publickey = 1; |
long |
getTime()
required sint64 time = 5; |
boolean |
hasCredential()
optional .personhood.CredentialStruct credential = 3; |
boolean |
hasCredentialiid()
optional bytes credentialiid = 2; |
boolean |
hasLocation()
optional string location = 4; |
boolean |
hasPublickey()
required bytes publickey = 1; |
boolean |
hasTime()
required sint64 time = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPublickey()
required bytes publickey = 1;com.google.protobuf.ByteString getPublickey()
required bytes publickey = 1;boolean hasCredentialiid()
optional bytes credentialiid = 2;com.google.protobuf.ByteString getCredentialiid()
optional bytes credentialiid = 2;boolean hasCredential()
optional .personhood.CredentialStruct credential = 3;Personhood.CredentialStruct getCredential()
optional .personhood.CredentialStruct credential = 3;Personhood.CredentialStructOrBuilder getCredentialOrBuilder()
optional .personhood.CredentialStruct credential = 3;boolean hasLocation()
optional string location = 4;String getLocation()
optional string location = 4;com.google.protobuf.ByteString getLocationBytes()
optional string location = 4;boolean hasTime()
required sint64 time = 5;long getTime()
required sint64 time = 5;Copyright © 2019. All rights reserved.