Interface UnknownQueryParamsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    A map from unrecognized query parameter keys, to the values associated with those keys.
    Deprecated.
    int
    A map from unrecognized query parameter keys, to the values associated with those keys.
    A map from unrecognized query parameter keys, to the values associated with those keys.
    A map from unrecognized query parameter keys, to the values associated with those keys.
    A map from unrecognized query parameter keys, to the values associated with those keys.

    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

    • getKeyCount

      int getKeyCount()
       A map from unrecognized query parameter keys, to the values associated with those keys.
       
      map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;
    • containsKey

      boolean containsKey(String key)
       A map from unrecognized query parameter keys, to the values associated with those keys.
       
      map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;
    • getKey

      Deprecated.
      Use getKeyMap() instead.
    • getKeyMap

       A map from unrecognized query parameter keys, to the values associated with those keys.
       
      map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;
    • getKeyOrDefault

      UnknownQueryParams.Values getKeyOrDefault(String key, UnknownQueryParams.Values defaultValue)
       A map from unrecognized query parameter keys, to the values associated with those keys.
       
      map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;
    • getKeyOrThrow

      UnknownQueryParams.Values getKeyOrThrow(String key)
       A map from unrecognized query parameter keys, to the values associated with those keys.
       
      map<string, .envoy.extensions.filters.http.grpc_json_transcoder.v3.UnknownQueryParams.Values> key = 1;