public interface ListFindingsResponseOrBuilder extends 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.
|
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<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;
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.