Interface QueryOverrideOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getQueryParams()
      The query parameters (e.g., qparam1=123&qparam2=456).
      com.google.protobuf.ByteString getQueryParamsBytes()
      The query parameters (e.g., qparam1=123&qparam2=456).
      • 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

      • getQueryParams

        String getQueryParams()
         The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty
         string.
         
        string query_params = 1;
        Returns:
        The queryParams.
      • getQueryParamsBytes

        com.google.protobuf.ByteString getQueryParamsBytes()
         The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty
         string.
         
        string query_params = 1;
        Returns:
        The bytes for queryParams.