Interface RpcStringMapOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RpcStringMap, RpcStringMap.Builder

    @Deprecated
    public interface RpcStringMapOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    Deprecated.
    • Method Detail

      • getEntriesCount

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

        boolean containsEntries​(String key)
        Deprecated.
        map<string, string> entries = 1;
      • getEntriesMap

        Map<String,​String> getEntriesMap()
        Deprecated.
        map<string, string> entries = 1;
      • getEntriesOrDefault

        String getEntriesOrDefault​(String key,
                                   String defaultValue)
        Deprecated.
        map<string, string> entries = 1;
      • getEntriesOrThrow

        String getEntriesOrThrow​(String key)
        Deprecated.
        map<string, string> entries = 1;