public interface PopularityRankOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGiver()
public abstract String getGiver()Name of the rank serial number hexdump.
string giver = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The giver. |
getGiverBytes()
public abstract ByteString getGiverBytes()Name of the rank serial number hexdump.
string giver = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for giver. |
getIngestionTime()
public abstract Timestamp getIngestionTime()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The ingestionTime. |
getIngestionTimeOrBuilder()
public abstract TimestampOrBuilder getIngestionTimeOrBuilder()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getRank()
public abstract long getRank()Rank position.
int64 rank = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The rank. |
hasIngestionTime()
public abstract boolean hasIngestionTime()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ingestionTime field is set. |