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

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

  /**
   * .org.openfeed.SnapshotRequestResult result = 1;
   * @return The enum numeric value on the wire for result.
   */
  int getResultValue();
  /**
   * .org.openfeed.SnapshotRequestResult result = 1;
   * @return The result.
   */
  org.openfeed.SnapshotRequestResult getResult();

  /**
   * string message = 2;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();

  /**
   * .org.openfeed.MarketSnapshot marketSnapshot = 3;
   * @return Whether the marketSnapshot field is set.
   */
  boolean hasMarketSnapshot();
  /**
   * .org.openfeed.MarketSnapshot marketSnapshot = 3;
   * @return The marketSnapshot.
   */
  org.openfeed.MarketSnapshot getMarketSnapshot();
  /**
   * .org.openfeed.MarketSnapshot marketSnapshot = 3;
   */
  org.openfeed.MarketSnapshotOrBuilder getMarketSnapshotOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy