ai.promoted.proto.event.NavigateActionOrBuilder 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 NavigateActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.NavigateAction)
com.google.protobuf.MessageOrBuilder {
/**
* string target_url = 1 [json_name = "targetUrl"];
* @return The targetUrl.
*/
java.lang.String getTargetUrl();
/**
* string target_url = 1 [json_name = "targetUrl"];
* @return The bytes for targetUrl.
*/
com.google.protobuf.ByteString
getTargetUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy