public interface ListFindingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFindings(int index)
The list of Findings returned.
|
int |
getFindingsCount()
The list of Findings returned.
|
List<Finding> |
getFindingsList()
The list of Findings returned.
|
FindingOrBuilder |
getFindingsOrBuilder(int index)
The list of Findings returned.
|
List<? extends FindingOrBuilder> |
getFindingsOrBuilderList()
The list of Findings returned.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Finding> getFindingsList()
The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1beta.Finding findings = 1;Finding getFindings(int index)
The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1beta.Finding findings = 1;int getFindingsCount()
The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1beta.Finding findings = 1;List<? extends FindingOrBuilder> getFindingsOrBuilderList()
The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1beta.Finding findings = 1;FindingOrBuilder getFindingsOrBuilder(int index)
The list of Findings returned.
repeated .google.cloud.websecurityscanner.v1beta.Finding findings = 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.