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 protobuf-kotlin-lite Show documentation
Show all versions of protobuf-kotlin-lite Show documentation
Kotlin lite Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/protobuf/struct.proto
// Protobuf Java Version: 4.28.1
package com.google.protobuf;
public interface ListValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.ListValue)
com.google.protobuf.MessageLiteOrBuilder {
/**
* 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();
}