public interface SystemParameterOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpHeader()
Define the HTTP header name to use for the parameter.
|
ByteString |
getHttpHeaderBytes()
Define the HTTP header name to use for the parameter.
|
java.lang.String |
getName()
Define the name of the parameter, such as "api_key" .
|
ByteString |
getNameBytes()
Define the name of the parameter, such as "api_key" .
|
java.lang.String |
getUrlQueryParameter()
Define the URL query parameter name to use for the parameter.
|
ByteString |
getUrlQueryParameterBytes()
Define the URL query parameter name to use for the parameter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
Define the name of the parameter, such as "api_key" . It is case sensitive.
string name = 1;
ByteString getNameBytes()
Define the name of the parameter, such as "api_key" . It is case sensitive.
string name = 1;
java.lang.String getHttpHeader()
Define the HTTP header name to use for the parameter. It is case insensitive.
string http_header = 2;
ByteString getHttpHeaderBytes()
Define the HTTP header name to use for the parameter. It is case insensitive.
string http_header = 2;
java.lang.String getUrlQueryParameter()
Define the URL query parameter name to use for the parameter. It is case sensitive.
string url_query_parameter = 3;
ByteString getUrlQueryParameterBytes()
Define the URL query parameter name to use for the parameter. It is case sensitive.
string url_query_parameter = 3;