ai.promoted.proto.event.WebPageViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/event/event.proto
package ai.promoted.proto.event;
public interface WebPageViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.WebPageView)
com.google.protobuf.MessageOrBuilder {
/**
* string url = 1 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 1 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* string referrer = 3 [json_name = "referrer"];
* @return The referrer.
*/
java.lang.String getReferrer();
/**
* string referrer = 3 [json_name = "referrer"];
* @return The bytes for referrer.
*/
com.google.protobuf.ByteString
getReferrerBytes();
/**
* .common.Size document_size = 4 [json_name = "documentSize"];
* @return Whether the documentSize field is set.
*/
boolean hasDocumentSize();
/**
* .common.Size document_size = 4 [json_name = "documentSize"];
* @return The documentSize.
*/
ai.promoted.proto.common.Size getDocumentSize();
/**
* .common.Size document_size = 4 [json_name = "documentSize"];
*/
ai.promoted.proto.common.SizeOrBuilder getDocumentSizeOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy