main.java.com.streamlayer.sports.common.ArrayQueryOptionOrBuilder 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/sports_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;
public interface ArrayQueryOptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.ArrayQueryOption)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string key = 1 [json_name = "key"];
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 1 [json_name = "key"];
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* repeated string value = 2 [json_name = "value"];
* @return A list containing the value.
*/
java.util.List
getValueList();
/**
* repeated string value = 2 [json_name = "value"];
* @return The count of value.
*/
int getValueCount();
/**
* repeated string value = 2 [json_name = "value"];
* @param index The index of the element to return.
* @return The value at the given index.
*/
java.lang.String getValue(int index);
/**
* repeated string value = 2 [json_name = "value"];
* @param index The index of the element to return.
* @return The value at the given index.
*/
com.google.protobuf.ByteString
getValueBytes(int index);
}