public interface ListScanRunsResponseOrBuilder
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.
|
ScanRun |
getScanRuns(int index)
The list of ScanRuns returned.
|
int |
getScanRunsCount()
The list of ScanRuns returned.
|
List<ScanRun> |
getScanRunsList()
The list of ScanRuns returned.
|
ScanRunOrBuilder |
getScanRunsOrBuilder(int index)
The list of ScanRuns returned.
|
List<? extends ScanRunOrBuilder> |
getScanRunsOrBuilderList()
The list of ScanRuns returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ScanRun> getScanRunsList()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;ScanRun getScanRuns(int index)
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;int getScanRunsCount()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;List<? extends ScanRunOrBuilder> getScanRunsOrBuilderList()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 1;ScanRunOrBuilder getScanRunsOrBuilder(int index)
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1beta.ScanRun scan_runs = 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.