main.java.com.streamlayer.sports.events.ScheduleDatesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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);
}