OpenGraphOrBuilder

interface OpenGraphOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
abstract fun getCanonical(): String
Canonical URL for this page.
string canonical = 12;
Link copied to clipboard
abstract fun getCanonicalBytes(): ByteString
Canonical URL for this page.
string canonical = 12;
Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
abstract fun getDefaultInstanceForType(): Message
Link copied to clipboard
abstract fun getDescription(): String
Description of the page.
string description = 3;
Link copied to clipboard
abstract fun getDescriptionBytes(): ByteString
Description of the page.
string description = 3;
Link copied to clipboard
abstract fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
abstract fun getFbApp(): String
FB application ID for this web application.
string fb_app = 13;
Link copied to clipboard
abstract fun getFbAppBytes(): ByteString
FB application ID for this web application.
string fb_app = 13;
Link copied to clipboard
abstract fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
OpenGraph image assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphImage image = 14;
Link copied to clipboard
abstract fun getImageCount(): Int
OpenGraph image assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphImage image = 14;
Link copied to clipboard
OpenGraph image assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphImage image = 14;
Link copied to clipboard
OpenGraph image assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphImage image = 14;
Link copied to clipboard
OpenGraph image assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphImage image = 14;
Link copied to clipboard
Link copied to clipboard
abstract fun getLocale(): LanguageSpec
The language the page is written in.
.elide.base.LanguageSpec locale = 4;
Link copied to clipboard
The language the page is written in.
.elide.base.LanguageSpec locale = 4;
Link copied to clipboard
abstract fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
abstract fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
abstract fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
abstract fun getSiteName(): String
Name of the website.
string site_name = 1;
Link copied to clipboard
abstract fun getSiteNameBytes(): ByteString
Name of the website.
string site_name = 1;
Link copied to clipboard
abstract fun getTitle(): String
Title of the page.
string title = 2;
Link copied to clipboard
abstract fun getTitleBytes(): ByteString
Title of the page.
string title = 2;
Link copied to clipboard
Information for Twitter's crawler.
.elide.page.Context.Metadata.Twitter twitter = 8;
Link copied to clipboard
Information for Twitter's crawler.
.elide.page.Context.Metadata.Twitter twitter = 8;
Link copied to clipboard
abstract fun getType(): String
The type of page - i.e. article, website, video.
string type = 5;
Link copied to clipboard
abstract fun getTypeBytes(): ByteString
The type of page - i.e. article, website, video.
string type = 5;
Link copied to clipboard
abstract fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
abstract fun getUrl(): String
Directs facebook to scrape another url instead of the url the page was served from.
string url = 6;
Link copied to clipboard
abstract fun getUrlBytes(): ByteString
Directs facebook to scrape another url instead of the url the page was served from.
string url = 6;
Link copied to clipboard
OpenGraph video assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphVideo video = 15;
Link copied to clipboard
abstract fun getVideoCount(): Int
OpenGraph video assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphVideo video = 15;
Link copied to clipboard
OpenGraph video assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphVideo video = 15;
Link copied to clipboard
OpenGraph video assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphVideo video = 15;
Link copied to clipboard
OpenGraph video assets.
repeated .elide.page.Context.Metadata.OpenGraph.OpenGraphVideo video = 15;
Link copied to clipboard
abstract fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
abstract fun hasLocale(): Boolean
The language the page is written in.
.elide.base.LanguageSpec locale = 4;
Link copied to clipboard
abstract fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
abstract fun hasTwitter(): Boolean
Information for Twitter's crawler.
.elide.page.Context.Metadata.Twitter twitter = 8;
Link copied to clipboard
abstract fun isInitialized(): Boolean