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
Modifier and TypeMethodDescriptiongetSampleUrls(int index) Webpage sample urlscom.google.protobuf.ByteStringgetSampleUrlsBytes(int index) Webpage sample urlsintWebpage sample urlsWebpage sample urlsMethods 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
-
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
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.
-