public interface ListProjectDataProfilesResponseOrBuilder 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. |
getProjectDataProfiles(int index)
public abstract ProjectDataProfile getProjectDataProfiles(int index)List of data profiles.
repeated .google.privacy.dlp.v2.ProjectDataProfile project_data_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProjectDataProfile |
|
getProjectDataProfilesCount()
public abstract int getProjectDataProfilesCount()List of data profiles.
repeated .google.privacy.dlp.v2.ProjectDataProfile project_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getProjectDataProfilesList()
public abstract List<ProjectDataProfile> getProjectDataProfilesList()List of data profiles.
repeated .google.privacy.dlp.v2.ProjectDataProfile project_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<ProjectDataProfile> |
|
getProjectDataProfilesOrBuilder(int index)
public abstract ProjectDataProfileOrBuilder getProjectDataProfilesOrBuilder(int index)List of data profiles.
repeated .google.privacy.dlp.v2.ProjectDataProfile project_data_profiles = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProjectDataProfileOrBuilder |
|
getProjectDataProfilesOrBuilderList()
public abstract List<? extends ProjectDataProfileOrBuilder> getProjectDataProfilesOrBuilderList()List of data profiles.
repeated .google.privacy.dlp.v2.ProjectDataProfile project_data_profiles = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.ProjectDataProfileOrBuilder> |
|