public interface ListScanRunsResponseOrBuilder extends 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.
|
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, hasOneof
isInitialized
List<ScanRun> getScanRunsList()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1alpha.ScanRun scan_runs = 1;
ScanRun getScanRuns(int index)
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1alpha.ScanRun scan_runs = 1;
int getScanRunsCount()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1alpha.ScanRun scan_runs = 1;
List<? extends ScanRunOrBuilder> getScanRunsOrBuilderList()
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1alpha.ScanRun scan_runs = 1;
ScanRunOrBuilder getScanRunsOrBuilder(int index)
The list of ScanRuns returned.
repeated .google.cloud.websecurityscanner.v1alpha.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;
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 © 2022 Google LLC. All rights reserved.