com.google.protobuf.ListValueOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/struct.proto
// Protobuf Java Version: 3.25.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);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy