public interface ListFindingsResponseOrBuilder extends 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.
|
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, hasOneof
isInitialized
List<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;
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.