Send feedback
Class ListColumnDataProfilesResponse.Builder (3.59.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.59.0 keyboard_arrow_down
public static final class ListColumnDataProfilesResponse . Builder extends GeneratedMessageV3 . Builder<ListColumnDataProfilesResponse . Builder > implements ListColumnDataProfilesResponseOrBuilder
List of profiles generated for a given organization or project.
Protobuf type google.privacy.dlp.v2.ListColumnDataProfilesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllColumnDataProfiles(Iterable<? extends ColumnDataProfile> values)
public ListColumnDataProfilesResponse . Builder addAllColumnDataProfiles ( Iterable <? extends ColumnDataProfile > values )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.privacy.dlp.v2.ColumnDataProfile >
addColumnDataProfiles(ColumnDataProfile value)
public ListColumnDataProfilesResponse . Builder addColumnDataProfiles ( ColumnDataProfile value )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
addColumnDataProfiles(ColumnDataProfile.Builder builderForValue)
public ListColumnDataProfilesResponse . Builder addColumnDataProfiles ( ColumnDataProfile . Builder builderForValue )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
addColumnDataProfiles(int index, ColumnDataProfile value)
public ListColumnDataProfilesResponse . Builder addColumnDataProfiles ( int index , ColumnDataProfile value )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
addColumnDataProfiles(int index, ColumnDataProfile.Builder builderForValue)
public ListColumnDataProfilesResponse . Builder addColumnDataProfiles ( int index , ColumnDataProfile . Builder builderForValue )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
addColumnDataProfilesBuilder()
public ColumnDataProfile . Builder addColumnDataProfilesBuilder ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
addColumnDataProfilesBuilder(int index)
public ColumnDataProfile . Builder addColumnDataProfilesBuilder ( int index )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListColumnDataProfilesResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ListColumnDataProfilesResponse build ()
buildPartial()
public ListColumnDataProfilesResponse buildPartial ()
clear()
public ListColumnDataProfilesResponse . Builder clear ()
Overrides
clearColumnDataProfiles()
public ListColumnDataProfilesResponse . Builder clearColumnDataProfiles ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
clearField(Descriptors.FieldDescriptor field)
public ListColumnDataProfilesResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNextPageToken()
public ListColumnDataProfilesResponse . Builder clearNextPageToken ()
The next page token.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListColumnDataProfilesResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ListColumnDataProfilesResponse . Builder clone ()
Overrides
getColumnDataProfiles(int index)
public ColumnDataProfile getColumnDataProfiles ( int index )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
index
int
getColumnDataProfilesBuilder(int index)
public ColumnDataProfile . Builder getColumnDataProfilesBuilder ( int index )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
index
int
getColumnDataProfilesBuilderList()
public List<ColumnDataProfile . Builder > getColumnDataProfilesBuilderList ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
getColumnDataProfilesCount()
public int getColumnDataProfilesCount ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Returns
Type
Description
int
getColumnDataProfilesList()
public List<ColumnDataProfile> getColumnDataProfilesList ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
getColumnDataProfilesOrBuilder(int index)
public ColumnDataProfileOrBuilder getColumnDataProfilesOrBuilder ( int index )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
index
int
getColumnDataProfilesOrBuilderList()
public List <? extends ColumnDataProfileOrBuilder > getColumnDataProfilesOrBuilderList ()
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Returns
Type
Description
List <? extends com.google.privacy.dlp.v2.ColumnDataProfileOrBuilder >
getDefaultInstanceForType()
public ListColumnDataProfilesResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNextPageToken()
public String getNextPageToken ()
The next page token.
string next_page_token = 2;
Returns
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
The next page token.
string next_page_token = 2;
Returns
Type
Description
ByteString
The bytes for nextPageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ListColumnDataProfilesResponse other)
public ListColumnDataProfilesResponse . Builder mergeFrom ( ListColumnDataProfilesResponse other )
public ListColumnDataProfilesResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ListColumnDataProfilesResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListColumnDataProfilesResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeColumnDataProfiles(int index)
public ListColumnDataProfilesResponse . Builder removeColumnDataProfiles ( int index )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
Parameter
Name
Description
index
int
setColumnDataProfiles(int index, ColumnDataProfile value)
public ListColumnDataProfilesResponse . Builder setColumnDataProfiles ( int index , ColumnDataProfile value )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
setColumnDataProfiles(int index, ColumnDataProfile.Builder builderForValue)
public ListColumnDataProfilesResponse . Builder setColumnDataProfiles ( int index , ColumnDataProfile . Builder builderForValue )
List of data profiles.
repeated .google.privacy.dlp.v2.ColumnDataProfile column_data_profiles = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public ListColumnDataProfilesResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNextPageToken(String value)
public ListColumnDataProfilesResponse . Builder setNextPageToken ( String value )
The next page token.
string next_page_token = 2;
Parameter
Name
Description
value
String
The nextPageToken to set.
setNextPageTokenBytes(ByteString value)
public ListColumnDataProfilesResponse . Builder setNextPageTokenBytes ( ByteString value )
The next page token.
string next_page_token = 2;
Parameter
Name
Description
value
ByteString
The bytes for nextPageToken to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListColumnDataProfilesResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListColumnDataProfilesResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]