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 Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
    map<string, string> entries = 1;
    Deprecated.
    int
    Deprecated.
    map<string, string> entries = 1;
    Deprecated.
    map<string, string> entries = 1;
    getEntriesOrDefault(String key, String defaultValue)
    Deprecated.
    map<string, string> entries = 1;
    Deprecated.
    map<string, string> 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 Details

    • getEntriesCount

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

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

      @Deprecated Map<String,String> getEntries()
      Deprecated.
      Use getEntriesMap() instead.
    • 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;