public interface ListFindingsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.ListFindingsResult |
getListFindingsResults(int index)
Findings matching the list request.
|
int |
getListFindingsResultsCount()
Findings matching the list request.
|
List<ListFindingsResponse.ListFindingsResult> |
getListFindingsResultsList()
Findings matching the list request.
|
ListFindingsResponse.ListFindingsResultOrBuilder |
getListFindingsResultsOrBuilder(int index)
Findings matching the list request.
|
List<? extends ListFindingsResponse.ListFindingsResultOrBuilder> |
getListFindingsResultsOrBuilderList()
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<ListFindingsResponse.ListFindingsResult> getListFindingsResultsList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
ListFindingsResponse.ListFindingsResult getListFindingsResults(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
int getListFindingsResultsCount()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
List<? extends ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsOrBuilderList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
ListFindingsResponse.ListFindingsResultOrBuilder getListFindingsResultsOrBuilder(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 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.