Interface ListInfoTypesRequestOrBuilder (3.6.5)

public interface ListInfoTypesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFilter()

public abstract String getFilter()

filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

string filter = 2;

Returns
TypeDescription
String

The filter.

getFilterBytes()

public abstract ByteString getFilterBytes()

filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

string filter = 2;

Returns
TypeDescription
ByteString

The bytes for filter.

getLanguageCode()

public abstract String getLanguageCode()

BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

string language_code = 1;

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public abstract ByteString getLanguageCodeBytes()

BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

string language_code = 1;

Returns
TypeDescription
ByteString

The bytes for languageCode.

getLocationId()

public abstract String getLocationId()

Deprecated. This field has no effect.

string location_id = 3;

Returns
TypeDescription
String

The locationId.

getLocationIdBytes()

public abstract ByteString getLocationIdBytes()

Deprecated. This field has no effect.

string location_id = 3;

Returns
TypeDescription
ByteString

The bytes for locationId.

getParent()

public abstract String getParent()

The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>

string parent = 4;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>

string parent = 4;

Returns
TypeDescription
ByteString

The bytes for parent.