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

main.java.com.streamlayer.interactive.common.AdLoopOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/interactive.common.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;

public interface AdLoopOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.AdLoop)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * interval in seconds
   * 
* * optional int32 interval = 1 [json_name = "interval"]; * @return Whether the interval field is set. */ boolean hasInterval(); /** *
   * interval in seconds
   * 
* * optional int32 interval = 1 [json_name = "interval"]; * @return The interval. */ int getInterval(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy