public interface ListFindingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Finding |
getFindings(int index)
Findings matching the list request.
|
int |
getFindingsCount()
Findings matching the list request.
|
List<Finding> |
getFindingsList()
Findings matching the list request.
|
FindingOrBuilder |
getFindingsOrBuilder(int index)
Findings matching the list request.
|
List<? extends FindingOrBuilder> |
getFindingsOrBuilderList()
Findings matching the list request.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
|
com.google.protobuf.Timestamp |
getReadTime()
Time used for executing the list request.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
Time used for executing the list request.
|
int |
getTotalSize()
The total number of findings matching the query.
|
boolean |
hasReadTime()
Time used for executing the list request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Finding> getFindingsList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1beta1.Finding findings = 1;Finding getFindings(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1beta1.Finding findings = 1;int getFindingsCount()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1beta1.Finding findings = 1;List<? extends FindingOrBuilder> getFindingsOrBuilderList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1beta1.Finding findings = 1;FindingOrBuilder getFindingsOrBuilder(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1beta1.Finding findings = 1;boolean hasReadTime()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;com.google.protobuf.Timestamp getReadTime()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 3;int getTotalSize()
The total number of findings matching the query.
int32 total_size = 4;Copyright © 2019 Google LLC. All rights reserved.