Interface ListTableDataProfilesResponseOrBuilder (3.45.0)

public interface ListTableDataProfilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The next page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The next page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTableDataProfiles(int index)

public abstract TableDataProfile getTableDataProfiles(int index)

List of data profiles.

repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableDataProfile

getTableDataProfilesCount()

public abstract int getTableDataProfilesCount()

List of data profiles.

repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;

Returns
TypeDescription
int

getTableDataProfilesList()

public abstract List<TableDataProfile> getTableDataProfilesList()

List of data profiles.

repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;

Returns
TypeDescription
List<TableDataProfile>

getTableDataProfilesOrBuilder(int index)

public abstract TableDataProfileOrBuilder getTableDataProfilesOrBuilder(int index)

List of data profiles.

repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TableDataProfileOrBuilder

getTableDataProfilesOrBuilderList()

public abstract List<? extends TableDataProfileOrBuilder> getTableDataProfilesOrBuilderList()

List of data profiles.

repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.TableDataProfileOrBuilder>