public interface QueryOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getQueryParams()
The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty string.
string query_params = 1;com.google.protobuf.ByteString getQueryParamsBytes()
The query parameters (e.g., qparam1=123&qparam2=456). Default is an empty string.
string query_params = 1;Copyright © 2024 Google LLC. All rights reserved.