org.openfeed.ChannelResetOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface ChannelResetOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.ChannelReset)
com.google.protobuf.MessageOrBuilder {
/**
* sint32 channel = 1;
* @return The channel.
*/
int getChannel();
/**
* sint64 transactionTime = 2;
* @return The transactionTime.
*/
long getTransactionTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy