public interface GroupFindingsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GroupResult |
getGroupByResults(int index)
Group results.
|
int |
getGroupByResultsCount()
Group results.
|
List<GroupResult> |
getGroupByResultsList()
Group results.
|
GroupResultOrBuilder |
getGroupByResultsOrBuilder(int index)
Group results.
|
List<? extends GroupResultOrBuilder> |
getGroupByResultsOrBuilderList()
Group results.
|
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 groupBy request.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
Time used for executing the groupBy request.
|
boolean |
hasReadTime()
Time used for executing the groupBy request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<GroupResult> getGroupByResultsList()
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
GroupResult getGroupByResults(int index)
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
int getGroupByResultsCount()
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
List<? extends GroupResultOrBuilder> getGroupByResultsOrBuilderList()
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
GroupResultOrBuilder getGroupByResultsOrBuilder(int index)
Group results. There exists an element for each existing unique combination of property/values. The element contains a count for the number of times those specific property/values appear.
repeated .google.cloud.securitycenter.v1beta1.GroupResult group_by_results = 1;
boolean hasReadTime()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
Timestamp getReadTime()
Time used for executing the groupBy request.
.google.protobuf.Timestamp read_time = 2;
TimestampOrBuilder getReadTimeOrBuilder()
Time used for executing the groupBy 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;
Copyright © 2022 Google LLC. All rights reserved.