Interface PolicyOuterClass.Test.OutputEntriesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsEntries​(java.lang.String key)
      map<string, .google.protobuf.Value> entries = 1;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getEntries()
      Deprecated.
      int getEntriesCount()
      map<string, .google.protobuf.Value> entries = 1;
      java.util.Map<java.lang.String,​com.google.protobuf.Value> getEntriesMap()
      map<string, .google.protobuf.Value> entries = 1;
      com.google.protobuf.Value getEntriesOrDefault​(java.lang.String key, com.google.protobuf.Value defaultValue)
      map<string, .google.protobuf.Value> entries = 1;
      com.google.protobuf.Value getEntriesOrThrow​(java.lang.String key)
      map<string, .google.protobuf.Value> entries = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getEntriesCount

        int getEntriesCount()
        map<string, .google.protobuf.Value> entries = 1;
      • containsEntries

        boolean containsEntries​(java.lang.String key)
        map<string, .google.protobuf.Value> entries = 1;
      • getEntries

        @Deprecated
        java.util.Map<java.lang.String,​com.google.protobuf.Value> getEntries()
        Deprecated.
        Use getEntriesMap() instead.
      • getEntriesMap

        java.util.Map<java.lang.String,​com.google.protobuf.Value> getEntriesMap()
        map<string, .google.protobuf.Value> entries = 1;
      • getEntriesOrDefault

        com.google.protobuf.Value getEntriesOrDefault​(java.lang.String key,
                                                      com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> entries = 1;
      • getEntriesOrThrow

        com.google.protobuf.Value getEntriesOrThrow​(java.lang.String key)
        map<string, .google.protobuf.Value> entries = 1;