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

main.java.com.streamlayer.sports.common.ArrayQueryOptionOrBuilder 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/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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy