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

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

  /**
   * 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();

  /**
   * string username = 3;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 3;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy