Interface SearchHashesResponseOrBuilder

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

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

      • getThreatsList

        List<SearchHashesResponse.ThreatHash> getThreatsList()
         The full hashes that matched the requested prefixes.
         The hash will be populated in the key.
         
        repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
      • getThreats

        SearchHashesResponse.ThreatHash getThreats​(int index)
         The full hashes that matched the requested prefixes.
         The hash will be populated in the key.
         
        repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
      • getThreatsCount

        int getThreatsCount()
         The full hashes that matched the requested prefixes.
         The hash will be populated in the key.
         
        repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
      • getThreatsOrBuilderList

        List<? extends SearchHashesResponse.ThreatHashOrBuilder> getThreatsOrBuilderList()
         The full hashes that matched the requested prefixes.
         The hash will be populated in the key.
         
        repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
      • getThreatsOrBuilder

        SearchHashesResponse.ThreatHashOrBuilder getThreatsOrBuilder​(int index)
         The full hashes that matched the requested prefixes.
         The hash will be populated in the key.
         
        repeated .google.cloud.webrisk.v1.SearchHashesResponse.ThreatHash threats = 1;
      • hasNegativeExpireTime

        boolean hasNegativeExpireTime()
         For requested entities that did not match the threat list, how long to
         cache the response until.
         
        .google.protobuf.Timestamp negative_expire_time = 2;
        Returns:
        Whether the negativeExpireTime field is set.
      • getNegativeExpireTime

        com.google.protobuf.Timestamp getNegativeExpireTime()
         For requested entities that did not match the threat list, how long to
         cache the response until.
         
        .google.protobuf.Timestamp negative_expire_time = 2;
        Returns:
        The negativeExpireTime.
      • getNegativeExpireTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getNegativeExpireTimeOrBuilder()
         For requested entities that did not match the threat list, how long to
         cache the response until.
         
        .google.protobuf.Timestamp negative_expire_time = 2;