Interface MapValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
MapValue, MapValue.Builder

public interface MapValueOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getEntries(int index)
    The set of map entries.
    int
    The set of map entries.
    The set of map entries.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getEntriesList

      List<MapValue.Entry> getEntriesList()
       The set of map entries.
      
       CEL has fewer restrictions on keys, so a protobuf map represenation
       cannot be used.
       
      repeated .google.api.expr.v1beta1.MapValue.Entry entries = 1 [json_name = "entries"];
    • getEntries

      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.v1beta1.MapValue.Entry entries = 1 [json_name = "entries"];
    • getEntriesCount

      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.v1beta1.MapValue.Entry entries = 1 [json_name = "entries"];