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

main.java.com.streamlayer.analytics.calls.v1.SessionDurationAvgRequestOrBuilder 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/analytics/v1/calls/calls.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.calls.v1;

public interface SessionDurationAvgRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.calls.SessionDurationAvgRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * .streamlayer.analytics.v1.calls.SessionDurationAvgRequest.SessionDurationAvgFilter filter = 1 [json_name = "filter"];
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .streamlayer.analytics.v1.calls.SessionDurationAvgRequest.SessionDurationAvgFilter filter = 1 [json_name = "filter"];
   * @return The filter.
   */
  com.streamlayer.analytics.calls.v1.SessionDurationAvgRequest.SessionDurationAvgFilter getFilter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy