Interface PolicyTopicEvidence.WebsiteListOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PolicyTopicEvidence.WebsiteList, PolicyTopicEvidence.WebsiteList.Builder
Enclosing class:
PolicyTopicEvidence

public static interface PolicyTopicEvidence.WebsiteListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getWebsites(int index)
    Websites that caused the policy finding.
    com.google.protobuf.ByteString
    getWebsitesBytes(int index)
    Websites that caused the policy finding.
    int
    Websites that caused the policy finding.
    Websites that caused the policy finding.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getWebsitesList

      List<String> getWebsitesList()
       Websites that caused the policy finding.
       
      repeated string websites = 2;
      Returns:
      A list containing the websites.
    • getWebsitesCount

      int getWebsitesCount()
       Websites that caused the policy finding.
       
      repeated string websites = 2;
      Returns:
      The count of websites.
    • getWebsites

      String getWebsites(int index)
       Websites that caused the policy finding.
       
      repeated string websites = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The websites at the given index.
    • getWebsitesBytes

      com.google.protobuf.ByteString getWebsitesBytes(int index)
       Websites that caused the policy finding.
       
      repeated string websites = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the websites at the given index.