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

main.java.com.streamlayer.analytics.polls.v1.TotalPollsByTimelineRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/analytics/v1/polls/polls.proto

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

public interface TotalPollsByTimelineRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.polls.TotalPollsByTimelineRequest)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * string organization_id = 2 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 2 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy