- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.7
- 3.5.0
- 3.4.0
- 3.3.2
- 3.2.1
- 3.1.4
public static final class ListInfoTypesRequest.Builder extends GeneratedMessageV3.Builder<ListInfoTypesRequest.Builder> implements ListInfoTypesRequestOrBuilder
Request for the list of infoTypes.
Protobuf type google.privacy.dlp.v2.ListInfoTypesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListInfoTypesRequest.BuilderImplements
ListInfoTypesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListInfoTypesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListInfoTypesRequest.Builder |
build()
public ListInfoTypesRequest build()
Type | Description |
ListInfoTypesRequest |
buildPartial()
public ListInfoTypesRequest buildPartial()
Type | Description |
ListInfoTypesRequest |
clear()
public ListInfoTypesRequest.Builder clear()
Type | Description |
ListInfoTypesRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListInfoTypesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListInfoTypesRequest.Builder |
clearFilter()
public ListInfoTypesRequest.Builder clearFilter()
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
clearLanguageCode()
public ListInfoTypesRequest.Builder clearLanguageCode()
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;
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
clearLocationId()
public ListInfoTypesRequest.Builder clearLocationId()
Deprecated. This field has no effect.
string location_id = 3;
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListInfoTypesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListInfoTypesRequest.Builder |
clearParent()
public ListInfoTypesRequest.Builder clearParent()
The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>
string parent = 4;
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
clone()
public ListInfoTypesRequest.Builder clone()
Type | Description |
ListInfoTypesRequest.Builder |
getDefaultInstanceForType()
public ListInfoTypesRequest getDefaultInstanceForType()
Type | Description |
ListInfoTypesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFilter()
public String getFilter()
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;
Type | Description |
String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;
Type | Description |
ByteString | The bytes for filter. |
getLanguageCode()
public 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;
Type | Description |
String | The languageCode. |
getLanguageCodeBytes()
public 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;
Type | Description |
ByteString | The bytes for languageCode. |
getLocationId()
public String getLocationId()
Deprecated. This field has no effect.
string location_id = 3;
Type | Description |
String | The locationId. |
getLocationIdBytes()
public ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 3;
Type | Description |
ByteString | The bytes for locationId. |
getParent()
public String getParent()
The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>
string parent = 4;
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>
string parent = 4;
Type | Description |
ByteString | The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListInfoTypesRequest other)
public ListInfoTypesRequest.Builder mergeFrom(ListInfoTypesRequest other)
Name | Description |
other | ListInfoTypesRequest |
Type | Description |
ListInfoTypesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListInfoTypesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListInfoTypesRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListInfoTypesRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListInfoTypesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListInfoTypesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListInfoTypesRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListInfoTypesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListInfoTypesRequest.Builder |
setFilter(String value)
public ListInfoTypesRequest.Builder setFilter(String value)
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;
Name | Description |
value | String The filter to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListInfoTypesRequest.Builder setFilterBytes(ByteString value)
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string filter = 2;
Name | Description |
value | ByteString The bytes for filter to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setLanguageCode(String value)
public ListInfoTypesRequest.Builder setLanguageCode(String value)
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;
Name | Description |
value | String The languageCode to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public ListInfoTypesRequest.Builder setLanguageCodeBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for languageCode to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setLocationId(String value)
public ListInfoTypesRequest.Builder setLocationId(String value)
Deprecated. This field has no effect.
string location_id = 3;
Name | Description |
value | String The locationId to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setLocationIdBytes(ByteString value)
public ListInfoTypesRequest.Builder setLocationIdBytes(ByteString value)
Deprecated. This field has no effect.
string location_id = 3;
Name | Description |
value | ByteString The bytes for locationId to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setParent(String value)
public ListInfoTypesRequest.Builder setParent(String value)
The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>
string parent = 4;
Name | Description |
value | String The parent to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setParentBytes(ByteString value)
public ListInfoTypesRequest.Builder setParentBytes(ByteString value)
The parent resource name. The format of this value is as follows: locations/<var>LOCATION_ID</var>
string parent = 4;
Name | Description |
value | ByteString The bytes for parent to set. |
Type | Description |
ListInfoTypesRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListInfoTypesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListInfoTypesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListInfoTypesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListInfoTypesRequest.Builder |