public static final class SeoProto.SEODomainMetrics extends com.google.protobuf.GeneratedMessageV3 implements SeoProto.SEODomainMetricsOrBuilder
SEODomainMetrics represents the SEO domain metrics for a businessProtobuf type
snapshot.v1.SEODomainMetrics
Modifier and Type | Class and Description |
---|---|
static class |
SeoProto.SEODomainMetrics.Builder
SEODomainMetrics represents the SEO domain metrics for a business
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
DAILY_ORGANIC_TRAFFIC_VALUE_FIELD_NUMBER |
static int |
DOMAIN_NAME_FIELD_NUMBER |
static int |
NUMBER_OF_ORGANIC_KEYWORDS_FIELD_NUMBER |
static int |
ORGANIC_CLICKS_PER_MONTH_FIELD_NUMBER |
static int |
ORGANIC_DOMAIN_RANKING_FIELD_NUMBER |
static int |
OVERLAP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getDailyOrganicTrafficValue()
int64 daily_organic_traffic_value = 4; |
static SeoProto.SEODomainMetrics |
getDefaultInstance() |
SeoProto.SEODomainMetrics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDomainName()
Domain of the business
|
com.google.protobuf.ByteString |
getDomainNameBytes()
Domain of the business
|
long |
getNumberOfOrganicKeywords()
int64 number_of_organic_keywords = 2; |
long |
getOrganicClicksPerMonth()
int64 organic_clicks_per_month = 3; |
long |
getOrganicDomainRanking()
int64 organic_domain_ranking = 5; |
float |
getOverlap()
Overlap with the primary business
|
com.google.protobuf.Parser<SeoProto.SEODomainMetrics> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SeoProto.SEODomainMetrics.Builder |
newBuilder() |
static SeoProto.SEODomainMetrics.Builder |
newBuilder(SeoProto.SEODomainMetrics prototype) |
SeoProto.SEODomainMetrics.Builder |
newBuilderForType() |
protected SeoProto.SEODomainMetrics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static SeoProto.SEODomainMetrics |
parseDelimitedFrom(InputStream input) |
static SeoProto.SEODomainMetrics |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeoProto.SEODomainMetrics |
parseFrom(byte[] data) |
static SeoProto.SEODomainMetrics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeoProto.SEODomainMetrics |
parseFrom(ByteBuffer data) |
static SeoProto.SEODomainMetrics |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeoProto.SEODomainMetrics |
parseFrom(com.google.protobuf.ByteString data) |
static SeoProto.SEODomainMetrics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeoProto.SEODomainMetrics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SeoProto.SEODomainMetrics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SeoProto.SEODomainMetrics |
parseFrom(InputStream input) |
static SeoProto.SEODomainMetrics |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SeoProto.SEODomainMetrics> |
parser() |
SeoProto.SEODomainMetrics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DOMAIN_NAME_FIELD_NUMBER
public static final int NUMBER_OF_ORGANIC_KEYWORDS_FIELD_NUMBER
public static final int ORGANIC_CLICKS_PER_MONTH_FIELD_NUMBER
public static final int DAILY_ORGANIC_TRAFFIC_VALUE_FIELD_NUMBER
public static final int ORGANIC_DOMAIN_RANKING_FIELD_NUMBER
public static final int OVERLAP_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getDomainName()
Domain of the business
string domain_name = 1;
getDomainName
in interface SeoProto.SEODomainMetricsOrBuilder
public com.google.protobuf.ByteString getDomainNameBytes()
Domain of the business
string domain_name = 1;
getDomainNameBytes
in interface SeoProto.SEODomainMetricsOrBuilder
public long getNumberOfOrganicKeywords()
int64 number_of_organic_keywords = 2;
getNumberOfOrganicKeywords
in interface SeoProto.SEODomainMetricsOrBuilder
public long getOrganicClicksPerMonth()
int64 organic_clicks_per_month = 3;
getOrganicClicksPerMonth
in interface SeoProto.SEODomainMetricsOrBuilder
public long getDailyOrganicTrafficValue()
int64 daily_organic_traffic_value = 4;
getDailyOrganicTrafficValue
in interface SeoProto.SEODomainMetricsOrBuilder
public long getOrganicDomainRanking()
int64 organic_domain_ranking = 5;
getOrganicDomainRanking
in interface SeoProto.SEODomainMetricsOrBuilder
public float getOverlap()
Overlap with the primary business
float overlap = 6;
getOverlap
in interface SeoProto.SEODomainMetricsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static SeoProto.SEODomainMetrics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static SeoProto.SEODomainMetrics parseFrom(InputStream input) throws IOException
IOException
public static SeoProto.SEODomainMetrics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SeoProto.SEODomainMetrics parseDelimitedFrom(InputStream input) throws IOException
IOException
public static SeoProto.SEODomainMetrics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static SeoProto.SEODomainMetrics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static SeoProto.SEODomainMetrics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public SeoProto.SEODomainMetrics.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static SeoProto.SEODomainMetrics.Builder newBuilder()
public static SeoProto.SEODomainMetrics.Builder newBuilder(SeoProto.SEODomainMetrics prototype)
public SeoProto.SEODomainMetrics.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected SeoProto.SEODomainMetrics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static SeoProto.SEODomainMetrics getDefaultInstance()
public static com.google.protobuf.Parser<SeoProto.SEODomainMetrics> parser()
public com.google.protobuf.Parser<SeoProto.SEODomainMetrics> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public SeoProto.SEODomainMetrics getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.