public interface ListDiscoveryConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiscoveryConfigs(int index)
public abstract DiscoveryConfig getDiscoveryConfigs(int index)List of configs, up to page_size in ListDiscoveryConfigsRequest.
repeated .google.privacy.dlp.v2.DiscoveryConfig discovery_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DiscoveryConfig |
|
getDiscoveryConfigsCount()
public abstract int getDiscoveryConfigsCount()List of configs, up to page_size in ListDiscoveryConfigsRequest.
repeated .google.privacy.dlp.v2.DiscoveryConfig discovery_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDiscoveryConfigsList()
public abstract List<DiscoveryConfig> getDiscoveryConfigsList()List of configs, up to page_size in ListDiscoveryConfigsRequest.
repeated .google.privacy.dlp.v2.DiscoveryConfig discovery_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<DiscoveryConfig> |
|
getDiscoveryConfigsOrBuilder(int index)
public abstract DiscoveryConfigOrBuilder getDiscoveryConfigsOrBuilder(int index)List of configs, up to page_size in ListDiscoveryConfigsRequest.
repeated .google.privacy.dlp.v2.DiscoveryConfig discovery_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DiscoveryConfigOrBuilder |
|
getDiscoveryConfigsOrBuilderList()
public abstract List<? extends DiscoveryConfigOrBuilder> getDiscoveryConfigsOrBuilderList()List of configs, up to page_size in ListDiscoveryConfigsRequest.
repeated .google.privacy.dlp.v2.DiscoveryConfig discovery_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.privacy.dlp.v2.DiscoveryConfigOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |