Interface ListDiscoveryConfigsResponseOrBuilder (3.45.0)

public interface ListDiscoveryConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.