All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.event.NavigateActionOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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