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

org.openfeed.ExchangeResponseOrBuilder 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 ExchangeResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openfeed.ExchangeResponse)
    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();

  /**
   * repeated .org.openfeed.ExchangeResponse.Exchange exchanges = 3;
   */
  java.util.List 
      getExchangesList();
  /**
   * repeated .org.openfeed.ExchangeResponse.Exchange exchanges = 3;
   */
  org.openfeed.ExchangeResponse.Exchange getExchanges(int index);
  /**
   * repeated .org.openfeed.ExchangeResponse.Exchange exchanges = 3;
   */
  int getExchangesCount();
  /**
   * repeated .org.openfeed.ExchangeResponse.Exchange exchanges = 3;
   */
  java.util.List 
      getExchangesOrBuilderList();
  /**
   * repeated .org.openfeed.ExchangeResponse.Exchange exchanges = 3;
   */
  org.openfeed.ExchangeResponse.ExchangeOrBuilder getExchangesOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy