public static interface SeoProto.SEOSectionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
SeoProto.SEOConfig |
getConfig()
Config for the SEO section
|
SeoProto.SEOConfigOrBuilder |
getConfigOrBuilder()
Config for the SEO section
|
SnapshotProto.SectionContent |
getContent()
Content for the SEO section
|
SnapshotProto.SectionContentOrBuilder |
getContentOrBuilder()
Content for the SEO section
|
SeoProto.SEOData |
getData()
Data for the SEO section
|
SeoProto.SEODataOrBuilder |
getDataOrBuilder()
Data for the SEO section
|
SnapshotProto.Grade |
getGrade()
The overall grade of the seo section
|
int |
getGradeValue()
The overall grade of the seo section
|
boolean |
hasConfig()
Config for the SEO section
|
boolean |
hasContent()
Content for the SEO section
|
boolean |
hasData()
Data for the SEO section
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getGradeValue()
The overall grade of the seo section
.snapshot.v1.Grade grade = 1;
SnapshotProto.Grade getGrade()
The overall grade of the seo section
.snapshot.v1.Grade grade = 1;
boolean hasContent()
Content for the SEO section
.snapshot.v1.SectionContent content = 2;
SnapshotProto.SectionContent getContent()
Content for the SEO section
.snapshot.v1.SectionContent content = 2;
SnapshotProto.SectionContentOrBuilder getContentOrBuilder()
Content for the SEO section
.snapshot.v1.SectionContent content = 2;
boolean hasData()
Data for the SEO section
.snapshot.v1.SEOData data = 3;
SeoProto.SEOData getData()
Data for the SEO section
.snapshot.v1.SEOData data = 3;
SeoProto.SEODataOrBuilder getDataOrBuilder()
Data for the SEO section
.snapshot.v1.SEOData data = 3;
boolean hasConfig()
Config for the SEO section
.snapshot.v1.SEOConfig config = 4;
SeoProto.SEOConfig getConfig()
Config for the SEO section
.snapshot.v1.SEOConfig config = 4;
SeoProto.SEOConfigOrBuilder getConfigOrBuilder()
Config for the SEO section
.snapshot.v1.SEOConfig config = 4;
Copyright © 2020. All rights reserved.