com.google.api.expr.v1alpha1.ListValueOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: google/api/expr/v1alpha1/value.proto
// Protobuf Java Version: 4.28.1
package com.google.api.expr.v1alpha1;
public interface ListValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.expr.v1alpha1.ListValue)
com.google.protobuf.MessageOrBuilder {
/**
*
* The ordered values in the list.
*
*
* repeated .google.api.expr.v1alpha1.Value values = 1;
*/
java.util.List
getValuesList();
/**
*
* The ordered values in the list.
*
*
* repeated .google.api.expr.v1alpha1.Value values = 1;
*/
com.google.api.expr.v1alpha1.Value getValues(int index);
/**
*
* The ordered values in the list.
*
*
* repeated .google.api.expr.v1alpha1.Value values = 1;
*/
int getValuesCount();
/**
*
* The ordered values in the list.
*
*
* repeated .google.api.expr.v1alpha1.Value values = 1;
*/
java.util.List extends com.google.api.expr.v1alpha1.ValueOrBuilder>
getValuesOrBuilderList();
/**
*
* The ordered values in the list.
*
*
* repeated .google.api.expr.v1alpha1.Value values = 1;
*/
com.google.api.expr.v1alpha1.ValueOrBuilder getValuesOrBuilder(
int index);
}