Interface ListScanConfigsResponseOrBuilder (2.2.16)

public interface ListScanConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getScanConfigs(int index)

public abstract ScanConfig getScanConfigs(int index)

The scan configurations requested.

repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScanConfig

getScanConfigsCount()

public abstract int getScanConfigsCount()

The scan configurations requested.

repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;

Returns
TypeDescription
int

getScanConfigsList()

public abstract List<ScanConfig> getScanConfigsList()

The scan configurations requested.

repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;

Returns
TypeDescription
List<ScanConfig>

getScanConfigsOrBuilder(int index)

public abstract ScanConfigOrBuilder getScanConfigsOrBuilder(int index)

The scan configurations requested.

repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ScanConfigOrBuilder

getScanConfigsOrBuilderList()

public abstract List<? extends ScanConfigOrBuilder> getScanConfigsOrBuilderList()

The scan configurations requested.

repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;

Returns
TypeDescription
List<? extends com.google.containeranalysis.v1beta1.ScanConfigOrBuilder>