Interface GroupAssetsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GroupAssetsResponse, GroupAssetsResponse.Builder

    public interface GroupAssetsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getGroupByResultsList

        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;
      • getGroupByResults

        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;
      • getGroupByResultsCount

        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;
      • getGroupByResultsOrBuilderList

        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;
      • getGroupByResultsOrBuilder

        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;
      • hasReadTime

        boolean hasReadTime()
         Time used for executing the groupBy 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 groupBy request.
         
        .google.protobuf.Timestamp read_time = 2;
        Returns:
        The readTime.
      • getReadTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
         Time used for executing the groupBy 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.