public interface SystemParameterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHttpHeader()
public abstract String getHttpHeader()
Define the HTTP header name to use for the parameter. It is case insensitive.
string http_header = 2;
Returns | |
---|---|
Type | Description |
String | The httpHeader. |
getHttpHeaderBytes()
public abstract ByteString getHttpHeaderBytes()
Define the HTTP header name to use for the parameter. It is case insensitive.
string http_header = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for httpHeader. |
getName()
public abstract String getName()
Define the name of the parameter, such as "api_key" . It is case sensitive.
string name = 1;
Returns | |
---|---|
Type | Description |
String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Define the name of the parameter, such as "api_key" . It is case sensitive.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for name. |
getUrlQueryParameter()
public abstract String getUrlQueryParameter()
Define the URL query parameter name to use for the parameter. It is case sensitive.
string url_query_parameter = 3;
Returns | |
---|---|
Type | Description |
String | The urlQueryParameter. |
getUrlQueryParameterBytes()
public abstract ByteString getUrlQueryParameterBytes()
Define the URL query parameter name to use for the parameter. It is case sensitive.
string url_query_parameter = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for urlQueryParameter. |