org.openfeed.SubscriptionResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: openfeed_api.proto
// Protobuf Java Version: 4.28.3
package org.openfeed;
public interface SubscriptionResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openfeed.SubscriptionResponse)
com.google.protobuf.MessageOrBuilder {
/**
* sint64 correlationId = 1;
* @return The correlationId.
*/
long getCorrelationId();
/**
* .org.openfeed.Status status = 2;
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
* .org.openfeed.Status status = 2;
* @return The status.
*/
org.openfeed.Status getStatus();
/**
* .org.openfeed.Status status = 2;
*/
org.openfeed.StatusOrBuilder getStatusOrBuilder();
/**
* string symbol = 3;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
* string symbol = 3;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* sint64 marketId = 4;
* @return The marketId.
*/
long getMarketId();
/**
* string exchange = 5;
* @return The exchange.
*/
java.lang.String getExchange();
/**
* string exchange = 5;
* @return The bytes for exchange.
*/
com.google.protobuf.ByteString
getExchangeBytes();
/**
* sint32 channelId = 6;
* @return The channelId.
*/
int getChannelId();
/**
* sint32 numberOfDefinitions = 7;
* @return The numberOfDefinitions.
*/
int getNumberOfDefinitions();
/**
* .org.openfeed.SubscriptionType subscriptionType = 8;
* @return The enum numeric value on the wire for subscriptionType.
*/
int getSubscriptionTypeValue();
/**
* .org.openfeed.SubscriptionType subscriptionType = 8;
* @return The subscriptionType.
*/
org.openfeed.SubscriptionType getSubscriptionType();
/**
* bool unsubscribe = 9;
* @return The unsubscribe.
*/
boolean getUnsubscribe();
/**
* sint32 snapshotIntervalSeconds = 10;
* @return The snapshotIntervalSeconds.
*/
int getSnapshotIntervalSeconds();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy