public interface ListInfoTypesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
filter to only return infoTypes supported by certain parts of the
API.
|
com.google.protobuf.ByteString |
getFilterBytes()
filter to only return infoTypes supported by certain parts of the
API.
|
String |
getLanguageCode()
BCP-47 language code for localized infoType friendly
names.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
BCP-47 language code for localized infoType friendly
names.
|
String |
getLocationId()
Deprecated.
|
com.google.protobuf.ByteString |
getLocationIdBytes()
Deprecated.
|
String |
getParent()
The parent resource name.
|
com.google.protobuf.ByteString |
getParentBytes()
The parent resource name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The parent resource name.
The format of this value is as follows:
locations/<var>LOCATION_ID</var>
string parent = 4;com.google.protobuf.ByteString getParentBytes()
The parent resource name.
The format of this value is as follows:
locations/<var>LOCATION_ID</var>
string parent = 4;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;com.google.protobuf.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;String getFilter()
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;String getLocationId()
Deprecated. This field has no effect.
string location_id = 3;com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 3;Copyright © 2022 Google LLC. All rights reserved.