public interface ListCrawledUrlsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CrawledUrl |
getCrawledUrls(int index)
The list of CrawledUrls returned.
|
int |
getCrawledUrlsCount()
The list of CrawledUrls returned.
|
List<CrawledUrl> |
getCrawledUrlsList()
The list of CrawledUrls returned.
|
CrawledUrlOrBuilder |
getCrawledUrlsOrBuilder(int index)
The list of CrawledUrls returned.
|
List<? extends CrawledUrlOrBuilder> |
getCrawledUrlsOrBuilderList()
The list of CrawledUrls returned.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<CrawledUrl> getCrawledUrlsList()
The list of CrawledUrls returned.
repeated .google.cloud.websecurityscanner.v1beta.CrawledUrl crawled_urls = 1;CrawledUrl getCrawledUrls(int index)
The list of CrawledUrls returned.
repeated .google.cloud.websecurityscanner.v1beta.CrawledUrl crawled_urls = 1;int getCrawledUrlsCount()
The list of CrawledUrls returned.
repeated .google.cloud.websecurityscanner.v1beta.CrawledUrl crawled_urls = 1;List<? extends CrawledUrlOrBuilder> getCrawledUrlsOrBuilderList()
The list of CrawledUrls returned.
repeated .google.cloud.websecurityscanner.v1beta.CrawledUrl crawled_urls = 1;CrawledUrlOrBuilder getCrawledUrlsOrBuilder(int index)
The list of CrawledUrls returned.
repeated .google.cloud.websecurityscanner.v1beta.CrawledUrl crawled_urls = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.