public interface ListScanConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ScanConfig |
getScanConfigs(int index)
The list of ScanConfigs returned.
|
int |
getScanConfigsCount()
The list of ScanConfigs returned.
|
List<ScanConfig> |
getScanConfigsList()
The list of ScanConfigs returned.
|
ScanConfigOrBuilder |
getScanConfigsOrBuilder(int index)
The list of ScanConfigs returned.
|
List<? extends ScanConfigOrBuilder> |
getScanConfigsOrBuilderList()
The list of ScanConfigs returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ScanConfig> getScanConfigsList()
The list of ScanConfigs returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanConfig scan_configs = 1;ScanConfig getScanConfigs(int index)
The list of ScanConfigs returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanConfig scan_configs = 1;int getScanConfigsCount()
The list of ScanConfigs returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanConfig scan_configs = 1;List<? extends ScanConfigOrBuilder> getScanConfigsOrBuilderList()
The list of ScanConfigs returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanConfig scan_configs = 1;ScanConfigOrBuilder getScanConfigsOrBuilder(int index)
The list of ScanConfigs returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanConfig scan_configs = 1;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;com.google.protobuf.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;Copyright © 2019 Google LLC. All rights reserved.