Interface SystemParameterOrBuilder (2.8.3)

public interface SystemParameterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHttpHeader()

public abstract String getHttpHeader()

Define the HTTP header name to use for the parameter. It is case insensitive.

string http_header = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for urlQueryParameter.