public interface ListTableDataProfilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The next page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The next page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableDataProfile |
|
getTableDataProfilesCount()
public abstract int getTableDataProfilesCount()List of data profiles.
repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTableDataProfilesList()
public abstract List<TableDataProfile> getTableDataProfilesList()List of data profiles.
repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TableDataProfileOrBuilder |
|
getTableDataProfilesOrBuilderList()
public abstract List<? extends TableDataProfileOrBuilder> getTableDataProfilesOrBuilderList()List of data profiles.
repeated .google.privacy.dlp.v2.TableDataProfile table_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.TableDataProfileOrBuilder> |
|