public interface ListInfoTypesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for languageCode. |
getLocationId()
public abstract String getLocationId()Deprecated. This field has no effect.
string location_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The locationId. |
getLocationIdBytes()
public abstract ByteString getLocationIdBytes()Deprecated. This field has no effect.
string location_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for locationId. |
getParent()
public abstract String getParent()The parent resource name.
The format of this value is as follows:
locations/{location_id}
string parent = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()The parent resource name.
The format of this value is as follows:
locations/{location_id}
string parent = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |