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 TypeMethodDescriptiongetWebsites(int index) Websites that caused the policy finding.com.google.protobuf.ByteStringgetWebsitesBytes(int index) Websites that caused the policy finding.intWebsites that caused the policy finding.Websites that caused the policy finding.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-