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

main.java.com.streamlayer.sports.events.ScheduleDatesResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sports/events/events.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.events;

public interface ScheduleDatesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.events.ScheduleDatesResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * repeated string data = 1 [json_name = "data"];
   * @return A list containing the data.
   */
  java.util.List
      getDataList();
  /**
   * repeated string data = 1 [json_name = "data"];
   * @return The count of data.
   */
  int getDataCount();
  /**
   * repeated string data = 1 [json_name = "data"];
   * @param index The index of the element to return.
   * @return The data at the given index.
   */
  java.lang.String getData(int index);
  /**
   * repeated string data = 1 [json_name = "data"];
   * @param index The index of the element to return.
   * @return The data at the given index.
   */
  com.google.protobuf.ByteString
      getDataBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy