main.java.com.streamlayer.social.SyncResponseOrBuilder 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/social/twitter.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.social;
public interface SyncResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.social.SyncResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.social.SyncResponse.SyncResponseMetadata meta = 1 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.social.SyncResponse.SyncResponseMetadata getMeta();
/**
* repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"];
*/
java.util.List
getDataList();
/**
* repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"];
*/
com.streamlayer.social.SyncResponse.SyncResponseData getData(int index);
/**
* repeated .streamlayer.social.SyncResponse.SyncResponseData data = 2 [json_name = "data"];
*/
int getDataCount();
}