com.google.protobuf.ListValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jena-fmod-kafka Show documentation
Show all versions of jena-fmod-kafka Show documentation
Apache Jena Fuseki server Kafka connector
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/struct.proto
// Protobuf Java Version: 4.27.5
package com.google.protobuf;
public interface ListValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.ListValue)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .google.protobuf.Value values = 1 [json_name = "values"];
*/
java.util.List
getValuesList();
/**
* repeated .google.protobuf.Value values = 1 [json_name = "values"];
*/
com.google.protobuf.Value getValues(int index);
/**
* repeated .google.protobuf.Value values = 1 [json_name = "values"];
*/
int getValuesCount();
/**
* repeated .google.protobuf.Value values = 1 [json_name = "values"];
*/
java.util.List extends com.google.protobuf.ValueOrBuilder>
getValuesOrBuilderList();
/**
* repeated .google.protobuf.Value values = 1 [json_name = "values"];
*/
com.google.protobuf.ValueOrBuilder getValuesOrBuilder(
int index);
}