Interface ListScanRunsResponseOrBuilder (2.42.0)

public interface ListScanRunsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getScanRuns(int index)

public abstract ScanRun getScanRuns(int index)

The list of ScanRuns returned.

repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;

Parameter
Name Description
index int
Returns
Type Description
ScanRun

getScanRunsCount()

public abstract int getScanRunsCount()

The list of ScanRuns returned.

repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;

Returns
Type Description
int

getScanRunsList()

public abstract List<ScanRun> getScanRunsList()

The list of ScanRuns returned.

repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;

Returns
Type Description
List<ScanRun>

getScanRunsOrBuilder(int index)

public abstract ScanRunOrBuilder getScanRunsOrBuilder(int index)

The list of ScanRuns returned.

repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;

Parameter
Name Description
index int
Returns
Type Description
ScanRunOrBuilder

getScanRunsOrBuilderList()

public abstract List<? extends ScanRunOrBuilder> getScanRunsOrBuilderList()

The list of ScanRuns returned.

repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;

Returns
Type Description
List<? extends com.google.cloud.websecurityscanner.v1beta.ScanRunOrBuilder>