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

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

  /**
   * repeated .org.openfeed.ContextData data = 1;
   */
  java.util.List 
      getDataList();
  /**
   * repeated .org.openfeed.ContextData data = 1;
   */
  org.openfeed.ContextData getData(int index);
  /**
   * repeated .org.openfeed.ContextData data = 1;
   */
  int getDataCount();
  /**
   * repeated .org.openfeed.ContextData data = 1;
   */
  java.util.List 
      getDataOrBuilderList();
  /**
   * repeated .org.openfeed.ContextData data = 1;
   */
  org.openfeed.ContextDataOrBuilder getDataOrBuilder(
      int index);

  /**
   * repeated .org.openfeed.TracePoint tracePoints = 2;
   */
  java.util.List 
      getTracePointsList();
  /**
   * repeated .org.openfeed.TracePoint tracePoints = 2;
   */
  org.openfeed.TracePoint getTracePoints(int index);
  /**
   * repeated .org.openfeed.TracePoint tracePoints = 2;
   */
  int getTracePointsCount();
  /**
   * repeated .org.openfeed.TracePoint tracePoints = 2;
   */
  java.util.List 
      getTracePointsOrBuilderList();
  /**
   * repeated .org.openfeed.TracePoint tracePoints = 2;
   */
  org.openfeed.TracePointOrBuilder getTracePointsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy