public interface ListFindingsResponseOrBuilder extends 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.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
|
Timestamp |
getReadTime()
Time used for executing the list request.
|
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, hasOneof
isInitialized
List<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;
Timestamp getReadTime()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;
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;
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 © 2022 Google LLC. All rights reserved.