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

org.openfeed.SubscriptionRequestOrBuilder 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 SubscriptionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.SubscriptionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * / Client-assigned id for this request.  Response will include same id
   * 
* * sint64 correlationId = 1; * @return The correlationId. */ long getCorrelationId(); /** * string token = 2; * @return The token. */ java.lang.String getToken(); /** * string token = 2; * @return The bytes for token. */ com.google.protobuf.ByteString getTokenBytes(); /** *
   * / Preferred service (realtime or delayed). REAL_TIME is the default.
   * 
* * .org.openfeed.Service service = 3; * @return The enum numeric value on the wire for service. */ int getServiceValue(); /** *
   * / Preferred service (realtime or delayed). REAL_TIME is the default.
   * 
* * .org.openfeed.Service service = 3; * @return The service. */ org.openfeed.Service getService(); /** * bool unsubscribe = 4; * @return The unsubscribe. */ boolean getUnsubscribe(); /** * repeated .org.openfeed.SubscriptionRequest.Request requests = 5; */ java.util.List getRequestsList(); /** * repeated .org.openfeed.SubscriptionRequest.Request requests = 5; */ org.openfeed.SubscriptionRequest.Request getRequests(int index); /** * repeated .org.openfeed.SubscriptionRequest.Request requests = 5; */ int getRequestsCount(); /** * repeated .org.openfeed.SubscriptionRequest.Request requests = 5; */ java.util.List getRequestsOrBuilderList(); /** * repeated .org.openfeed.SubscriptionRequest.Request requests = 5; */ org.openfeed.SubscriptionRequest.RequestOrBuilder getRequestsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy