public interface ListScanConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| ScanConfig |
getScanConfigsCount()
public abstract int getScanConfigsCount()The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Type | Description |
| int |
getScanConfigsList()
public abstract List<ScanConfig> getScanConfigsList()The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Type | Description |
| List<ScanConfig> |
getScanConfigsOrBuilder(int index)
public abstract ScanConfigOrBuilder getScanConfigsOrBuilder(int index)The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Name | Description |
| index | int |
| Type | Description |
| ScanConfigOrBuilder |
getScanConfigsOrBuilderList()
public abstract List<? extends ScanConfigOrBuilder> getScanConfigsOrBuilderList()The scan configurations requested.
repeated .google.devtools.containeranalysis.v1beta1.ScanConfig scan_configs = 1;
| Type | Description |
| List<? extends com.google.containeranalysis.v1beta1.ScanConfigOrBuilder> |