Interface ContextParamsOrBuilder

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

public interface ContextParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

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

    • getParamsCount

      int getParamsCount()
      map<string, string> params = 1;
    • containsParams

      boolean containsParams(String key)
      map<string, string> params = 1;
    • getParams

      Deprecated.
      Use getParamsMap() instead.
    • getParamsMap

      Map<String,String> getParamsMap()
      map<string, string> params = 1;
    • getParamsOrDefault

      String getParamsOrDefault(String key, String defaultValue)
      map<string, string> params = 1;
    • getParamsOrThrow

      String getParamsOrThrow(String key)
      map<string, string> params = 1;