public static final class Personhood.UserLocation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder> implements Personhood.UserLocationOrBuilder
UserLocation is the moment a user has been at a certain location.Protobuf type
personhood.UserLocation| Modifier and Type | Method and Description |
|---|---|
Personhood.UserLocation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.UserLocation |
build() |
Personhood.UserLocation |
buildPartial() |
Personhood.UserLocation.Builder |
clear() |
Personhood.UserLocation.Builder |
clearCredential()
optional .personhood.CredentialStruct credential = 3; |
Personhood.UserLocation.Builder |
clearCredentialiid()
optional bytes credentialiid = 2; |
Personhood.UserLocation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Personhood.UserLocation.Builder |
clearLocation()
optional string location = 4; |
Personhood.UserLocation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Personhood.UserLocation.Builder |
clearPublickey()
required bytes publickey = 1; |
Personhood.UserLocation.Builder |
clearTime()
required sint64 time = 5; |
Personhood.UserLocation.Builder |
clone() |
Personhood.CredentialStruct |
getCredential()
optional .personhood.CredentialStruct credential = 3; |
Personhood.CredentialStruct.Builder |
getCredentialBuilder()
optional .personhood.CredentialStruct credential = 3; |
com.google.protobuf.ByteString |
getCredentialiid()
optional bytes credentialiid = 2; |
Personhood.CredentialStructOrBuilder |
getCredentialOrBuilder()
optional .personhood.CredentialStruct credential = 3; |
Personhood.UserLocation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Personhood.UserLocation.Builder |
mergeCredential(Personhood.CredentialStruct value)
optional .personhood.CredentialStruct credential = 3; |
Personhood.UserLocation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Personhood.UserLocation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Personhood.UserLocation.Builder |
mergeFrom(Personhood.UserLocation other) |
Personhood.UserLocation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Personhood.UserLocation.Builder |
setCredential(Personhood.CredentialStruct.Builder builderForValue)
optional .personhood.CredentialStruct credential = 3; |
Personhood.UserLocation.Builder |
setCredential(Personhood.CredentialStruct value)
optional .personhood.CredentialStruct credential = 3; |
Personhood.UserLocation.Builder |
setCredentialiid(com.google.protobuf.ByteString value)
optional bytes credentialiid = 2; |
Personhood.UserLocation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Personhood.UserLocation.Builder |
setLocation(String value)
optional string location = 4; |
Personhood.UserLocation.Builder |
setLocationBytes(com.google.protobuf.ByteString value)
optional string location = 4; |
Personhood.UserLocation.Builder |
setPublickey(com.google.protobuf.ByteString value)
required bytes publickey = 1; |
Personhood.UserLocation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Personhood.UserLocation.Builder |
setTime(long value)
required sint64 time = 5; |
Personhood.UserLocation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Personhood.UserLocation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Personhood.UserLocation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Personhood.UserLocation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder mergeFrom(Personhood.UserLocation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public Personhood.UserLocation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Personhood.UserLocation.Builder>IOExceptionpublic boolean hasPublickey()
required bytes publickey = 1;hasPublickey in interface Personhood.UserLocationOrBuilderpublic com.google.protobuf.ByteString getPublickey()
required bytes publickey = 1;getPublickey in interface Personhood.UserLocationOrBuilderpublic Personhood.UserLocation.Builder setPublickey(com.google.protobuf.ByteString value)
required bytes publickey = 1;public Personhood.UserLocation.Builder clearPublickey()
required bytes publickey = 1;public boolean hasCredentialiid()
optional bytes credentialiid = 2;hasCredentialiid in interface Personhood.UserLocationOrBuilderpublic com.google.protobuf.ByteString getCredentialiid()
optional bytes credentialiid = 2;getCredentialiid in interface Personhood.UserLocationOrBuilderpublic Personhood.UserLocation.Builder setCredentialiid(com.google.protobuf.ByteString value)
optional bytes credentialiid = 2;public Personhood.UserLocation.Builder clearCredentialiid()
optional bytes credentialiid = 2;public boolean hasCredential()
optional .personhood.CredentialStruct credential = 3;hasCredential in interface Personhood.UserLocationOrBuilderpublic Personhood.CredentialStruct getCredential()
optional .personhood.CredentialStruct credential = 3;getCredential in interface Personhood.UserLocationOrBuilderpublic Personhood.UserLocation.Builder setCredential(Personhood.CredentialStruct value)
optional .personhood.CredentialStruct credential = 3;public Personhood.UserLocation.Builder setCredential(Personhood.CredentialStruct.Builder builderForValue)
optional .personhood.CredentialStruct credential = 3;public Personhood.UserLocation.Builder mergeCredential(Personhood.CredentialStruct value)
optional .personhood.CredentialStruct credential = 3;public Personhood.UserLocation.Builder clearCredential()
optional .personhood.CredentialStruct credential = 3;public Personhood.CredentialStruct.Builder getCredentialBuilder()
optional .personhood.CredentialStruct credential = 3;public Personhood.CredentialStructOrBuilder getCredentialOrBuilder()
optional .personhood.CredentialStruct credential = 3;getCredentialOrBuilder in interface Personhood.UserLocationOrBuilderpublic boolean hasLocation()
optional string location = 4;hasLocation in interface Personhood.UserLocationOrBuilderpublic String getLocation()
optional string location = 4;getLocation in interface Personhood.UserLocationOrBuilderpublic com.google.protobuf.ByteString getLocationBytes()
optional string location = 4;getLocationBytes in interface Personhood.UserLocationOrBuilderpublic Personhood.UserLocation.Builder setLocation(String value)
optional string location = 4;public Personhood.UserLocation.Builder clearLocation()
optional string location = 4;public Personhood.UserLocation.Builder setLocationBytes(com.google.protobuf.ByteString value)
optional string location = 4;public boolean hasTime()
required sint64 time = 5;hasTime in interface Personhood.UserLocationOrBuilderpublic long getTime()
required sint64 time = 5;getTime in interface Personhood.UserLocationOrBuilderpublic Personhood.UserLocation.Builder setTime(long value)
required sint64 time = 5;public Personhood.UserLocation.Builder clearTime()
required sint64 time = 5;public final Personhood.UserLocation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>public final Personhood.UserLocation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Personhood.UserLocation.Builder>Copyright © 2019. All rights reserved.