Interface WebpageSampleInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WebpageSampleInfo,WebpageSampleInfo.Builder
public interface WebpageSampleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSampleUrls(int index)Webpage sample urlscom.google.protobuf.ByteStringgetSampleUrlsBytes(int index)Webpage sample urlsintgetSampleUrlsCount()Webpage sample urlsjava.util.List<java.lang.String>getSampleUrlsList()Webpage sample urls-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSampleUrlsList
java.util.List<java.lang.String> getSampleUrlsList()
Webpage sample urls
repeated string sample_urls = 1;- Returns:
- A list containing the sampleUrls.
-
getSampleUrlsCount
int getSampleUrlsCount()
Webpage sample urls
repeated string sample_urls = 1;- Returns:
- The count of sampleUrls.
-
getSampleUrls
java.lang.String getSampleUrls(int index)
Webpage sample urls
repeated string sample_urls = 1;- Parameters:
index- The index of the element to return.- Returns:
- The sampleUrls at the given index.
-
getSampleUrlsBytes
com.google.protobuf.ByteString getSampleUrlsBytes(int index)
Webpage sample urls
repeated string sample_urls = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the sampleUrls at the given index.
-
-