public interface PostingOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperties(int key)
map<int32, .dstore.elastic.Field> properties = 20; |
java.lang.String |
getAuthor()
string author = 5; |
com.google.protobuf.ByteString |
getAuthorBytes()
string author = 5; |
int |
getAuthorPersonId()
int32 author_person_id = 4; |
java.lang.String |
getBody()
string body = 11; |
com.google.protobuf.ByteString |
getBodyBytes()
string body = 11; |
java.lang.String |
getDocumentId()
string document_id = 32; |
com.google.protobuf.ByteString |
getDocumentIdBytes()
string document_id = 32; |
int |
getForumId()
int32 forum_id = 1; |
boolean |
getHasBinaries()
bool has_binaries = 7; |
java.lang.String |
getIndexName()
string index_name = 31; |
com.google.protobuf.ByteString |
getIndexNameBytes()
string index_name = 31; |
TimestampValue |
getLastUpdated()
.dstore.values.TimestampValue last_updated = 9; |
TimestampValueOrBuilder |
getLastUpdatedOrBuilder()
.dstore.values.TimestampValue last_updated = 9; |
int |
getMainPostingId()
int32 main_posting_id = 12; |
TimestampValue |
getPostDate()
.dstore.values.TimestampValue post_date = 8; |
TimestampValueOrBuilder |
getPostDateOrBuilder()
.dstore.values.TimestampValue post_date = 8; |
int |
getPostingId()
int32 posting_id = 2; |
java.util.Map<java.lang.Integer,Field> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<int32, .dstore.elastic.Field> properties = 20; |
java.util.Map<java.lang.Integer,Field> |
getPropertiesMap()
map<int32, .dstore.elastic.Field> properties = 20; |
Field |
getPropertiesOrDefault(int key,
Field defaultValue)
map<int32, .dstore.elastic.Field> properties = 20; |
Field |
getPropertiesOrThrow(int key)
map<int32, .dstore.elastic.Field> properties = 20; |
int |
getReplyToPostingId()
int32 reply_to_posting_id = 3; |
double |
getScore()
double score = 30; |
java.lang.String |
getSubject()
string subject = 10; |
com.google.protobuf.ByteString |
getSubjectBytes()
string subject = 10; |
int |
getVisible()
int32 visible = 6; |
boolean |
hasLastUpdated()
.dstore.values.TimestampValue last_updated = 9; |
boolean |
hasPostDate()
.dstore.values.TimestampValue post_date = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getForumId()
int32 forum_id = 1;int getPostingId()
int32 posting_id = 2;int getMainPostingId()
int32 main_posting_id = 12;int getReplyToPostingId()
int32 reply_to_posting_id = 3;int getAuthorPersonId()
int32 author_person_id = 4;java.lang.String getAuthor()
string author = 5;com.google.protobuf.ByteString getAuthorBytes()
string author = 5;int getVisible()
int32 visible = 6;boolean getHasBinaries()
bool has_binaries = 7;boolean hasPostDate()
.dstore.values.TimestampValue post_date = 8;TimestampValue getPostDate()
.dstore.values.TimestampValue post_date = 8;TimestampValueOrBuilder getPostDateOrBuilder()
.dstore.values.TimestampValue post_date = 8;boolean hasLastUpdated()
.dstore.values.TimestampValue last_updated = 9;TimestampValue getLastUpdated()
.dstore.values.TimestampValue last_updated = 9;TimestampValueOrBuilder getLastUpdatedOrBuilder()
.dstore.values.TimestampValue last_updated = 9;java.lang.String getSubject()
string subject = 10;com.google.protobuf.ByteString getSubjectBytes()
string subject = 10;java.lang.String getBody()
string body = 11;com.google.protobuf.ByteString getBodyBytes()
string body = 11;int getPropertiesCount()
map<int32, .dstore.elastic.Field> properties = 20;boolean containsProperties(int key)
map<int32, .dstore.elastic.Field> properties = 20;@Deprecated java.util.Map<java.lang.Integer,Field> getProperties()
getPropertiesMap() instead.java.util.Map<java.lang.Integer,Field> getPropertiesMap()
map<int32, .dstore.elastic.Field> properties = 20;Field getPropertiesOrDefault(int key, Field defaultValue)
map<int32, .dstore.elastic.Field> properties = 20;Field getPropertiesOrThrow(int key)
map<int32, .dstore.elastic.Field> properties = 20;double getScore()
double score = 30;java.lang.String getIndexName()
string index_name = 31;com.google.protobuf.ByteString getIndexNameBytes()
string index_name = 31;java.lang.String getDocumentId()
string document_id = 32;com.google.protobuf.ByteString getDocumentIdBytes()
string document_id = 32;