main.java.com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v1/invitations/invitations.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.invitations.v1;
public interface TotalInvitationsSentByTimelineRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"];
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
* .streamlayer.analytics.v1.invitations.TotalInvitationsSentByTimelineRequest.TotalByTimeLineFilter filter = 1 [json_name = "filter"];
* @return The filter.
*/
com.streamlayer.analytics.invitations.v1.TotalInvitationsSentByTimelineRequest.TotalByTimeLineFilter getFilter();
}