Interface ListFindingsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFindingsResponse,ListFindingsResponse.Builder
public interface ListFindingsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFindingsResponse.ListFindingsResultgetListFindingsResults(int index)Findings matching the list request.intgetListFindingsResultsCount()Findings matching the list request.List<ListFindingsResponse.ListFindingsResult>getListFindingsResultsList()Findings matching the list request.ListFindingsResponse.ListFindingsResultOrBuildergetListFindingsResultsOrBuilder(int index)Findings matching the list request.List<? extends ListFindingsResponse.ListFindingsResultOrBuilder>getListFindingsResultsOrBuilderList()Findings matching the list request.StringgetNextPageToken()Token to retrieve the next page of results, or empty if there are no more results.com.google.protobuf.ByteStringgetNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results.com.google.protobuf.TimestampgetReadTime()Time used for executing the list request.com.google.protobuf.TimestampOrBuildergetReadTimeOrBuilder()Time used for executing the list request.intgetTotalSize()The total number of findings matching the query.booleanhasReadTime()Time used for executing the list request.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getListFindingsResultsList
List<ListFindingsResponse.ListFindingsResult> getListFindingsResultsList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
-
getListFindingsResults
ListFindingsResponse.ListFindingsResult getListFindingsResults(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
-
getListFindingsResultsCount
int getListFindingsResultsCount()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
-
getListFindingsResultsOrBuilderList
List<? extends ListFindingsResponse.ListFindingsResultOrBuilder> getListFindingsResultsOrBuilderList()
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
-
getListFindingsResultsOrBuilder
ListFindingsResponse.ListFindingsResultOrBuilder getListFindingsResultsOrBuilder(int index)
Findings matching the list request.
repeated .google.cloud.securitycenter.v1.ListFindingsResponse.ListFindingsResult list_findings_results = 1;
-
hasReadTime
boolean hasReadTime()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;- Returns:
- Whether the readTime field is set.
-
getReadTime
com.google.protobuf.Timestamp getReadTime()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;- Returns:
- The readTime.
-
getReadTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
Time used for executing the list request.
.google.protobuf.Timestamp read_time = 2;
-
getNextPageToken
String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 3;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-
getTotalSize
int getTotalSize()
The total number of findings matching the query.
int32 total_size = 4;- Returns:
- The totalSize.
-
-