public static interface Personhood.PopDescOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getDatetime()
DateTime of the party.
|
String |
getLocation()
Location of the party
|
com.google.protobuf.ByteString |
getLocationBytes()
Location of the party
|
String |
getName()
Name of the party.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the party.
|
String |
getPurpose()
Purpose of the party
|
com.google.protobuf.ByteString |
getPurposeBytes()
Purpose of the party
|
boolean |
hasDatetime()
DateTime of the party.
|
boolean |
hasLocation()
Location of the party
|
boolean |
hasName()
Name of the party.
|
boolean |
hasPurpose()
Purpose of the party
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of the party.
required string name = 1;String getName()
Name of the party.
required string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the party.
required string name = 1;boolean hasPurpose()
Purpose of the party
required string purpose = 2;String getPurpose()
Purpose of the party
required string purpose = 2;com.google.protobuf.ByteString getPurposeBytes()
Purpose of the party
required string purpose = 2;boolean hasDatetime()
DateTime of the party. It is stored as seconds since the Unix-epoch, 1/1/1970
required uint64 datetime = 3;long getDatetime()
DateTime of the party. It is stored as seconds since the Unix-epoch, 1/1/1970
required uint64 datetime = 3;boolean hasLocation()
Location of the party
required string location = 4;String getLocation()
Location of the party
required string location = 4;com.google.protobuf.ByteString getLocationBytes()
Location of the party
required string location = 4;Copyright © 2019. All rights reserved.