public final class PopularityRank extends GeneratedMessage implements PopularityRankOrBuilderDomain's position in popularity ranks for sources such as Alexa, Quantcast, or Statvoo.
Protobuf type google.backstory.PopularityRank
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PopularityRankImplements
PopularityRankOrBuilderStatic Fields
GIVER_FIELD_NUMBER
public static final int GIVER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
INGESTION_TIME_FIELD_NUMBER
public static final int INGESTION_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
RANK_FIELD_NUMBER
public static final int RANK_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PopularityRank getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PopularityRank.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
newBuilder(PopularityRank prototype)
public static PopularityRank.Builder newBuilder(PopularityRank prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PopularityRank |
| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
parseDelimitedFrom(InputStream input)
public static PopularityRank parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PopularityRank parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PopularityRank parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PopularityRank parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PopularityRank parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PopularityRank parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PopularityRank parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PopularityRank> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PopularityRank> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PopularityRank getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PopularityRank |
|
getGiver()
public String getGiver()Name of the rank serial number hexdump.
string giver = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The giver. |
getGiverBytes()
public ByteString getGiverBytes()Name of the rank serial number hexdump.
string giver = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for giver. |
getIngestionTime()
public Timestamp getIngestionTime()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The ingestionTime. |
getIngestionTimeOrBuilder()
public TimestampOrBuilder getIngestionTimeOrBuilder()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getParserForType()
public Parser<PopularityRank> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PopularityRank> |
|
getRank()
public long getRank()Rank position.
int64 rank = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The rank. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasIngestionTime()
public boolean hasIngestionTime()Timestamp when the rank was ingested.
.google.protobuf.Timestamp ingestion_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ingestionTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PopularityRank.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PopularityRank.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
toBuilder()
public PopularityRank.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PopularityRank.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|