public static interface ApiProto.GetMultiEntryURLResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryUrls(int index)
An ordered list of entry urls.
|
com.google.protobuf.ByteString |
getEntryUrlsBytes(int index)
An ordered list of entry urls.
|
int |
getEntryUrlsCount()
An ordered list of entry urls.
|
List<String> |
getEntryUrlsList()
An ordered list of entry urls.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getEntryUrlsList()
An ordered list of entry urls. Order corresponds to the service provider id request order.
repeated string entry_urls = 1;int getEntryUrlsCount()
An ordered list of entry urls. Order corresponds to the service provider id request order.
repeated string entry_urls = 1;String getEntryUrls(int index)
An ordered list of entry urls. Order corresponds to the service provider id request order.
repeated string entry_urls = 1;com.google.protobuf.ByteString getEntryUrlsBytes(int index)
An ordered list of entry urls. Order corresponds to the service provider id request order.
repeated string entry_urls = 1;Copyright © 2021. All rights reserved.