com.google.api.expr.v1alpha1.MapValueOrBuilder 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 MapValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.expr.v1alpha1.MapValue)
com.google.protobuf.MessageOrBuilder {
/**
*
* The set of map entries.
*
* CEL has fewer restrictions on keys, so a protobuf map represenation
* cannot be used.
*
*
* repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
*/
java.util.List
getEntriesList();
/**
*
* The set of map entries.
*
* CEL has fewer restrictions on keys, so a protobuf map represenation
* cannot be used.
*
*
* repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
*/
com.google.api.expr.v1alpha1.MapValue.Entry getEntries(int index);
/**
*
* The set of map entries.
*
* CEL has fewer restrictions on keys, so a protobuf map represenation
* cannot be used.
*
*
* repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
*/
int getEntriesCount();
/**
*
* The set of map entries.
*
* CEL has fewer restrictions on keys, so a protobuf map represenation
* cannot be used.
*
*
* repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
*/
java.util.List extends com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder>
getEntriesOrBuilderList();
/**
*
* The set of map entries.
*
* CEL has fewer restrictions on keys, so a protobuf map represenation
* cannot be used.
*
*
* repeated .google.api.expr.v1alpha1.MapValue.Entry entries = 1;
*/
com.google.api.expr.v1alpha1.MapValue.EntryOrBuilder getEntriesOrBuilder(
int index);
}